Revision 3:cf375f1e7b0f,
2.2 KB
checked in by Dsls <dsls@…>, 14 years ago
(diff) |
Ported Franck & Kozlika updates for user prefs, dedicated branch
|
Rev | Line | |
---|
[0] | 1 | |
---|
| 2 | div.cu-ctrl { |
---|
[3] | 3 | background: #f5f5f5; |
---|
[0] | 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 | |
---|
| 12 | div.cu-msg { |
---|
| 13 | padding: 0 0.5em; |
---|
| 14 | font-weight: bold; |
---|
| 15 | } |
---|
| 16 | div.cu-msg.cu-error { |
---|
| 17 | color: #c00; |
---|
| 18 | } |
---|
| 19 | |
---|
| 20 | div.cu-files { |
---|
| 21 | padding: 0 0.5em; |
---|
| 22 | margin: 10px 0; |
---|
| 23 | } |
---|
| 24 | div.cu-file { |
---|
| 25 | margin: 0 0 8px 0; |
---|
| 26 | position: relative; |
---|
| 27 | } |
---|
| 28 | div.cu-fileinfo { |
---|
| 29 | margin-left: 16px; |
---|
| 30 | } |
---|
| 31 | div.cu-fileinfo span.cu-filecancel { |
---|
| 32 | display: block; |
---|
| 33 | position: absolute; |
---|
| 34 | top: 2px; |
---|
| 35 | left: 0px !important; |
---|
| 36 | left: -16px; |
---|
| 37 | } |
---|
| 38 | div.cu-files span.cu-filecancel a { |
---|
| 39 | display: block; |
---|
| 40 | width: 12px; |
---|
| 41 | height: 12px; |
---|
| 42 | background: transparent url(cancel.png) no-repeat top left; |
---|
| 43 | border: none; |
---|
| 44 | text-indent: -5000px; |
---|
| 45 | outline: none; |
---|
| 46 | } |
---|
| 47 | div.cu-files span.cu-filemsg { |
---|
| 48 | font-weight: bold; |
---|
| 49 | color: green; |
---|
| 50 | } |
---|
| 51 | div.cu-files span.cu-filemsg.cu-error { |
---|
| 52 | color: #c00; |
---|
| 53 | } |
---|
| 54 | |
---|
| 55 | div.cu-progress { |
---|
| 56 | margin-left: 16px; |
---|
| 57 | } |
---|
| 58 | div.cu-progress div { |
---|
| 59 | height: 10px; |
---|
| 60 | width: 0; |
---|
| 61 | font-size: 0.8em; |
---|
| 62 | line-height: 1em; |
---|
| 63 | height: 1em; |
---|
[3] | 64 | padding: .2em 0; |
---|
[0] | 65 | text-align: right; |
---|
| 66 | background: green url(loader.png) repeat-x top left; |
---|
| 67 | color: white; |
---|
| 68 | font-weight: bold; |
---|
| 69 | -moz-border-radius: 2px; |
---|
| 70 | } |
---|
| 71 | |
---|
| 72 | div.cu-btn { |
---|
| 73 | padding: 0 0.5em; |
---|
[3] | 74 | line-height: 1.2em; |
---|
| 75 | height: 1.5em; |
---|
[0] | 76 | margin-top: 1em; |
---|
| 77 | position: relative; |
---|
| 78 | } |
---|
| 79 | div.cu-btn span { |
---|
| 80 | display: block; |
---|
[3] | 81 | margin: 0 0 0 .5em; |
---|
[0] | 82 | float: right; |
---|
| 83 | } |
---|
| 84 | div.cu-btn span a { |
---|
| 85 | display: block; |
---|
[3] | 86 | padding: .3em 1.5em; |
---|
[0] | 87 | } |
---|
| 88 | div.cu-btn span.cu-btn-browse { |
---|
| 89 | float: none; |
---|
| 90 | position: absolute; |
---|
| 91 | left: 0.5em; |
---|
| 92 | margin: 0; |
---|
| 93 | } |
---|
[3] | 94 | div.cu-btn span.cu-btn-upload a.button { |
---|
| 95 | color: #fff; |
---|
| 96 | border: 1px solid #2373A8; |
---|
| 97 | background: #2373A8; |
---|
| 98 | background: -webkit-gradient(linear, left top, left bottom, from(#2C8FD1), to(#2373A8)); |
---|
| 99 | background: -moz-linear-gradient(top, #2C8FD1, #2373A8); |
---|
[0] | 100 | } |
---|
[3] | 101 | div.cu-btn span.cu-btn-upload a.button:hover, div.cu-btn span.cu-btn-upload a.button:focus { |
---|
| 102 | color: #fff; |
---|
| 103 | border: 1px solid #2C8FD1; |
---|
| 104 | background: #2C8FD1; |
---|
| 105 | background: -webkit-gradient(linear, left top, left bottom, from(#2373A8), to(#2C8FD1)); |
---|
| 106 | background: -moz-linear-gradient(top, #2373A8, #2C8FD1); |
---|
| 107 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2373A8', endColorstr='#2C8FD1'); |
---|
| 108 | } |
---|
[0] | 109 | div.cu-maxsize { |
---|
| 110 | clear: both; |
---|
[3] | 111 | margin: .75em 0 0 0.5em; |
---|
| 112 | font-style: italic; |
---|
[0] | 113 | } |
---|
| 114 | |
---|
| 115 | div.cu-disable { |
---|
[3] | 116 | margin: 1em 0; |
---|
[0] | 117 | padding: 0 0 0.5em 0.5em; |
---|
| 118 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.