Changeset 1160:ce52e19259b9 for admin/style/jsUpload
- Timestamp:
- 06/21/13 21:47:02 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/jsUpload/style.css
r1159 r1160 14 14 color: #fff; 15 15 margin-right: 4px; 16 padding: .1em .5em 0 .5em; 17 font-size: 1em; 16 18 } 17 19 18 .enhanced_uploader .button-add {20 .enhanced_uploader label.button.add { 19 21 position: relative; 20 22 } … … 25 27 } 26 28 27 .enhanced_uploader .button -add input {29 .enhanced_uploader .button.add input { 28 30 position: absolute; 29 31 top: 0; … … 54 56 } 55 57 58 .enhanced_uploader .table-files .button.cancel { 59 background: transparent url('../../images/check-off.png') no-repeat left top; 60 width: 13px; 61 height: 13px; 62 margin-top: 3px; 63 border: none; 64 } 65 56 66 .enhanced_uploader .one-file { 57 67 display: none; 58 68 } 59 69 60 .table-files {70 .table-files, .button.cancel { 61 71 display: none; 62 72 } … … 66 76 } 67 77 78 .enhanced_uploader .button.cancel { 79 display: inline-block; 80 } 81 68 82 label span.one-file { 69 83 display: inline;
Note: See TracChangeset
for help on using the changeset viewer.