From c9caa8295aa1cfb58a07ba90f177eca38c5c7e97 Mon Sep 17 00:00:00 2001 From: Nicol Date: Fri, 1 Sep 2023 16:24:46 +0100 Subject: [PATCH] Update joomla.css Removes old markup specific to the sidebar, and fixes padding. --- css/joomla.css | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/css/joomla.css b/css/joomla.css index 86113122ed..b57e01ef71 100644 --- a/css/joomla.css +++ b/css/joomla.css @@ -228,19 +228,9 @@ br.clear { border-color: red; color: red; } -#sidebar-left, -#sidebar-right { - background-color: #ddd; - width: 16em; - /* padding in px not ex because IE messes up 100% width tables otherwise */ - padding: 20px; - vertical-align: top; -} - -#content-right { - background-color: #ffffff; +#crm-content { + padding: 1rem; } - #footer { padding: 1em; font-size: 0.8em; @@ -413,11 +403,6 @@ body.ui-dialog-open #status { /* Joomla 4 */ -@media (min-width: 768px) { - body.admin.com_civicrm.layout-default #crm-container { - padding-top: 2rem; - } -} body.admin.com_civicrm.layout-default #subhead-container { display: none; } -- 2.25.1