Changeset 1159:887a30463ee0 for admin/style/jsUpload/style.css
- Timestamp:
- 06/20/13 13:58:24 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/jsUpload/style.css
r1145 r1159 1 . button {1 .enhanced_uploader .button { 2 2 display: inline-block; 3 3 *display: inline; … … 16 16 } 17 17 18 . button-add {18 .enhanced_uploader .button-add { 19 19 position: relative; 20 20 } 21 21 22 . button:hover {22 .enhanced_uploader .button:hover { 23 23 background: #2373A8; 24 24 border: 1px solid #2C8FD1; 25 25 } 26 26 27 . button-add input {27 .enhanced_uploader .button-add input { 28 28 position: absolute; 29 29 top: 0; … … 35 35 } 36 36 37 . progress .bar {37 .enhanced_uploader .progress .bar { 38 38 background: transparent url('loader.png') repeat left top; 39 39 } 40 40 41 . upload-status {41 .enhanced_uploader .upload-status { 42 42 margin-top: 3px; 43 43 width: 13px; … … 46 46 } 47 47 48 . upload-status.ok {48 .enhanced_uploader .upload-status.ok { 49 49 background: transparent url('../../images/check-on.png') no-repeat left top; 50 50 } 51 51 52 . upload-status.error {52 .enhanced_uploader .upload-status.error { 53 53 background: transparent url('../../images/check-off.png') no-repeat left top; 54 54 } 55 56 .enhanced_uploader .one-file { 57 display: none; 58 } 59 60 .table-files { 61 display: none; 62 } 63 64 .enhanced_uploader .table-files { 65 display: block; 66 } 67 68 label span.one-file { 69 display: inline; 70 }
Note: See TracChangeset
for help on using the changeset viewer.