]> arthur.barton.de Git - netdata.git/blob - web/old/theme.css
fix typo in the installer help
[netdata.git] / web / old / theme.css
1 /* http://stackoverflow.com/questions/17005500/bootstrap-css-responsive-left-with-a-white-space-on-the-right */
2
3 html {
4   width: auto !important;
5   overflow-x: hidden !important;
6 }
7
8 body {
9   width: auto !important;
10   overflow-x: hidden !important;
11   padding-top: 70px;
12   padding-bottom: 30px;
13 }
14
15 .theme-dropdown .dropdown-menu {
16   position: static;
17   display: block;
18   margin-bottom: 20px;
19 }
20
21 .theme-showcase > p > .btn {
22   margin: 5px 0;
23 }
24
25 .thumbgraph {
26         float: left;
27 }
28
29 .thumbgraphs {
30         width: 100%;
31 }
32
33 .thumbtitle {
34         float: none;
35         width: 100%;
36 }
37
38 .thumbgroup {
39         float: none;
40         width: 100%;
41 }
42
43 .container.graphs {
44         width: 98%;
45 }
46
47 .breadcrumb.graphs {
48     margin-top: 10px;
49     margin-bottom: 10px;
50 }
51
52 .dropdown-menu {
53     max-height: 500px;
54     overflow-y: auto;
55     overflow-x: hidden;
56 }
57
58 .google-visualization-tooltip-action: hover {
59   background-color: #eeeeee;
60 }
61 .google-visualization-tooltip {
62   border: solid 1px #bdbdbd;
63   border-radius: 2px;
64   background-color: white;
65   box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, 0.6);
66   font-size: 9px;
67   -moz-box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, 0.6);
68   -webkit-box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, 0.6);
69   position: absolute;
70   line-height: 90% !important;
71   margin: 0 0 0 0 !important;
72   padding: 0.5em 0.1em 0.5em 0.1em !important;
73   width: 180px !important;
74   z-index: 1000 !important;
75 }
76 .google-visualization-tooltip-item-list {
77   list-style-type: none;
78   margin: 0 0 0 0 !important;
79   padding: 0 0 0 0 !important;
80 }
81 .google-visualization-tooltip-item {
82   margin: 0 0 0 0 !important;
83 }
84 .google-visualization-tooltip-item-list
85 .google-visualization-tooltip-item:first-child {
86   margin: 0 0 0 0 !important;
87 }