PluginProbe
Statify / 1.4.1
Statify v1.4.1
2.0.2 2.0.1 trunk 0.7 0.8 0.9 1.0 1.2.8 1.3.0 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 All 32 releases
statify / css / dashboard.css

dashboard.css in Statify 1.4.1, at css/dashboard.css

74 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* @group Front page */
2
3 #statify_chart {
4 color: #aaa;
5 height: 140px;
6 margin: 0 -4px;
7 text-align: center;
8 }
9 #statify_chart_data {
10 display: none;
11 }
12
13 #statify_dashboard .inside {
14 height: 1%;
15 margin: 0;
16 padding-bottom: 0;
17 overflow: hidden;
18 position: relative;
19 white-space: nowrap;
20 }
21
22 #statify_dashboard .table {
23 padding-bottom: 12px;
24 }
25 #statify_dashboard .table p.sub {
26 color: #BBB;
27 margin: 0 0 -4px;
28 }
29 #statify_dashboard .table div {
30 overflow: hidden;
31 }
32
33 #statify_dashboard .table.referrer {
34 float: left;
35 width: 45%;
36 }
37 #statify_dashboard .table.target {
38 float: right;
39 width: 55%;
40 }
41
42 #statify_dashboard td {
43 padding: 8px 0 0;
44 line-height: 1.4em;
45 }
46 #statify_dashboard td.b {
47 text-align: right;
48 padding-right: 4px;
49 color: #777;
50 }
51 #statify_dashboard label {
52 display: block;
53 margin-bottom: 1.1em !important;
54 }
55
56 /* @end group */
57
58
59 /* @group Back stage */
60
61 #statify_dashboard .dashboard-widget-control-form {
62 padding: 0 0 18px;
63 }
64 #statify_dashboard .dashboard-widget-control-form select {
65 width: 100px;
66 }
67
68 #statify_dashboard .meta-links {
69 float: right;
70 margin: 0;
71 line-height: 28px;
72 }
73
74 /* @end group */