Remove max-width for .widefat, see #18198

git-svn-id: https://develop.svn.wordpress.org/trunk@18671 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-09-15 00:50:35 +00:00
parent 22f08b499f
commit 46ace1acb8
2 changed files with 4 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -7668,10 +7668,6 @@ a.widget-control-edit {
#col-right{
width: 75%;
}
.widefat{
max-width: 500px;
}
}
@ -7684,7 +7680,7 @@ a.widget-control-edit {
#col-right{
width: 75%;
}
}
}
@media only screen and (min-width: 980px) {
@ -7696,10 +7692,9 @@ a.widget-control-edit {
#col-right{
width: 75%;
}
}
}
@media only screen and (max-width: 768px) {
/* categories */
#col-left{
@ -7708,7 +7703,7 @@ a.widget-control-edit {
#col-right{
width: 100%;
}
}
.form-field input, .form-field textarea{
width: 99%;