Better responsive CSS for post format switcher. Remove some JS debug cruft. props wonderboymusic. see #24046.
git-svn-id: http://core.svn.wordpress.org/trunk@24114 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -4111,13 +4111,14 @@ body .ui-tooltip {
|
||||
border-color: #CCC;
|
||||
margin: 13px 0 10px;
|
||||
padding: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.post-format-options a {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
min-width: 62px;
|
||||
padding:5px;
|
||||
border:1px solid transparent;
|
||||
padding: 5px;
|
||||
border: 1px solid transparent;
|
||||
margin-right: 10px;
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
@@ -4208,10 +4209,6 @@ body .ui-tooltip {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 782px) {
|
||||
.post-format-options {
|
||||
height: 33px;
|
||||
}
|
||||
|
||||
.post-format-options a {
|
||||
margin-right: 19px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user