Dotclear

source: inc/admin/default-templates/style/candyUpload/style.css @ 1085:2b8ebf1d6f24

Revision 1085:2b8ebf1d6f24, 2.1 KB checked in by JcDenis, 13 years ago (diff)

Fix last merge from default branch

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

Sites map