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:
Helen Hou-Sandí
2013-04-26 23:47:21 +00:00
parent 4a6b6963eb
commit 4885096f98
2 changed files with 4 additions and 11 deletions

View File

@@ -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;
}