Themes: set maximum width for overlay view, props matveb, fixes #26507.

git-svn-id: https://develop.svn.wordpress.org/trunk@26839 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2013-12-09 19:50:49 +00:00
parent 8f581ae3dc
commit f88a7f2a42
1 changed files with 8 additions and 5 deletions

View File

@ -7116,6 +7116,14 @@ body.folded .theme-overlay .theme-wrap {
margin-right: 0;
}
}
@media only screen and (min-width: 1680px) {
.theme-overlay .theme-wrap {
width: 1450px;
margin: 0 auto;
}
}
/* Maximum screenshot width reaches 440px */
@media only screen and (min-width: 1640px) {
.theme-browser .theme {
@ -7133,11 +7141,6 @@ body.folded .theme-overlay .theme-wrap {
.theme-browser .theme:nth-child(4n) {
margin-right: 0;
}
body.folded .theme-overlay .theme-wrap {
right: 15%;
left: 22%;
}
}
/* Maximum screenshot width reaches 440px */
@media only screen and (max-width: 1120px) {