edit result.css

This commit is contained in:
luqiong 2014-08-25 17:15:06 +08:00
parent a5b7b95958
commit 76ae9fa22c
2 changed files with 33 additions and 19 deletions

View File

@ -68,12 +68,10 @@
}
.testHeader {
margin-top: 20px;
margin-bottom: 20px;
background-color: #fff;
border: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 3px solid #ccc;
border-top: 3px solid;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f3f3f3');
background:-webkit-gradient(linear,left top,left bottom,from(#fcfcfc),to(#f3f3f3));
background:-moz-linear-gradient(top,#fcfcfc,#f3f3f3);
@ -81,6 +79,29 @@
background:linear-gradient(to bottom,#fcfcfc,#f3f3f3)
}
.testHeader-top {
margin-top:20px;
border-top-color:#369bd7
}
.testHeader-middle {
margin-bottom:20px;
border-top-width:0
}
.testHeader .span-brief h6{
font-size:14px;
margin-bottom:5px
}
.testHeader .span-brief h4{
font-size:25px
}
.testHeader .span-brief-last h6{
font-size:14px;
}
.innerTable {
margin: 0;
padding: 0;

View File

@ -43,20 +43,17 @@ body {
<li><a href="#"><fmt:message key="result" /></a></li>
</ul>
</div>
<div class="row-fluid testHeader">
<div class="row-fluid testHeader testHeader-top">
<div class="span4 span-brief">
<fmt:message key="testPlanName" />
<br> <br>
<h6><fmt:message key="testPlanName" /></h6><br>
<div id="testplanName"></div>
</div>
<div class="span4 span-brief">
<fmt:message key="createdatetime" />
<br> <br>
<h6><fmt:message key="createdatetime" /></h6><br>
<div id="createTime"></div>
</div>
<div class="span4 span-brief">
<fmt:message key="testExecuteTime" />
<br> <br>
<h6><fmt:message key="testExecuteTime" /></h6><br>
<div id="testTime"></div>
</div>
<%-- </div>
@ -66,27 +63,23 @@ body {
<div id="scripts"></div>
</div> --%>
</div>
<div class="row-fluid testHeader" id="test">
<div class="row-fluid testHeader testHeader-middle" id="test">
<div class="span3 span-brief">
<fmt:message key="result-testStatus" />
<br> <br>
<h6><fmt:message key="result-testStatus" /></h6><br>
<div id="status"></div>
</div>
<div class="span3 span-brief">
<fmt:message key="result-vuser" />
<br> <br>
<h6><fmt:message key="result-vuser" /></h6><br>
<div>
<span id="vu"></span>
</div>
</div>
<div class="span3 span-brief">
<fmt:message key="result-request" />
<br> <br>
<h6><fmt:message key="result-request" /></h6><br>
<div id="request"></div>
</div>
<div class="span3 span-brief-last">
<fmt:message key="stopTestPlan" />
<br> <br>
<h6><fmt:message key="stopTestPlan" /></h6><br>
<button type="button" class="btn btn-primary " id="stop-testplan"><fmt:message key="stop" /></button>
</div>
</div>