Dotclear

source: admin/style/candyUpload/style.css @ 951:6eac89a5f2a5

Revision 951:6eac89a5f2a5, 2.2 KB checked in by franck <carnet.franck.paul@…>, 13 years ago (diff)

some border-radius with vendor prefix missing

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     -o-border-radius: 2px;
64     -moz-border-radius: 2px;
65     -webkit-border-radius: 2px;
66}
67.cu-btn {
68     padding: 0 0.5em;
69     line-height: 1.2em;
70     height: 1.5em;
71     margin-top: 1em;
72     position: relative;
73}
74.cu-btn span {
75     display: block;
76     margin: 0 1em 0 0;
77     float: right;
78}
79.cu-btn span a {
80     display: block;
81     padding: .3em 1.5em;
82}
83span.cu-btn-browse {
84     float: none;
85     position: absolute;
86     left: 0;
87     margin: 0;
88}
89span.cu-btn-upload, span.cu-btn-clean {
90     margin-right: 0;
91}
92span.cu-btn-upload a.button {
93     color: #fff;
94     border: 1px solid #2373A8;
95     background: #2373A8;
96     background: -webkit-gradient(linear, left top, left bottom, from(#2C8FD1), to(#2373A8));
97     background: -moz-linear-gradient(top,  #2C8FD1,  #2373A8);
98}
99span.cu-btn-upload a.button:hover, 
100span.cu-btn-upload a.button:focus {
101     color: #fff;
102     border: 1px solid #2C8FD1;
103     background: #2C8FD1;
104     background: -webkit-gradient(linear, left top, left bottom, from(#2373A8), to(#2C8FD1));
105     background: -moz-linear-gradient(top,  #2373A8,  #2C8FD1);
106     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2373A8', endColorstr='#2C8FD1');
107}
108.cu-maxsize.form-note {
109     clear: both;
110     margin: 1.5em 0 0;
111     font-style: italic;
112}
113.cu-disable {
114     margin: 1em 0;
115     padding: 0 0 0.5em 0.5em;
116}
Note: See TracBrowser for help on using the repository browser.

Sites map