From e230e7132e75bb4fc2723be369275ab7f4fe5ff1 Mon Sep 17 00:00:00 2001 From: luqiong <605601787@qq.com> Date: Wed, 10 Sep 2014 09:44:00 +0800 Subject: [PATCH] modify testResult css style modify testResult css style --- Bench4Q-Web/src/main/webapp/css/result.css | 15 ++++++++++----- Bench4Q-Web/src/main/webapp/css/test.css | 1 + .../src/main/webapp/script/testResult/charts.js | 4 ++-- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Bench4Q-Web/src/main/webapp/css/result.css b/Bench4Q-Web/src/main/webapp/css/result.css index 3f16d24e..eac7c438 100644 --- a/Bench4Q-Web/src/main/webapp/css/result.css +++ b/Bench4Q-Web/src/main/webapp/css/result.css @@ -90,22 +90,23 @@ } .testHeader .span-brief h6{ - color:#4a4a4a; - font-size:14px; + color:#317eac; + font-size:13px; + font-weight:600; margin-bottom:5px } .testHeader .span-brief .value{ - color:#317eac; font-size:19px } .testHeader .span-brief h4{ - font-size:23px + font-size:22px; + color:#4a4a4a; } .testHeader .span-brief-last h6{ - color:#4a4a4a; + color:#317eac; font-size:14px; } @@ -147,4 +148,8 @@ td.details-control { td.details-control.shown { background: url('../images/delete.png') no-repeat center center; +} + +table#url{ + width:100% !important; } \ No newline at end of file diff --git a/Bench4Q-Web/src/main/webapp/css/test.css b/Bench4Q-Web/src/main/webapp/css/test.css index 50d0ad82..d7c5203e 100644 --- a/Bench4Q-Web/src/main/webapp/css/test.css +++ b/Bench4Q-Web/src/main/webapp/css/test.css @@ -62,6 +62,7 @@ select{ margin-bottom:0px; } #highchartsPlot{ + margin-left:10%; margin-top:10px; margin-bottom:10px; width:65%; diff --git a/Bench4Q-Web/src/main/webapp/script/testResult/charts.js b/Bench4Q-Web/src/main/webapp/script/testResult/charts.js index b3970461..4de70807 100644 --- a/Bench4Q-Web/src/main/webapp/script/testResult/charts.js +++ b/Bench4Q-Web/src/main/webapp/script/testResult/charts.js @@ -50,9 +50,9 @@ Chart.prototype.addSeries = function(axis, seriesId, data,name) { data : data, marker : { enabled : true, - radius : 8 + radius : 6 }, - lineWidth: 5, + lineWidth: 3, showInLegend : true }, true); };