modify testResult css style

modify testResult css style
This commit is contained in:
luqiong 2014-09-10 09:44:00 +08:00
parent 3c25415a9a
commit e230e7132e
3 changed files with 13 additions and 7 deletions

View File

@ -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;
} }
@ -147,4 +148,8 @@ td.details-control {
td.details-control.shown { td.details-control.shown {
background: url('../images/delete.png') no-repeat center background: url('../images/delete.png') no-repeat center
center; center;
}
table#url{
width:100% !important;
} }

View File

@ -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%;

View File

@ -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);
}; };