From efdd95fe7fde36bab90764657afb615ebf4f63a3 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 22 Mar 2017 11:52:22 +0100 Subject: css fixes --- view/css/widgets.css | 10 ---- view/theme/redbasic/css/style.css | 16 +++++-- view/tpl/website_portation_tools.tpl | 92 ++++++++++++++++++++---------------- 3 files changed, 64 insertions(+), 54 deletions(-) (limited to 'view') diff --git a/view/css/widgets.css b/view/css/widgets.css index 8900b858c..622c1cb86 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -124,16 +124,6 @@ li:hover .group-edit-icon { width: 250px; } -/* events tools */ - -#event-upload-form { - margin-top: 10px; -} - -#event-upload-choose { - width: 100%; -} - /* cover photo */ #cover-photo { 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; } diff --git a/view/tpl/website_portation_tools.tpl b/view/tpl/website_portation_tools.tpl index b59e135c2..4ee1376ea 100644 --- a/view/tpl/website_portation_tools.tpl +++ b/view/tpl/website_portation_tools.tpl @@ -1,48 +1,60 @@
-- cgit v1.2.3