mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-27 12:48:43 +02:00
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;
|
|
}
|