RTL fixes from RanYanivHartstein. fixes #6826 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@8106 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d69adece5a
commit
236eb02bee
|
@ -13,6 +13,10 @@
|
|||
margin: 1px 0 0 6px;
|
||||
}
|
||||
|
||||
div.dashboard-widget-holder {
|
||||
float: right;
|
||||
}
|
||||
|
||||
h3.dashboard-widget-title span {
|
||||
text-align: right;
|
||||
float: right;
|
||||
|
@ -56,6 +60,9 @@ div.dashboard-widget {
|
|||
float:right;
|
||||
margin:0 0 0.2em 0.5em;
|
||||
}
|
||||
#dashboard_secondary div.dashboard-widget-content ul li {
|
||||
float: right;
|
||||
}
|
||||
#dashboard_secondary div.dashboard-widget-content ul li a {
|
||||
border-right:0 none;
|
||||
border-left:1px solid #DADADA;
|
||||
|
|
|
@ -161,7 +161,7 @@ form#themeselector
|
|||
|
||||
#poststuff #media-buttons
|
||||
{
|
||||
direction: ltr;
|
||||
direction: rtl;
|
||||
float:left;
|
||||
margin-left:20px;
|
||||
margin-right:0
|
||||
|
|
Loading…
Reference in New Issue