Changeset 536:535dd04130aa for admin/style/candyUpload
- Timestamp:
- 07/09/11 19:47:57 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/candyUpload/style.css
r3 r536 1 1 2 div.cu-ctrl {2 .cu-ctrl { 3 3 background: #f5f5f5; 4 padding: 5px0 0 0;4 padding: .5em 0 0 0; 5 5 margin: 0 0 1em 0; 6 6 overflow: hidden; 7 border-color: #ccc;8 border-width: 1px 0;9 border-style: solid;10 7 } 11 12 div.cu-msg { 13 padding: 0 0.5em; 8 .cu-msg { 14 9 font-weight: bold; 15 10 } 16 div.cu-msg.cu-error {11 .cu-msg.cu-error { 17 12 color: #c00; 18 13 } 19 20 div.cu-files { 14 .cu-files { 21 15 padding: 0 0.5em; 22 16 margin: 10px 0; 23 17 } 24 div.cu-file {18 .cu-file { 25 19 margin: 0 0 8px 0; 26 20 position: relative; 27 21 } 28 div.cu-fileinfo {22 .cu-fileinfo { 29 23 margin-left: 16px; 30 24 } 31 div.cu-fileinfo span.cu-filecancel {25 .cu-fileinfo span.cu-filecancel { 32 26 display: block; 33 27 position: absolute; … … 36 30 left: -16px; 37 31 } 38 div.cu-files span.cu-filecancel a {32 .cu-filecancel a { 39 33 display: block; 40 34 width: 12px; … … 45 39 outline: none; 46 40 } 47 div.cu-files span.cu-filemsg {41 .cu-filemsg { 48 42 font-weight: bold; 49 43 color: green; 50 44 } 51 div.cu-filesspan.cu-filemsg.cu-error {45 span.cu-filemsg.cu-error { 52 46 color: #c00; 53 47 } 54 55 div.cu-progress { 48 .cu-progress { 56 49 margin-left: 16px; 57 50 } 58 div.cu-progress div {51 .cu-progress div { 59 52 height: 10px; 60 53 width: 0; … … 69 62 -moz-border-radius: 2px; 70 63 } 71 72 div.cu-btn { 64 .cu-btn { 73 65 padding: 0 0.5em; 74 66 line-height: 1.2em; … … 77 69 position: relative; 78 70 } 79 div.cu-btn span {71 .cu-btn span { 80 72 display: block; 81 margin: 0 0 0 .5em;73 margin: 0 1em 0 0; 82 74 float: right; 83 75 } 84 div.cu-btn span a {76 .cu-btn span a { 85 77 display: block; 86 78 padding: .3em 1.5em; 87 79 } 88 div.cu-btnspan.cu-btn-browse {80 span.cu-btn-browse { 89 81 float: none; 90 82 position: absolute; 91 left: 0 .5em;83 left: 0; 92 84 margin: 0; 93 85 } 94 div.cu-btn span.cu-btn-upload a.button { 86 span.cu-btn-upload, span.cu-btn-clean { 87 margin-right: 0; 88 } 89 span.cu-btn-upload a.button { 95 90 color: #fff; 96 91 border: 1px solid #2373A8; … … 99 94 background: -moz-linear-gradient(top, #2C8FD1, #2373A8); 100 95 } 101 div.cu-btn span.cu-btn-upload a.button:hover, div.cu-btn span.cu-btn-upload a.button:focus { 96 span.cu-btn-upload a.button:hover, 97 span.cu-btn-upload a.button:focus { 102 98 color: #fff; 103 99 border: 1px solid #2C8FD1; … … 107 103 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2373A8', endColorstr='#2C8FD1'); 108 104 } 109 div.cu-maxsize {105 .cu-maxsize.form-note { 110 106 clear: both; 111 margin: .75em 0 0 0.5em;107 margin: 1.5em 0 0; 112 108 font-style: italic; 113 109 } 114 115 div.cu-disable { 110 .cu-disable { 116 111 margin: 1em 0; 117 112 padding: 0 0 0.5em 0.5em;
Note: See TracChangeset
for help on using the changeset viewer.