diff options
author | friendica <info@friendica.com> | 2014-07-27 17:34:54 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-27 17:34:54 -0700 |
commit | 34d0490732746e2b1013810cd6b097f99765c71f (patch) | |
tree | 5f113210958ff2f55a3b589a530dcb5f94cf0fad /view/theme/redbasic/css | |
parent | 34cc4cdc60d1613bfc90e304213360fae1b3f5a2 (diff) | |
download | volse-hubzilla-34d0490732746e2b1013810cd6b097f99765c71f.tar.gz volse-hubzilla-34d0490732746e2b1013810cd6b097f99765c71f.tar.bz2 volse-hubzilla-34d0490732746e2b1013810cd6b097f99765c71f.zip |
re-align the "remember me" button on login page after bootstrap update
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index fb064ba88..92ec48b77 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -289,6 +289,7 @@ aside li { padding: 0; margin-top: 15px; margin-bottom: 0; + margin-left: 0; width: 20px; } @@ -297,6 +298,7 @@ aside li { margin-bottom: 0; float: left; width: 100px; + padding-left: 0; } #main-login .field_end { |