IE RTL fixes for .screen-reader-text. props lessbloat. see #22467.
git-svn-id: http://core.svn.wordpress.org/trunk@22721 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e11afb7c07
commit
d6c85b1373
|
@ -224,3 +224,12 @@ p.button-controls,
|
||||||
#nav-menus-frame .delete-action {
|
#nav-menus-frame .delete-action {
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#title-wrap #title-prompt-text {
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.screen-reader-text {
|
||||||
|
right: auto;
|
||||||
|
text-indent: -1000em;
|
||||||
|
}
|
Loading…
Reference in New Issue