Fix spacing consistency between navigation tabs and content
This commit is contained in:
@ -131,19 +131,19 @@ input:checked + .wp-toggle-slider:before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Settings Container */
|
/* Settings Container */
|
||||||
.wp-allstars-settings-container {
|
.wpa-settings-container {
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
max-width: 1100px;
|
max-width: 1100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-allstars-settings-content {
|
.wpa-settings-content {
|
||||||
margin-top: 20px;
|
margin-top: 25px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Toggle Sections */
|
/* Toggle Sections */
|
||||||
.wp-allstars-toggle {
|
.wp-allstars-toggle {
|
||||||
margin: 15px 0;
|
margin: 0;
|
||||||
padding: 16px 20px;
|
padding: 16px 20px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
@ -287,7 +287,7 @@ input:checked + .wp-toggle-slider:before {
|
|||||||
|
|
||||||
/* Plugin Filters */
|
/* Plugin Filters */
|
||||||
.wpa-plugin-filters {
|
.wpa-plugin-filters {
|
||||||
margin: 0 0 30px;
|
margin: 0;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 1px solid #c3c4c7;
|
border: 1px solid #c3c4c7;
|
||||||
@ -425,10 +425,14 @@ input:checked + .wp-toggle-slider:before {
|
|||||||
background: #d63638;
|
background: #d63638;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Settings Container */
|
/* Plugin List Container */
|
||||||
.wp-list-table-container {
|
.wp-list-table-container {
|
||||||
position: relative;
|
margin-top: 20px;
|
||||||
min-height: 400px;
|
}
|
||||||
|
|
||||||
|
/* Theme Container */
|
||||||
|
#wpa-theme-list {
|
||||||
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wpa-loading-overlay {
|
.wpa-loading-overlay {
|
||||||
|
Reference in New Issue
Block a user