aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-02-10 10:01:43 +0100
committerMario Vavti <mario@mariovavti.com>2017-02-10 10:01:43 +0100
commit0360d42d30ced55cdb5a92320d5915b758c8bc19 (patch)
tree9cbc95dd2d7df1a5a5c3ce8318e7c900ad4456cc /view/theme
parent1fb37f93ccf4739a6f92f3f36c1ee4ec8ef66a07 (diff)
downloadvolse-hubzilla-0360d42d30ced55cdb5a92320d5915b758c8bc19.tar.gz
volse-hubzilla-0360d42d30ced55cdb5a92320d5915b758c8bc19.tar.bz2
volse-hubzilla-0360d42d30ced55cdb5a92320d5915b758c8bc19.zip
add a login button for collapsed state and refine login modal
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 733d6a7c1..a25ed93bc 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1829,7 +1829,8 @@ nav .badge.mail-update {
#expand-tabs,
#doco-return-to-top-btn,
#context-help-btn,
-#notifications-btn {
+#notifications-btn,
+#login_nav_btn_collapse {
color: $nav_active_icon_colour;
padding: 7px 10px;
}
@@ -2118,4 +2119,4 @@ dl.bb-dl > dd > li {
}
#permcat-index {
margin: 10px;
-} \ No newline at end of file
+}