Twenty Thirteen: CSS fixes for visual post editor styles. Props celloexpressions and obenland, see #24308.

git-svn-id: https://develop.svn.wordpress.org/trunk@24706 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-07-15 16:52:14 +00:00
parent dcaa4eb4ed
commit 0b58010a28
1 changed files with 17 additions and 13 deletions

View File

@ -394,7 +394,6 @@ img {
/* Audio */
.post-format-audio {
background-color: #db572f;
padding-left: 120px;
}
.post-format-audio a {
@ -404,17 +403,15 @@ img {
.post-format-audio:before {
background: url(../images/dotted-line.png) repeat-y 85px 0;
background-size: 4px 4px;
-webkit-font-smoothing: antialiased;
content: "\f109";
display: block;
float: left;
font-family: Genericons;
font-size: 64px;
content: "\f109";
float: left;
width: 120px;
display: block;
-webkit-font-smoothing: antialiased;
height: 100%;
position: absolute;
left: 0;
top: 4px;
line-height: 1;
width: 120px;
}
/* Chat */
@ -507,10 +504,10 @@ img {
background-size: 4px 4px;
content: "";
display: block;
float: left;
height: 100%;
position: absolute;
left: 15px;
top: 0;
position: relative;
left: -30px;
width: 1px;
}
@ -565,4 +562,11 @@ html .mceContentBody.rtl {
.rtl blockquote blockquote {
margin-left: 0;
margin-right: 24px;
}
}
.rtl.post-format-audio:before,
.rtl.post-format-status:before,
.rtl.post-format-status > p:first-child:before {
background: none;
content: none;
}