-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdrop.css
More file actions
109 lines (90 loc) · 1.32 KB
/
drop.css
File metadata and controls
109 lines (90 loc) · 1.32 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
legend {
font-weight: bold;
}
sub {
color: blue;
font-style: oblique;
border-bottom: 1px dotted;
font-size: 12px;
}
#loginset {
margin-left: auto;
margin-right: auto;
width: 274px;
}
#recoveryField {
margin-left: auto;
margin-right: auto;
width: 341px;
}
#registerset {
margin-left: auto;
margin-right: auto;
width: 492px;
}
#loginforms {
text-align: right;
margin-bottom: 10px;
}
#loginset span {
font-size: 0.8em;
}
#registerforms {
text-align: right;
margin-left: auto;
margin-right: auto;
width: 335px;
}
#logout {
bottom: 0.5em;
float: right;
position: relative;
text-align: right;
}
#droplist ul li {
width: 387px;
padding: 2px;
padding-top: 3px;
padding-bottom: 3px;
overflow: hidden;
border-left: 1px solid;
border-bottom: 1px dotted;
margin-bottom: 10px;
padding-bottom: 10px;
}
#droplist ul li span {
float: left;
display: block;
overflow: hidden;
}
#droplist ul li span:first-child {
width: 350px;
}
#manageForms {
width: 508px;
}
#manageForms fieldset {
padding-bottom: 22px;
}
#manageForms span {
float: left;
display: block;
width: 295px;
}
.manageSubmit {
position: absolute;
left: 317px;
}
#junk {
display: none;
}
#controlPanel {
width: 296px;
margin-left: auto;
margin-right: auto;
}
#controlPanel fieldset {
width: 265px;
margin-left: 1px;
padding-right: 16px;
}