]> Git — Sourcephile - gargantext.git/blob - ekg-assets/monitor.css
[VERSION] +1 to 0.0.5.9.3
[gargantext.git] / ekg-assets / monitor.css
1 /**
2 * Blueprint/flot compatibility
3 *
4 * Resets some styles back to the browser default.
5 */
6
7 .plot table {
8 width: auto;
9 border-spacing: 2px;
10 }
11
12 .plot th,
13 .plot td,
14 .plot caption {
15 padding: 0;
16 }
17
18 /**
19 * Body margin
20 */
21
22 body {
23 padding-top: 60px;
24 }
25
26 /**
27 * Plots
28 */
29
30 .plot {
31 width: 600px;
32 height: 300px;
33 margin-bottom: 1.5em;
34 }
35
36 .close-button {
37 float: right;
38 cursor: pointer;
39 }
40
41 /**
42 * Table
43 */
44
45 .value {
46 text-align: right;
47 }
48
49 .string {
50 text-align: left;
51 }
52
53 .graph-button {
54 cursor: pointer;
55 vertical-align: middle;
56 }