Dashboard and Press This RTL fixeixes. Props yoavf. fixes #13083
git-svn-id: https://develop.svn.wordpress.org/trunk@14187 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0a0ec2ff46
commit
f28be2ee6a
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user