aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-01-23 16:51:23 -0800
committerzotlabs <mike@macgirvin.com>2017-01-23 16:51:23 -0800
commit6c4f7caba14e0afc3b01e272fdd82f3a3bf1b3fb (patch)
tree86d67714bdb311148c259a609c6514d4864d9c46 /view/theme
parentcb47354a4f76e033485e9818b137742c01466dbe (diff)
downloadvolse-hubzilla-6c4f7caba14e0afc3b01e272fdd82f3a3bf1b3fb.tar.gz
volse-hubzilla-6c4f7caba14e0afc3b01e272fdd82f3a3bf1b3fb.tar.bz2
volse-hubzilla-6c4f7caba14e0afc3b01e272fdd82f3a3bf1b3fb.zip
nav-login - basic, crude theming
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index f5e253eef..cd222e06d 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2107,5 +2107,15 @@ dl.bb-dl > dd > li {
}
.rmagic-button {
+ padding-top: 10px;
margin-left: 10px;
+ margin-bottom: 10px;
+}
+
+#nav-login {
+ display: none;
+ width: 200px;
+ border: 1px solid #ccc;
+ border-radius: $radiuspx;
+
} \ No newline at end of file