Quick RTL CSS fix in widgets admin. see #16082, props SergeyBiryukov.

git-svn-id: https://develop.svn.wordpress.org/trunk@17216 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2011-01-04 07:29:22 +00:00
parent 10a9702a4d
commit 72e60a4df1
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
#widget-list .widget,
#wp_inactive_widgets .widget {
float: right;
}
ul#widget-list li.widget-list-item div.widget-description {
margin: 0 200px 0 0;
padding: 0 4em 0 0;