diff options
author | Simon Rettberg | 2016-09-08 18:43:47 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-09-08 18:43:47 +0200 |
commit | ad4f4e405aed82cd0f87e51874043a2d054a1c01 (patch) | |
tree | 284362f85a9c31859e8e0a043e53325482812bae /style | |
parent | [roomplanner] ajax saving: Better error messages on .fail() (diff) | |
download | slx-admin-ad4f4e405aed82cd0f87e51874043a2d054a1c01.tar.gz slx-admin-ad4f4e405aed82cd0f87e51874043a2d054a1c01.tar.xz slx-admin-ad4f4e405aed82cd0f87e51874043a2d054a1c01.zip |
[session] Add simple "change password" GUI
Diffstat (limited to 'style')
-rw-r--r-- | style/default.css | 51 |
1 files changed, 14 insertions, 37 deletions
diff --git a/style/default.css b/style/default.css index 470af96e..40e40b5f 100644 --- a/style/default.css +++ b/style/default.css @@ -1,6 +1,6 @@ html { overflow-y: scroll; - height: 100%; + height: 100%; } body { @@ -11,48 +11,25 @@ body { background-image: url('bg.png'); } -.form-signin { - max-width: 330px; - padding: 15px; - margin: 0 auto; -} .form-adduser { - max-width: 600px; - padding: 10px; - margin: 0 auto; + max-width: 600px; + padding: 10px; + margin: 0 auto; +} +.form-adduser .form-control { + position: relative; + font-size: 16px; + height: auto; + padding: 10px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } .form-narrow { max-width: 320px; } -.form-signin .form-signin-heading, -.form-signin .checkbox { - margin-bottom: 10px; -} -.form-signin .checkbox { - font-weight: normal; -} -.form-signin .form-control, -.form-adduser .form-control { - position: relative; - font-size: 16px; - height: auto; - padding: 10px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} .form-control:focus { - z-index: 2; -} -.form-signin input[type="text"] { - margin-bottom: -1px; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} -.form-signin input[type="password"] { - margin-bottom: 10px; - border-top-left-radius: 0; - border-top-right-radius: 0; + z-index: 2; } .slx-default, .slx-notebox { |