14 lines
205 B
CSS
14 lines
205 B
CSS
|
#filter_form input:not([type="submit"]):not([type="radio"]),
|
||
|
#filter_form select {
|
||
|
width: 100%;
|
||
|
min-width: 200px;
|
||
|
}
|
||
|
|
||
|
#filter_form td {
|
||
|
min-width: 120px;
|
||
|
}
|
||
|
|
||
|
.white-box-content {
|
||
|
min-width: 750px;
|
||
|
}
|