diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-02 14:19:23 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-02 14:19:23 +0100 |
commit | 63e06578c46a104b377b196aec27c6409fe9baf1 (patch) | |
tree | 0f523ac6b5fe6c4e873f721b3dfe6ff29d1353ba /view/theme | |
parent | a1f03015ec4245bc3c2c85e75327e191744ad559 (diff) | |
download | volse-hubzilla-63e06578c46a104b377b196aec27c6409fe9baf1.tar.gz volse-hubzilla-63e06578c46a104b377b196aec27c6409fe9baf1.tar.bz2 volse-hubzilla-63e06578c46a104b377b196aec27c6409fe9baf1.zip |
use bootstrap dropdown for login
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 80d6a3408..ec05a6b33 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2095,18 +2095,6 @@ dl.bb-dl > dd > li { } #nav-login { - display: none; - width: 200px; - border: 1px solid #ccc; - border-radius: $radiuspx; - -} - -.login-dropdown-menu { - padding: 8px; - background-color: #eee; -} - -.rmagic-button { - margin: 15px 0 5px; + padding: 10px; + min-width: 300px; } |