Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / plugins / datatables / extensions / ColVis / css / dataTables.colvis.jqueryui.css
1
2 button.ColVis_Button,
3 ul.ColVis_collection li {
4         padding: 0.5em;
5 }
6
7 ul.ColVis_collection {
8         margin: 0;
9         padding: 0;
10         overflow: hidden;
11         z-index: 2002;
12 }
13
14 ul.ColVis_collection li {
15         clear: both;
16         display: block;
17         text-align: left;
18         margin: -1px 0 0 0;
19 }
20
21 ul.ColVis_collection li span {
22         display: inline-block;
23         padding-left: 0.5em;
24         cursor: pointer;
25 }
26
27 div.ColVis_collectionBackground {
28         position: fixed;
29         top: 0;
30         left: 0;
31         height: 100%;
32         width: 100%;
33         background-color: black;
34         z-index: 1100;
35 }
36
37
38 div.ColVis_catcher {
39         position: absolute;
40         z-index: 1101;
41 }