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:
parent
2291d479af
commit
4a5e64e682
|
@ -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
|
@ -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
Loading…
Reference in New Issue