RTL CSS from Mani. fixes #6296
git-svn-id: http://svn.automattic.com/wordpress/trunk@7398 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
24
wp-admin/css/dashboard-rtl.css
Normal file
24
wp-admin/css/dashboard-rtl.css
Normal file
@@ -0,0 +1,24 @@
|
||||
#rightnow .reallynow span {
|
||||
text-align: right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#rightnow .reallynow a {
|
||||
text-align: left;
|
||||
float: left;
|
||||
margin: 1px 0 0 6px;
|
||||
}
|
||||
h3.dashboard-widget-title span {
|
||||
text-align: right;
|
||||
float: right;
|
||||
}
|
||||
h3.dashboard-widget-title small {
|
||||
text-align: left;
|
||||
float: left;
|
||||
}
|
||||
div.dashboard-widget-content ul,
|
||||
div.dashboard-widget-content ol,
|
||||
div.dashboard-widget-content dl {
|
||||
padding-left:0;
|
||||
padding-right:15px;
|
||||
}
|
||||
Reference in New Issue
Block a user