mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 22:24:36 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user