Rev | Line | |
---|
[0] | 1 | |
---|
| 2 | div.cu-ctrl { |
---|
| 3 | background: #fbfbfb; |
---|
| 4 | padding: 5px 0 0 0; |
---|
| 5 | margin: 0 0 1em 0; |
---|
| 6 | overflow: hidden; |
---|
| 7 | border-color: #ccc; |
---|
| 8 | border-width: 1px 0; |
---|
| 9 | border-style: solid; |
---|
| 10 | } |
---|
| 11 | div.cu-ctrl a { |
---|
| 12 | border: none; |
---|
| 13 | } |
---|
| 14 | |
---|
| 15 | div.cu-msg { |
---|
| 16 | padding: 0 0.5em; |
---|
| 17 | font-weight: bold; |
---|
| 18 | } |
---|
| 19 | div.cu-msg.cu-error { |
---|
| 20 | color: #c00; |
---|
| 21 | } |
---|
| 22 | |
---|
| 23 | div.cu-files { |
---|
| 24 | padding: 0 0.5em; |
---|
| 25 | margin: 10px 0; |
---|
| 26 | } |
---|
| 27 | div.cu-file { |
---|
| 28 | margin: 0 0 8px 0; |
---|
| 29 | position: relative; |
---|
| 30 | } |
---|
| 31 | div.cu-fileinfo { |
---|
| 32 | margin-left: 16px; |
---|
| 33 | } |
---|
| 34 | div.cu-fileinfo span.cu-filecancel { |
---|
| 35 | display: block; |
---|
| 36 | position: absolute; |
---|
| 37 | top: 2px; |
---|
| 38 | left: 0px !important; |
---|
| 39 | left: -16px; |
---|
| 40 | } |
---|
| 41 | div.cu-files span.cu-filecancel a { |
---|
| 42 | display: block; |
---|
| 43 | width: 12px; |
---|
| 44 | height: 12px; |
---|
| 45 | background: transparent url(cancel.png) no-repeat top left; |
---|
| 46 | border: none; |
---|
| 47 | text-indent: -5000px; |
---|
| 48 | outline: none; |
---|
| 49 | } |
---|
| 50 | div.cu-files span.cu-filemsg { |
---|
| 51 | font-weight: bold; |
---|
| 52 | color: green; |
---|
| 53 | } |
---|
| 54 | div.cu-files span.cu-filemsg.cu-error { |
---|
| 55 | color: #c00; |
---|
| 56 | } |
---|
| 57 | |
---|
| 58 | div.cu-progress { |
---|
| 59 | margin-left: 16px; |
---|
| 60 | } |
---|
| 61 | div.cu-progress div { |
---|
| 62 | height: 10px; |
---|
| 63 | width: 0; |
---|
| 64 | font-size: 0.8em; |
---|
| 65 | line-height: 1em; |
---|
| 66 | height: 1em; |
---|
| 67 | padding: 2px 0; |
---|
| 68 | text-align: right; |
---|
| 69 | background: green url(loader.png) repeat-x top left; |
---|
| 70 | color: white; |
---|
| 71 | font-weight: bold; |
---|
| 72 | -moz-border-radius: 2px; |
---|
| 73 | } |
---|
| 74 | |
---|
| 75 | div.cu-btn { |
---|
| 76 | padding: 0 0.5em; |
---|
| 77 | line-height: 1em; |
---|
| 78 | height: 1.6em; |
---|
| 79 | margin-top: 1em; |
---|
| 80 | position: relative; |
---|
| 81 | } |
---|
| 82 | div.cu-btn span { |
---|
| 83 | display: block; |
---|
| 84 | margin: 0 0 0 5px; |
---|
| 85 | float: right; |
---|
| 86 | } |
---|
| 87 | div.cu-btn span a { |
---|
| 88 | display: block; |
---|
| 89 | padding: 2px; |
---|
| 90 | line-height: 127%; |
---|
| 91 | background: #e2dfca; |
---|
| 92 | color: #333; |
---|
| 93 | text-decoration: none; |
---|
| 94 | border: 1px solid #e2dfca !important; |
---|
| 95 | outline: none; |
---|
| 96 | -moz-border-radius: 3px; |
---|
| 97 | -webkit-border-radius: 3px; |
---|
| 98 | } |
---|
| 99 | div.cu-btn span a:hover, div.cu-btn span a:focus { |
---|
| 100 | border-color: #ccc; |
---|
| 101 | color: #06c; |
---|
| 102 | } |
---|
| 103 | div.cu-btn span.cu-btn-browse { |
---|
| 104 | float: none; |
---|
| 105 | position: absolute; |
---|
| 106 | left: 0.5em; |
---|
| 107 | margin: 0; |
---|
| 108 | } |
---|
| 109 | div.cu-btn span.cu-btn-upload { |
---|
| 110 | font-weight: bold; |
---|
| 111 | } |
---|
| 112 | |
---|
| 113 | div.cu-maxsize { |
---|
| 114 | clear: both; |
---|
| 115 | margin: 3px 0 0 0.5em; |
---|
| 116 | } |
---|
| 117 | |
---|
| 118 | div.cu-disable { |
---|
| 119 | padding: 0 0 0.5em 0.5em; |
---|
| 120 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.