aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-22 11:52:22 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-22 11:52:22 +0100
commitefdd95fe7fde36bab90764657afb615ebf4f63a3 (patch)
treecb86d2507926d8f56874d864f0619d1b0c5cc68a /view/theme/redbasic/css
parenta7d184ba549156491be49f692eb46c4fde6bbe23 (diff)
downloadvolse-hubzilla-efdd95fe7fde36bab90764657afb615ebf4f63a3.tar.gz
volse-hubzilla-efdd95fe7fde36bab90764657afb615ebf4f63a3.tar.bz2
volse-hubzilla-efdd95fe7fde36bab90764657afb615ebf4f63a3.zip
css fixes
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css16
1 files changed, 12 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index fba5edc43..e8e2da40a 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1678,13 +1678,22 @@ dl.bb-dl > dd > li {
border-bottom-right-radius: $radius;
}
+.sub-menu-wrapper {
+ padding-left: 1rem;
+ display: none;
+}
+
.sub-menu {
width: 100%;
- margin-top: 10px;
- padding-left: 15px;
+ margin-top: 0.5rem;
+ padding-left: 1rem;
border-left: 0.2rem solid #eee;
}
+.w100 {
+ width: 100%;
+}
+
.app-icon {
font-size: 80px;
color: $toolicon_colour;
@@ -1701,8 +1710,7 @@ dl.bb-dl > dd > li {
margin-left: auto;
margin-right: auto;
}
+
#permcat-index {
margin: 10px;
}
-
-.shiny { background-color: red; }