diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-01 16:21:32 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-01 16:21:32 +0100 |
commit | b4a2f764abbc551f84fd5f6a4265e1d71c343569 (patch) | |
tree | e04b4f89f61870f32b12c2bcc1ed2f7751e66c7b /view/theme/redbasic/css | |
parent | 6e64f9af54c6af4fd93afb4d7d7a1594bfb55913 (diff) | |
download | volse-hubzilla-b4a2f764abbc551f84fd5f6a4265e1d71c343569.tar.gz volse-hubzilla-b4a2f764abbc551f84fd5f6a4265e1d71c343569.tar.bz2 volse-hubzilla-b4a2f764abbc551f84fd5f6a4265e1d71c343569.zip |
fix login
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 68 |
1 files changed, 2 insertions, 66 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 95a5d6fc1..f049e10dc 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -277,75 +277,11 @@ footer { margin-bottom: 10px; } -#main-login { +#login-main { + max-width: 300px; margin-top: 50px; } -#main-login #id_username, #main-login #id_password { - width: 200px; - padding: 10px; - float: left; -} - -#main-login #id_remember { - float: left; - padding: 0; - margin-bottom: 0; - margin-left: 0; - width: 20px; -} - -#main-login .field.checkbox > label { - margin-bottom: 0; - float: left; - width: 100px; - padding-left: 0; -} - -#main-login .field_end { - clear: both; -} - -#main-login .field.input label, #main-login .field.password label { - float: left; - width: 100px; -} - -#login_standard { - width: 350px; - float: left; -} - - -#login_standard input, -#login_openid input { - width: 180px; -} - -#login-extra-links { - clear: both; - width: 300px; -} - -#register-link { - float: left; - margin-left: 100px; -} -#lost-password-link { - float: right; -} - -#login-standard-end { - clear: both; -} - -#login-submit-button { - - margin-left: 100px; - margin-top: 10px; -} - - #cropimage-wrapper, #cropimage-preview-wrapper { float: left; padding: 30px; |