]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.scss
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / grafana / grafana.component.scss
1 .grafana {
2 width: 100%;
3 height: 600px;
4 z-index: 0;
5 }
6
7 .grafana_one {
8 height: 400px;
9 }
10
11 .grafana_two {
12 height: 750px;
13 }
14
15 .grafana_three {
16 height: 900px;
17 }
18
19 .timepicker {
20 select {
21 display: inline-block;
22 }
23
24 label {
25 font-size: 1.05em;
26 padding: 5px !important;
27 }
28 }
29
30 button {
31 margin-bottom: 10px;
32 margin-left: 10px;
33 float: right;
34 i {
35 font-size: 14px;
36 padding: 2px;
37 }
38 }
39
40 .dropdown-menu {
41 top: 20px;
42 right: 20px;
43 left: auto;
44 }