RTL fixes for new position of QuickPress ajax spinner, also version bumps, see #10680

git-svn-id: https://develop.svn.wordpress.org/trunk@13090 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-02-13 06:14:37 +00:00
parent d5ced26371
commit 49f0af2f42
5 changed files with 9 additions and 5 deletions
+3
View File
@@ -85,6 +85,9 @@
#dashboard-widgets #dashboard_quick_press form p.submit #publish {
float: left;
}
#dashboard-widgets #dashboard_quick_press form p.submit img.waiting {
margin: 4px 0 0 6px;
}
/* Recent Drafts */
#dashboard_recent_drafts h4 abbr {
font-family: Tahoma, Arial;
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -299,12 +299,13 @@ div.postbox div.inside {
}
#dashboard-widgets #dashboard_quick_press form p.submit #publish {
float: none;
float: right;
}
#dashboard-widgets #dashboard_quick_press form p.submit img.waiting {
vertical-align: middle;
visibility: hidden;
margin: 4px 6px 0 0;
}
/* Recent Drafts */