diff options
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 16 |
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; } |