Preserve page padding on Joomla upgrade screen
authorNicol <vingle@users.noreply.github.com>
Sun, 10 Feb 2019 15:25:17 +0000 (15:25 +0000)
committerGitHub <noreply@github.com>
Sun, 10 Feb 2019 15:25:17 +0000 (15:25 +0000)
Fixes issue where padding was removed from the main Joomla admin screen in this commit - https://github.com/civicrm/civicrm-core/commit/6ada1cee014a8bd99e4778864c32c0c140c7a92e - removing padding on the upgrade screen.

css/joomla.css

index d4f738aba234b409d39c60ea758479fa1208cd14..6d00363f97e1d4b207017dc137b5cc77d55cbc5e 100644 (file)
@@ -391,7 +391,7 @@ body.admin.com_civicrm .container-fluid.container-main {
        border-top: 1px solid #787878;
 }
 body.admin.com_civicrm.task-civicrmupgrade .container-fluid.container-main {
-       padding: 0 20px 20px;
+       padding: 10px 25px 25px;
 }
 body.admin.com_civicrm #crm-nav-menu-container {
        padding-bottom: 0 !important;