admin.css
23 lines
| 1 | .uploader input.button { |
| 2 | height: 34px; |
| 3 | line-height: 1; |
| 4 | margin-top: 15px; |
| 5 | width: 100%; |
| 6 | } |
| 7 | |
| 8 | .tribe_preview .aligncenter { |
| 9 | display: block; |
| 10 | margin-left: auto !important; |
| 11 | margin-right: auto !important; |
| 12 | } |
| 13 | |
| 14 | .tribe_preview { |
| 15 | max-height: 300px; |
| 16 | overflow: hidden; |
| 17 | } |
| 18 | |
| 19 | .tribe_preview img { |
| 20 | height: auto; |
| 21 | margin: 10px 0; |
| 22 | max-width: 100%; |
| 23 | } |