-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathstyle.css
60 lines (47 loc) · 1.13 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
#plugin__statistics div.plg_stats_timeselect ul,
#plugin__statistics div.plg_stats_timeselect ul li,
#plugin__statistics div.plg_stats_timeselect form {
list-style-type: none;
display: inline;
margin: 0;
padding: 0;
text-align: left;
}
#plugin__statistics div.plg_stats_timeselect ul li,
#plugin__statistics div.plg_stats_timeselect input {
margin: 0 0.5em 0 0;
}
#plugin__statistics div.plg_stats_timeselect input.edit {
width: 6em;
}
#plugin__statistics div.plg_stats_timeselect {
margin-bottom: 1em;
}
#plugin__statistics img.graph {
background: transparent url(ico/load.gif) center center no-repeat;
margin: 1em 0;
}
#plugin__statistics .plg_stats_dashboard div {
padding-bottom: 2em;
}
#plugin__statistics .plg_stats_top div {
padding: 0;
}
#plugin__statistics .plg_stats_top {
font-size: 120%;
}
#plugin__statistics .left {
float: left;
}
#plugin__statistics table {
width: 500px;
}
#plugin__statistics .plg_stats_pager {
width: 500px;
}
#plugin__statistics .plg_stats_pager a.next {
float: right;
}
#plugin__statistics .plg_stats_pager a.prev {
float: left;
}