Removes old markup specific to the sidebar, and fixes padding.
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;
/* 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;
}