mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
add more padding. kill more boots
This commit is contained in:
parent
aa092cc930
commit
1b517b8c8b
2 changed files with 65 additions and 65 deletions
|
@ -1,8 +1,9 @@
|
|||
.row
|
||||
.page
|
||||
.row.content
|
||||
.span12.text-center
|
||||
h1 Site Settings
|
||||
|
||||
.row
|
||||
.row
|
||||
.span12.text-center
|
||||
- if !current_site.errors.empty?
|
||||
.row
|
||||
|
@ -11,7 +12,7 @@
|
|||
- current_site.errors.each do |error|
|
||||
p = error.last.first
|
||||
|
||||
.row
|
||||
.row
|
||||
.span4
|
||||
h2 Change Password
|
||||
form method="POST" action="/change_password"
|
||||
|
@ -29,7 +30,7 @@
|
|||
p Confirm New Password:
|
||||
input name="new_password_confirm" type="password"
|
||||
|
||||
input.btn.btn-success type="submit" value="Change Password"
|
||||
input.btn-Action type="submit" value="Change Password"
|
||||
.span4
|
||||
h2 Change Site (User) Name
|
||||
|
||||
|
@ -44,7 +45,7 @@
|
|||
p New name:
|
||||
input name="name" type="text" placeholder="newname"
|
||||
div
|
||||
input.btn.btn-success type="submit" value="Change Name"
|
||||
input.btn-Action type="submit" value="Change Name"
|
||||
|
||||
.span4
|
||||
h2 Mark Adult Content
|
||||
|
@ -55,4 +56,4 @@
|
|||
input name="is_nsfw" type="hidden" value="false"
|
||||
p: strong My page contains objectionable (adult) content: <input name="is_nsfw" type="checkbox" value="true" style="margin-top: 0px" #{"checked" if current_site.is_nsfw}>
|
||||
|
||||
input.btn.btn-success type="submit" value="Update"
|
||||
input.btn-Action type="submit" value="Update"
|
|
@ -1,16 +1,15 @@
|
|||
.text-center
|
||||
.row
|
||||
.span12
|
||||
.page
|
||||
.content.single-Col
|
||||
h1 Welcome back!
|
||||
.row
|
||||
.span12
|
||||
|
||||
|
||||
form method="POST" action="/signin"
|
||||
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
||||
|
||||
fieldset
|
||||
div: input name="username" type="text" placeholder="Your username" autocapitalize="off" autocorrect="off"
|
||||
div: input name="password" type="password" placeholder="Your password"
|
||||
div: button class="btn btn-large btn-success" href="#" style="margin-top: 10px" Sign in
|
||||
div: input name="username" type="text" placeholder="Your username" class="input-Area" autocapitalize="off" autocorrect="off"
|
||||
div: input name="password" type="password" class="input-Area" placeholder="Your password"
|
||||
div: button class="btn-Action" href="#" Sign in
|
||||
.row
|
||||
.span12
|
||||
div
|
||||
|
|
Loading…
Add table
Reference in a new issue