parent
3c25415a9a
commit
e230e7132e
|
@ -90,22 +90,23 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.testHeader .span-brief h6{
|
.testHeader .span-brief h6{
|
||||||
color:#4a4a4a;
|
color:#317eac;
|
||||||
font-size:14px;
|
font-size:13px;
|
||||||
|
font-weight:600;
|
||||||
margin-bottom:5px
|
margin-bottom:5px
|
||||||
}
|
}
|
||||||
|
|
||||||
.testHeader .span-brief .value{
|
.testHeader .span-brief .value{
|
||||||
color:#317eac;
|
|
||||||
font-size:19px
|
font-size:19px
|
||||||
}
|
}
|
||||||
|
|
||||||
.testHeader .span-brief h4{
|
.testHeader .span-brief h4{
|
||||||
font-size:23px
|
font-size:22px;
|
||||||
|
color:#4a4a4a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.testHeader .span-brief-last h6{
|
.testHeader .span-brief-last h6{
|
||||||
color:#4a4a4a;
|
color:#317eac;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -148,3 +149,7 @@ td.details-control {
|
||||||
background: url('../images/delete.png') no-repeat center
|
background: url('../images/delete.png') no-repeat center
|
||||||
center;
|
center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table#url{
|
||||||
|
width:100% !important;
|
||||||
|
}
|
|
@ -62,6 +62,7 @@ select{
|
||||||
margin-bottom:0px;
|
margin-bottom:0px;
|
||||||
}
|
}
|
||||||
#highchartsPlot{
|
#highchartsPlot{
|
||||||
|
margin-left:10%;
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
width:65%;
|
width:65%;
|
||||||
|
|
|
@ -50,9 +50,9 @@ Chart.prototype.addSeries = function(axis, seriesId, data,name) {
|
||||||
data : data,
|
data : data,
|
||||||
marker : {
|
marker : {
|
||||||
enabled : true,
|
enabled : true,
|
||||||
radius : 8
|
radius : 6
|
||||||
},
|
},
|
||||||
lineWidth: 5,
|
lineWidth: 3,
|
||||||
showInLegend : true
|
showInLegend : true
|
||||||
}, true);
|
}, true);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue