-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
59 lines (50 loc) · 923 Bytes
/
style.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
#recommend_box {
left: 25%;
top:25%;
width: 50%;
position: fixed;
padding: 1.5em 0;
z-index: 1;
}
#recommend_box fieldset {
background: white;
}
div.plugin__recommend {
width: 50%;
text-align: center;
font-size: 120%;
padding: 2em;
}
form#plugin__recommend {
width: 100%;
text-align: center;
}
form#plugin__recommend p {
font-size: 90%;
text-align: left;
}
form#plugin__recommend fieldset {
width: 90%;
}
form#plugin__recommend label {
display: block;
overflow: auto;
margin: 5px;
}
form#plugin__recommend label span {
width: 28%;
text-align: right;
display: block;
float: left;
}
form#plugin__recommend label input {
float: left;
margin-left: 5px;
}
form#plugin__recommend label textarea.edit,
form#plugin__recommend label input.edit {
width: 68%;
display: block;
float: left;
margin-left: 5px;
}