diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-05 14:55:46 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-05 14:55:46 -0800 |
commit | 201a6b8742313d2b58f9668922f18b9ef38cf424 (patch) | |
tree | 44aac35fde8f1547da1d5cf517c8431ef36bd1c3 /view/theme/redbasic/css | |
parent | e2ee4ae0244ff1698b28f89b05ea9b0ce65273aa (diff) | |
download | volse-hubzilla-201a6b8742313d2b58f9668922f18b9ef38cf424.tar.gz volse-hubzilla-201a6b8742313d2b58f9668922f18b9ef38cf424.tar.bz2 volse-hubzilla-201a6b8742313d2b58f9668922f18b9ef38cf424.zip |
nav_login element width was page dependent. Put this in theme css
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index b398738e0..f5da8a222 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2106,10 +2106,7 @@ dl.bb-dl > dd > li { text-align: center; } -#nav-login { -} - -.rmagic-button { +#login-main, .rmagic-button { max-width: 400px; margin-top: 20px; margin-left: auto; |