mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 10:22:23 +01:00
82dd4d569c
git-svn-id: http://svn.automattic.com/wordpress/trunk@17216 1a063a9b-81f0-0310-95a4-ce76da25c4cd
15 lines
276 B
CSS
15 lines
276 B
CSS
#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;
|
|
}
|
|
.widget-control-save,
|
|
.widget-control-remove {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
float: right;
|
|
}
|