Code Editors: Tweak styles to work better on smaller screens.
See #42100. git-svn-id: https://develop.svn.wordpress.org/trunk@41999 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f06055cf90
commit
36f253d1d9
@ -3756,11 +3756,21 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Theme/Plugin File Editor */
|
/* Theme/Plugin File Editor */
|
||||||
|
|
||||||
|
#template textarea,
|
||||||
|
#template .CodeMirror {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
#templateside {
|
#templateside {
|
||||||
float: none;
|
float: none;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#templateside > ul {
|
||||||
|
border-left: 1px solid #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
#templateside li {
|
#templateside li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
@ -3814,11 +3824,44 @@ img {
|
|||||||
left: -8px;
|
left: -8px;
|
||||||
}
|
}
|
||||||
.wrap #templateside span.notice {
|
.wrap #templateside span.notice {
|
||||||
margin-left: -14px;
|
margin-left: -5px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fileedit-sub .alignright {
|
.fileedit-sub .alignright {
|
||||||
|
float: left;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
|
width: 100%;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fileedit-sub .alignright label {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fileedit-sub #theme,
|
||||||
|
.fileedit-sub #plugin {
|
||||||
|
margin-left: 0;
|
||||||
|
max-width: 70%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fileedit-sub input[type="submit"] {
|
||||||
|
margin-bottom: 0px;
|
||||||
|
padding: 8px 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#documentation label[for="docs-list"] {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
#documentation select[name="docs-list"] {
|
||||||
|
margin-left: 0;
|
||||||
|
max-width: 60%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#documentation input[type="button"] {
|
||||||
|
margin-bottom: 0;
|
||||||
|
padding: 8px 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpfooter {
|
#wpfooter {
|
||||||
|
Loading…
Reference in New Issue
Block a user