commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / packages / jquery / plugins / DataTables / extras / ColVis / media / css / ColVis.css
CommitLineData
5a920362 1
2/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3 * ColVis styles
4 */
5.ColVis {
6 float: right;
7 margin-bottom: 1em;
8}
9
10.ColVis_Button {
11 position: relative;
12 float: left;
13 margin-right: 3px;
14 padding: 3px 5px;
15 height: 30px;
16 background-color: #fff;
17 border: 1px solid #d0d0d0;
18 cursor: pointer;
19 *cursor: hand;
20}
21
22button.ColVis_Button::-moz-focus-inner {
23 border: none !important;
24 padding: 0;
25}
26
27.ColVis_text_hover {
28 border: 1px solid #999;
29 background-color: #f0f0f0;
30}
31
32div.ColVis_collectionBackground {
33 background-color: black;
34 z-index: 1100;
35}
36
37div.ColVis_collection {
38 position: relative;
39 width: 150px;
40 background-color: #f3f3f3;
41 padding: 3px;
42 border: 1px solid #ccc;
43 z-index: 1102;
44}
45
46div.ColVis_collection button.ColVis_Button {
47 background-color: white;
48 width: 100%;
49 float: none;
50 margin-bottom: 2px;
51}
52
53div.ColVis_catcher {
54 position: absolute;
55 z-index: 1101;
56}
57
58.disabled {
59 color: #999;
60}
61
62
63
64button.ColVis_Button {
65 text-align: left;
66}
67
68div.ColVis_collection button.ColVis_Button:hover {
69 border: 1px solid #999;
70 background-color: #f0f0f0;
71}
72
73span.ColVis_radio {
74 display: inline-block;
75 width: 20px;
76}