Allow the fullscreen editor's content area to also be responsive. props avryl. fixes #27569.

Built from https://develop.svn.wordpress.org/trunk@27821


git-svn-id: http://core.svn.wordpress.org/trunk@27655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2014-03-28 17:38:15 +00:00
parent 3a4d9c5953
commit a85fd485d4
4 changed files with 12 additions and 4 deletions

View File

@ -1445,8 +1445,12 @@ i.mce-i-hr:before {
}
.wp-fullscreen-wrap .wp-editor-container,
.wp-fullscreen-title,
#wp-fullscreen-central-toolbar {
max-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 100% !important;
}
.wp-fullscreen-active .wp-editor-tools,

File diff suppressed because one or more lines are too long

View File

@ -1445,8 +1445,12 @@ i.mce-i-hr:before {
}
.wp-fullscreen-wrap .wp-editor-container,
.wp-fullscreen-title,
#wp-fullscreen-central-toolbar {
max-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 100% !important;
}
.wp-fullscreen-active .wp-editor-tools,

File diff suppressed because one or more lines are too long