modal.css in Sendy trunk, at resources/css/modal.css
| 1 | #sendy-modal { |
| 2 | .form-field { |
| 3 | label { |
| 4 | display: block; |
| 5 | margin-bottom: .25em; |
| 6 | } |
| 7 | |
| 8 | select { |
| 9 | display: block; |
| 10 | width: 100%; |
| 11 | max-width: 100%; |
| 12 | } |
| 13 | |
| 14 | input[type=number] { |
| 15 | width: 100%; |
| 16 | } |
| 17 | |
| 18 | .description { |
| 19 | font-size: .8em; |
| 20 | } |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | #sendy-create-shipments-modal { |
| 25 | display: none; |
| 26 | } |
| 27 |