Fix tab navigation styling and CSS class consistency. Update all wp-allstars and wpa- prefixes to seoprostack prefix for CSS classes, text domains, and selectors.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/* Plugin Browser Styles */
|
||||
.wp-allstars-wrap .wp-allstars-plugin-browser {
|
||||
.seoprostack-wrap .seoprostack-plugin-browser {
|
||||
margin: 0 -8px !important;
|
||||
padding: 0 8px !important;
|
||||
width: 100% !important;
|
||||
@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
/* Plugin List Container */
|
||||
.wp-allstars-wrap #wpa-plugin-list {
|
||||
.seoprostack-wrap #seoprostack-plugin-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: 0;
|
||||
@ -15,7 +15,7 @@
|
||||
}
|
||||
|
||||
/* Filter Bar */
|
||||
.wp-allstars-wrap #wpa-plugin-filters.wp-filter {
|
||||
.seoprostack-wrap #seoprostack-plugin-filters.wp-filter {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
width: 100%;
|
||||
@ -23,13 +23,13 @@
|
||||
}
|
||||
|
||||
/* Standard WordPress Plugin Grid Layout - exactly matching core */
|
||||
.wp-allstars-wrap .wp-list-table.plugin-install {
|
||||
.seoprostack-wrap .wp-list-table.plugin-install {
|
||||
margin-top: 20px;
|
||||
clear: both;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.wp-allstars-wrap #the-list {
|
||||
.seoprostack-wrap #the-list {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
Reference in New Issue
Block a user