forked from HEnquist/WViewPlot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwdataview.css
34 lines (31 loc) · 905 Bytes
/
wdataview.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.flot-container {
box-sizing: border-box;
min-width: 400px;
width: auto;
min-height: 450px;
height: auto;
/*padding: 20px 15px 15px 15px; */
/*margin: 15px auto 30px auto; */
/*border: 1px solid #ddd; */
/* background: #fff;
background: linear-gradient(#f6f6f6 0, #fff 50px);
background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
box-shadow: 0 3px 10px rgba(0,0,0,0.15);
-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1); */
}
.flot-placeholder {
width: 100%;
height: 100%;
font-size: 14px;
line-height: 1.2em;
}
.flotph {
width: 75%;
height: 75%;
}