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:24:19 +0100 |
commit | e2ee565f05a43bb5fa461df3fd857dc27c8d9b67 (patch) | |
tree | e2be892db46d442091a2798fc9089461f8667dd3 /view/theme | |
parent | 23303391e070120851d505a2ec8f3b9b696329e2 (diff) | |
download | volse-hubzilla-e2ee565f05a43bb5fa461df3fd857dc27c8d9b67.tar.gz volse-hubzilla-e2ee565f05a43bb5fa461df3fd857dc27c8d9b67.tar.bz2 volse-hubzilla-e2ee565f05a43bb5fa461df3fd857dc27c8d9b67.zip |
cherry-pick nav-login changes
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 77b969712..fd41b4c89 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2107,19 +2107,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; + padding: 10px; + min-width: 300px; } - -.rmagic-button { - margin: 15px 0 5px; - -}
\ No newline at end of file |