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

Built from https://develop.svn.wordpress.org/trunk@26259


git-svn-id: http://core.svn.wordpress.org/trunk@26165 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2013-11-18 23:06:09 +00:00
parent 2291d479af
commit 4a5e64e682
4 changed files with 2 additions and 52 deletions

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: right;
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-left: 10px;
}
#widgets-chooser .widgets-chooser-actions {
clear: both;
text-align: center;

File diff suppressed because one or more lines are too long

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;

File diff suppressed because one or more lines are too long