Add themeboy page styling

This commit is contained in:
Brian Miyaji
2015-03-27 17:51:32 +11:00
parent 336101d823
commit 95ef1093a1
2 changed files with 17 additions and 0 deletions

View File

@@ -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 {

View File

@@ -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',