Skip to content

Commit

Permalink
Preserve page padding on Joomla upgrade screen
Browse files Browse the repository at this point in the history
Fixes issue where padding was removed from the main Joomla admin screen in this commit - 6ada1ce - removing padding on the upgrade screen.
  • Loading branch information
vingle committed Feb 10, 2019
1 parent 85e801e commit 380e5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/joomla.css
Expand Up @@ -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;
Expand Down

0 comments on commit 380e5b7

Please sign in to comment.