Standardize spacing between tabs and content across all tab types
This commit is contained in:
@ -162,9 +162,21 @@ input:checked + .wp-toggle-slider:before {
|
||||
transform: translateX(16px);
|
||||
}
|
||||
|
||||
/* Tab Content Area */
|
||||
/* Tab Content Area - Global Styling */
|
||||
.wp-allstars-tab-content {
|
||||
padding-top: 25px;
|
||||
padding-top: 10px; /* Reduce from 25px to 10px to match the Free Plugins tab */
|
||||
}
|
||||
|
||||
/* Make General, Advanced, and Read Me tabs consistent with Free Plugins */
|
||||
#general .wp-allstars-settings-section,
|
||||
#advanced .wp-allstars-settings-section,
|
||||
#readme .wp-allstars-settings-section,
|
||||
#theme .wp-allstars-settings-section,
|
||||
#workflow .wp-allstars-settings-section,
|
||||
#tools .wp-allstars-settings-section,
|
||||
#hosting .wp-allstars-settings-section,
|
||||
#pro .wp-allstars-settings-section {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
/* Settings Content */
|
||||
@ -172,6 +184,11 @@ input:checked + .wp-toggle-slider:before {
|
||||
padding-top: 0 !important; /* Prevent double padding with parent */
|
||||
}
|
||||
|
||||
/* Explicitly set padding for content sections */
|
||||
.wp-allstars-settings-section {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
/* Fix padding in plugin sections */
|
||||
.wp-allstars-settings-content .wpa-pro-plugins,
|
||||
.wp-allstars-settings-content #wpa-plugin-filters,
|
||||
|
Reference in New Issue
Block a user