Dashboard and Press This RTL fixeixes. Props yoavf. fixes #13083

git-svn-id: http://svn.automattic.com/wordpress/trunk@14187 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-04-22 17:54:08 +00:00
parent 7c1255e433
commit f0bb52f8c4
2 changed files with 18 additions and 2 deletions

View File

@ -13,6 +13,11 @@
#dashboard_right_now p.sub, #dashboard-widgets h4, #dashboard_quick_press h4, a.rsswidget, #dashboard_plugins h4, #dashboard_plugins h5, #dashboard_recent_comments .comment-meta .approve {
font-family: Tahoma, Arial;
}
#dashboard_right_now p.sub {
font-style:normal;
left:auto;
right:15px;
}
#dashboard_right_now td.b {
padding-right: 0;
padding-left: 6px;
@ -23,6 +28,15 @@
padding-right: 0;
padding-left: 12px;
}
#dashboard_right_now .table_content {
float:right;
}
#dashboard_right_now .table_discussion {
float:left;
}
#dashboard_right_now .versions {
clear:right;
}
#dashboard_right_now .versions a {
font-family: Tahoma, Arial;
}
@ -93,4 +107,4 @@
font-family: Tahoma, Arial;
margin-left:0;
margin-right: 3px;
}
}

View File

@ -68,7 +68,9 @@ h3.tb {
font-family: Tahoma, Arial;
}
#categorydiv ul.categorychecklist ul {
.inline-editor ul.cat-checklist ul,
.categorydiv ul.categorychecklist ul,
#linkcategorydiv ul.categorychecklist ul {
margin-left: 0;
margin-right: 18px;
}