PluginProbe
Statify / 1.2.8
Statify v1.2.8
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.2.8, at css/dashboard.css

70 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* @group Vorderseite */
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
52 /* @end group */
53
54
55 /* @group Hinterseite */
56
57 #statify_dashboard .dashboard-widget-control-form {
58 padding: 0 0 18px;
59 }
60 #statify_dashboard .dashboard-widget-control-form select {
61 width: 100px;
62 }
63
64 #statify_dashboard .meta-links {
65 float: right;
66 margin: 0;
67 line-height: 28px;
68 }
69
70 /* @end group */