forked from ccl/dokuwiki-plugin-datatemplate
-
Notifications
You must be signed in to change notification settings - Fork 6
/
style.css
64 lines (52 loc) · 1000 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
60
61
62
63
form.filterform_plugin fieldset.filterform {
display: table;
width: 90%;
margin-top: 15px;
margin-bottom: 15px;
}
form.filterform_plugin .cell{
display: table-cell;
padding: 5px 10px;
}
form.filterform_plugin label.text {
width: 100%;
}
form.filterform_plugin label.text input {
width: 100%;
}
form.filterform_plugin label.row {
display: block;
padding: 5px 10px;
text-align: left;
}
form.filterform_plugin div.group {
text-align: left;
font-weight: bold;
padding: 5px 10px;
}
div.dokuwiki div.prevnext {
border-bottom: 1px solid #CCC;
border-top: 1px solid #CCC;
margin: 0px 0px 0.5em 1.5em;
text-align: center;
clear: both;
}
div.dokuwiki div.prevnext a {
margin: 0px 0px 0.5em 0.5em;
}
div.dokuwiki div.prevnext a.selected {
font-weight: bold;
}
div.dokuwiki div.prevnext .prev {
float:left;
width: 20%;
text-align: left;
}
div.dokuwiki div.prevnext .next {
float:right;
width: 20%;
text-align: right;
}
div.dokuwiki div.prevnext .disabled {
color: #666;
}