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;
}
/* 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 only screen and (max-width: 850px) {
.sp-modules-wrapper {