93ece29121faec5b07110cd6a14598cf0a9fab0e
[myslice.git] / plugins / maddash / static / css / maddash.css
1 #maddash__maddash {
2         height: 600px;
3 }
4
5 .grid-container{float:left;overflow:hidden;margin-right:10px;}
6 .gcol{position:absolute;top:0px;}
7 .gactive{background:#3c3c3c; fill:#3c3c3c}
8 .grow{overflow:hidden;clear:both;z-index:1;position:relative;}
9 .grow-heading{float:left;margin:1px 0px;}
10 .gtext{font-family:verdana;font-size:10px;fill:#242424}
11 .gactive .gtext {fill:#fff;font-size:11px;}
12 .gcell{float:left;cursor:pointer;background:none;}
13 .shadow {
14 /*        -moz-box-shadow: 0 0 30px 5px #000;
15       -webkit-box-shadow: 0 0 30px 5px #000;
16 */          border:1px solid #fff;
17 }
18 .ggrid{float:left;position:relative;}
19 .gleft{float:left;clear:both}
20 .gtop{}
21 .gsubcell{float:left;}
22 rect{fill:none;}
23 .tooltip{text-align:left;font-size:12px;}
24 .tooltip .top-tip{padding-bottom:2px;border-bottom:1px solid #fff}
25 .tooltip .bottom-tip{padding-top:2px;}  
26 .legends{
27         background-color:#fff7fb;
28         border:1px solid #d0d1e6;
29         margin: 5px 5px 5px 5px;
30         font-size:11px;
31         float: left;
32         min-width: 97%;
33         
34 }
35 .legend{float:left;margin: 4px 10px 4px 10px;}
36 .lsymbol{float:left;width:13px;height:13px;margin-right:3px;}
37 .ltext{float:left;line-height:13px;font-style:normal;color:#252525}