Twenty Thirteen: CSS fixes for visual post editor styles. Props celloexpressions and obenland, see #24308.
git-svn-id: http://core.svn.wordpress.org/trunk@24706 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b2ecb55343
commit
5ace80e7d6
|
@ -394,7 +394,6 @@ img {
|
||||||
/* Audio */
|
/* Audio */
|
||||||
.post-format-audio {
|
.post-format-audio {
|
||||||
background-color: #db572f;
|
background-color: #db572f;
|
||||||
padding-left: 120px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-format-audio a {
|
.post-format-audio a {
|
||||||
|
@ -404,17 +403,15 @@ img {
|
||||||
.post-format-audio:before {
|
.post-format-audio:before {
|
||||||
background: url(../images/dotted-line.png) repeat-y 85px 0;
|
background: url(../images/dotted-line.png) repeat-y 85px 0;
|
||||||
background-size: 4px 4px;
|
background-size: 4px 4px;
|
||||||
-webkit-font-smoothing: antialiased;
|
content: "\f109";
|
||||||
|
display: block;
|
||||||
|
float: left;
|
||||||
font-family: Genericons;
|
font-family: Genericons;
|
||||||
font-size: 64px;
|
font-size: 64px;
|
||||||
content: "\f109";
|
-webkit-font-smoothing: antialiased;
|
||||||
float: left;
|
|
||||||
width: 120px;
|
|
||||||
display: block;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: absolute;
|
line-height: 1;
|
||||||
left: 0;
|
width: 120px;
|
||||||
top: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Chat */
|
/* Chat */
|
||||||
|
@ -507,10 +504,10 @@ img {
|
||||||
background-size: 4px 4px;
|
background-size: 4px 4px;
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
|
float: left;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: absolute;
|
position: relative;
|
||||||
left: 15px;
|
left: -30px;
|
||||||
top: 0;
|
|
||||||
width: 1px;
|
width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -565,4 +562,11 @@ html .mceContentBody.rtl {
|
||||||
.rtl blockquote blockquote {
|
.rtl blockquote blockquote {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 24px;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue