Add themeboy page styling
This commit is contained in:
@@ -811,6 +811,22 @@ table.sp-status-table td mark.yes {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ThemeBoy */
|
||||||
|
.toplevel_page_themeboy #wpbody {
|
||||||
|
margin-left: -20px;
|
||||||
|
padding-bottom: 100%;
|
||||||
|
}
|
||||||
|
.toplevel_page_themeboy .themeboy-container {
|
||||||
|
padding-bottom: 100%;
|
||||||
|
}
|
||||||
|
.toplevel_page_themeboy .themeboy-container iframe {
|
||||||
|
border: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
position: absolute;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
/* Media Queries */
|
/* Media Queries */
|
||||||
@media only screen and (max-width: 850px) {
|
@media only screen and (max-width: 850px) {
|
||||||
.sp-modules-wrapper {
|
.sp-modules-wrapper {
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ function sp_get_screen_ids() {
|
|||||||
'dashboard_page_sp-credits',
|
'dashboard_page_sp-credits',
|
||||||
'dashboard_page_sp-translators',
|
'dashboard_page_sp-translators',
|
||||||
'toplevel_page_sportspress',
|
'toplevel_page_sportspress',
|
||||||
|
'toplevel_page_themeboy',
|
||||||
'edit-sp_result',
|
'edit-sp_result',
|
||||||
'sp_result',
|
'sp_result',
|
||||||
'edit-sp_outcome',
|
'edit-sp_outcome',
|
||||||
|
|||||||
Reference in New Issue
Block a user