forked from jupiterjs/jquerymx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdownload.css
More file actions
88 lines (75 loc) · 1.27 KB
/
download.css
File metadata and controls
88 lines (75 loc) · 1.27 KB
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
body {
margin: 0px; padding: 0px;
overflow: hidden;
}
#plugins .dl_btn_container{
background: url(btn.png);
border: none;
color: #fff;
font-size: 2em;
float: right;
line-height: 56px;
margin: 20px;
height: 55px;
text-align: center;
width: 171px;
}
#plugins .dl_btn_container:hover{
color: #bbb;
cursor: pointer
}
#plugins #pluginForm {
border-top: dotted 1px #000;
padding: 0px;
width: 100%;
overflow: auto;
}
#plugins .section{
clear: both;
overflow: auto;
border-bottom: dotted 1px #000;
padding: 16px 16px 18px;
background: #eee;
}
#plugins .section .section-desc{
float: left;
width: 125px;
}
#plugins .section .section-desc h3{
font-size: 1.0em;
margin: 0px 0px 6px;
}
#plugins .section .section-desc p{
font-size: 0.7em;
}
#plugins .plugin{
float: right;
padding: 0px 0px 18px 0px;
overflow: auto;
width: 422px;
}
#plugins .plugin input {
float:left;
}
#plugins .plugin label{
color: #5387BD;
display: block;
float: left;
font-size: 0.7em;
font-weight: bold;
margin-left: 10px;
width: 175px;
word-wrap: break-word;
}
#plugins .plugin .desc{
float: left;
font-size: 0.7em;
margin: 0px 0px 0px 20px;
width: 194px;
}
#plugins .select-all-container{
text-align: right;
font-size: 0.7em;
font-weight: bold;
margin: 0px 6px 12px 0px;
}