Defect #31216 » fix_multiselect.patch
| public/stylesheets/application.css | ||
|---|---|---|
| 395 | 395 |
} |
| 396 | 396 |
.query-columns select {
|
| 397 | 397 |
min-width:150px; |
| 398 |
height: auto; |
|
| 399 | 398 |
} |
| 400 | 399 | |
| 401 | 400 |
.query-totals {text-align:right;}
|
| ... | ... | |
| 463 | 462 |
} |
| 464 | 463 |
input[type="file"] {border: 0;}
|
| 465 | 464 |
input[type="submit"] {-webkit-appearance: button; cursor: pointer; background-color: #fff;}
|
| 466 |
select[multiple=multiple] {background: #fff; padding-right: initial;}
|
|
| 465 |
select[multiple=multiple] {background: #fff; padding-right: initial; height: auto;}
|
|
| 467 | 466 |
fieldset {border: 1px solid #e4e4e4; margin:0; min-width: inherit;}
|
| 468 | 467 |
legend {color: #333;}
|
| 469 | 468 |
hr { width: 100%; height: 1px; background: #ccc; border: 0;}
|