Align buttons to left, fix readme panel width, and ensure consistent 700px width for all tab content
This commit is contained in:
@ -1358,4 +1358,35 @@ body.wp-admin .button.pricing-button:hover,
|
|||||||
list-style-type: disc !important;
|
list-style-type: disc !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* General, Advanced, ReadMe and Workflow Tab Spacing Fix - CAN BE REMOVED NOW */
|
/* Global setting for all content panels width - apply to ALL tabs */
|
||||||
|
.wp-allstars-settings-content,
|
||||||
|
.wp-allstars-tab-content > div,
|
||||||
|
.wp-allstars-settings-section,
|
||||||
|
.wpa-pro-plugins,
|
||||||
|
.wpa-pro-plugin,
|
||||||
|
#wpa-plugin-list,
|
||||||
|
#wpa-theme-list,
|
||||||
|
.wp-allstars-markdown-content,
|
||||||
|
.wpa-plugin-container,
|
||||||
|
#readme .wpa-pro-plugin,
|
||||||
|
.wp-allstars-toggle {
|
||||||
|
max-width: 700px !important;
|
||||||
|
margin-left: auto !important;
|
||||||
|
margin-right: auto !important;
|
||||||
|
width: 100% !important;
|
||||||
|
box-sizing: border-box !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Fix specific tab content */
|
||||||
|
#general .wp-setting-row,
|
||||||
|
#advanced .wp-setting-row,
|
||||||
|
#advanced .wp-allstars-toggle,
|
||||||
|
#workflow .wp-allstars-toggle,
|
||||||
|
#workflow .wp-setting-row,
|
||||||
|
#readme .wp-allstars-markdown-content {
|
||||||
|
max-width: 700px !important;
|
||||||
|
width: 100% !important;
|
||||||
|
box-sizing: border-box !important;
|
||||||
|
margin-left: auto !important;
|
||||||
|
margin-right: auto !important;
|
||||||
|
}
|
@ -125,7 +125,7 @@ class WP_Allstars_Hosting_Manager {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
#hosting .wpa-pro-plugin .button-group {
|
#hosting .wpa-pro-plugin .button-group {
|
||||||
justify-content: flex-end;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
';
|
';
|
||||||
|
|
||||||
|
@ -184,7 +184,7 @@ class WP_Allstars_Pro_Plugins_Manager {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
justify-content: flex-end;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
.wpa-pro-plugin .button {
|
.wpa-pro-plugin .button {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -63,7 +63,7 @@ class WP_Allstars_Tools_Manager {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
#tools .wpa-pro-plugin .button-group {
|
#tools .wpa-pro-plugin .button-group {
|
||||||
justify-content: flex-end;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
';
|
';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user