mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-06 09:19:04 +00:00
Fix the editor switching tabs position on small screens, props ryelle, fixes #26151.
git-svn-id: https://develop.svn.wordpress.org/trunk@26315 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1114,6 +1114,10 @@ span.mce_ltr:before {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.wp-editor-tabs {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.wp-switch-editor {
|
||||
background: #ebebeb;
|
||||
border: 1px solid #dedede;
|
||||
@@ -1151,6 +1155,10 @@ span.mce_ltr:before {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.wp-media-buttons {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.wp-media-buttons .button {
|
||||
margin-right: 5px;
|
||||
margin-bottom: 4px;
|
||||
|
||||
Reference in New Issue
Block a user