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