Update joomla.css
authorNicol <vingle@users.noreply.github.com>
Fri, 1 Sep 2023 15:24:46 +0000 (16:24 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Sep 2023 15:24:46 +0000 (16:24 +0100)
Removes old markup specific to the sidebar, and fixes padding.

css/joomla.css

index 86113122ed506d5fdd828a5ee8f5b250561802d8..b57e01ef719534f39d8397998d6b2786b1002d3b 100644 (file)
@@ -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;
 }