-
Notifications
You must be signed in to change notification settings - Fork 17
/
style.css
94 lines (74 loc) · 1.73 KB
/
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
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
div.dokuwiki div.sync_left {
float: left;
}
div.dokuwiki div.sync_left div.error {
width: 25em;
padding: 4px 8px 4px 25px;
}
div.dokuwiki form.sync_profile fieldset{
text-align: left;
}
div.dokuwiki form.sync_profile samp {
font-size: small;
display: block;
margin-left: 4em;
}
div.dokuwiki form.sync_profile label,
div.dokuwiki form.sync_profile span {
display: block;
}
div.dokuwiki form.sync_profile input.edit,
div.dokuwiki form.sync_profile select.edit {
width: 25em;
display: block;
margin-left: 2em;
}
div.dokuwiki form.sync_profile fieldset div.type {
margin-left: 2em;
}
div.dokuwiki form.sync_profile fieldset div.type label{
display: inline;
}
div.dokuwiki form.sync_profile fieldset div.submit {
margin-top: 1em;
text-align: center;
}
div.dokuwiki form.sync_profile fieldset div small {
display: block;
}
div.dokuwiki ul.sync li.skipped {
list-style-image: url(pix/skipped.png);
}
div.dokuwiki ul.sync li.del_okay {
list-style-image: url(pix/del_okay.png);
}
div.dokuwiki ul.sync li.del_fail {
list-style-image: url(pix/del_fail.png);
}
div.dokuwiki ul.sync li.push_okay {
list-style-image: url(pix/right_okay.png);
}
div.dokuwiki ul.sync li.push_fail {
list-style-image: url(pix/right_fail.png);
}
div.dokuwiki ul.sync li.pull_okay {
list-style-image: url(pix/left_okay.png);
}
div.dokuwiki ul.sync li.pull_fail {
list-style-image: url(pix/right_fail.png);
}
th.sync__action{
cursor: pointer;
}
#sync__direction__table {
table-layout: fixed;
width: 100%;
}
#sync__direction__table .sync__file {
width: 50%;
}
#sync__direction__table .sync__push,
#sync__direction__table .sync__skip,
#sync__direction__table .sync__pull {
width: 3%;
}