Widgets: remove some unused styles, props shaunandrews, see #25821

git-svn-id: https://develop.svn.wordpress.org/trunk@26259 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2013-11-18 23:05:31 +00:00
parent 1856fec849
commit b01698ee01

View File

@ -10571,31 +10571,6 @@ div#widgets-right .widgets-sortables:before {
border-bottom: 1px solid #ccc;
}
#widgets-chooser select {
width: 100%;
margin-bottom: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#widgets-chooser .sidebar-radios {
text-align: left;
margin: 0 20px 20px 20px;
}
#widgets-chooser .sidebar-radios li {
margin-top: 15px;
}
#widgets-chooser .sidebar-radios label {
font-size: 15px;
}
#widgets-chooser .sidebar-radios input {
margin-right: 10px;
}
#widgets-chooser .widgets-chooser-actions {
clear: both;
text-align: center;