-
Notifications
You must be signed in to change notification settings - Fork 24
/
module.css
executable file
·108 lines (96 loc) · 1.71 KB
/
module.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
/* Uploader Styles */
.pa_photolist li
{
display: inline;
float: left;
margin-left: 10px;
margin-bottom: 10px;
}
.progressWrapper
{
width: 357px;
overflow: hidden;
background-color: #000;
}
.progressContainer {
margin: 1px;
padding: 4px;
border: solid 1px #E8E8E8;
background-color: #F7F7F7;
overflow: hidden;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
font-size: 0px;
width: 0%;
height: 2px;
background-color: blue;
text-align: left;
margin-top: 2px;
float: left;
}
.progressBarComplete {
width: 100%;
background-color: green;
visibility: hidden;
}
.progressBarError {
width: 100%;
background-color: red;
visibility: hidden;
}
.progressBarStatus {
margin-top: 2px;
text-align: left;
white-space: nowrap;
}
a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover
{
font-size: 0px;
display: block;
height: 14px;
width: 14px;
background-image: url(Images/Uploader/cancelbutton.gif);
background-repeat: no-repeat;
background-position: -14px 0px;
float: right;
}
a.progressCancel:hover
{
background-position: 0px 0px;
}
#ColorPickerDiv
{
display: block;
display: none;
position: relative;
border: 1px solid #777;
background: #fff
}
#ColorPickerDiv TD.color
{
cursor: pointer;
font-size: xx-small;
font-family: 'Arial' , 'Microsoft Sans Serif';
}
#ColorPickerDiv TD.color label
{
cursor: pointer;
}
.ColorPickerDivSample
{
margin: 0px 0px 0px 4px;
border: solid 1px #000;
padding: 0px 10px;
position: relative;
cursor: pointer;
}
#tabs-myarticles
{
padding-top: 10px;
}