admin.css
66 lines
| 1 | #great-caroussel; |
| 2 | content: ''; |
| 3 | clear: both; |
| 4 | } |
| 5 | |
| 6 | #great-caroussels .great-caroussel { |
| 7 | width: 340px; |
| 8 | display: inline-block; |
| 9 | margin: 5px; |
| 10 | background: #ddd; |
| 11 | padding: 5px; |
| 12 | } |
| 13 | |
| 14 | #great-caroussels img.remove, #great-caroussel img.remove, #great-caroussel li img.thumbnail { |
| 15 | cursor: pointer; |
| 16 | } |
| 17 | |
| 18 | #great-caroussel li img.thumbnail { |
| 19 | height: 100%; |
| 20 | } |
| 21 | |
| 22 | #great-caroussel li { |
| 23 | float: left; |
| 24 | position: relative; |
| 25 | padding: 10px; |
| 26 | } |
| 27 | |
| 28 | #great-caroussel li.opened, #great-caroussel li .form_edit_gc_img { |
| 29 | background: #ccc; |
| 30 | } |
| 31 | |
| 32 | #great-caroussel li .form_edit_gc_img { |
| 33 | padding: 10px; |
| 34 | z-index: 100; |
| 35 | display: none; |
| 36 | position: absolute; |
| 37 | top: 290px; |
| 38 | left: 0; |
| 39 | } |
| 40 | |
| 41 | #great-caroussel li img.loading { |
| 42 | display: none; |
| 43 | } |
| 44 | |
| 45 | #form_new_gc label, .gc_form label { |
| 46 | display: inline-block; |
| 47 | width: 120px; |
| 48 | vertical-align: top; |
| 49 | } |
| 50 | |
| 51 | .gc_form input[type="text"] { |
| 52 | width: 150px; |
| 53 | } |
| 54 | |
| 55 | #form_new_gc input[type=text], #form_new_gc textarea, #form_new_gc select { |
| 56 | width: 200px; |
| 57 | } |
| 58 | |
| 59 | .form_edit_gc_img label { |
| 60 | display: block; |
| 61 | width: 100%; |
| 62 | } |
| 63 | |
| 64 | .form_edit_gc_img input[type=text], .form_edit_gc_img textarea { |
| 65 | width: 100%; |
| 66 | } |