aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-02-01 14:45:52 -0800
committerzotlabs <mike@macgirvin.com>2017-02-01 14:45:52 -0800
commitdb710cd2dfc67f4bb4c6dfde5ff62cf0a11d9f08 (patch)
tree5f307d7390ea9cd90abaeb12dd26c65e70f484b1 /view/theme/redbasic/css
parentec037abf92be6ac6495cabcd5d64821655f39e37 (diff)
downloadvolse-hubzilla-db710cd2dfc67f4bb4c6dfde5ff62cf0a11d9f08.tar.gz
volse-hubzilla-db710cd2dfc67f4bb4c6dfde5ff62cf0a11d9f08.tar.bz2
volse-hubzilla-db710cd2dfc67f4bb4c6dfde5ff62cf0a11d9f08.zip
fix a few style issues with nav login panel
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css16
1 files changed, 10 insertions, 6 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index cd222e06d..77b969712 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2106,16 +2106,20 @@ dl.bb-dl > dd > li {
text-align: center;
}
-.rmagic-button {
- padding-top: 10px;
- margin-left: 10px;
- margin-bottom: 10px;
-}
-
#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;
+
} \ No newline at end of file