This commit is contained in:
hmm 2014-09-05 15:13:16 +08:00
commit 6759fd36d8
2 changed files with 5 additions and 8 deletions

View File

@ -91,15 +91,12 @@ select{
border:red 2px solid;
}
.load-config-input{
width:150px;
width:70%;
}
.load-config-input-alert{
width:100px;
border:red 2px solid;
}
#loadConfig td{
padding-left:50px;
}
.allocation-input{
width:100px;
}
@ -114,6 +111,6 @@ select{
width:150px;
border:red 2px solid;
}
#addStep{
margin-left:50px;
div#test-plan-continuous{
width:100%;
}

View File

@ -90,7 +90,7 @@ body {
<td><fmt:message key="test-excuteRange" />(s)</td>
</tr>
<tr>
<td><input name="RequireLoad" class="load-config-input"
<td width="186px"><input name="RequireLoad" class="load-config-input"
type="text" value="10"
onblur="loadSchedulePlot();checkLoadConfig()" /></td>
<td width="186px"><input name="ExecuteRange" class="load-config-input"
@ -108,7 +108,7 @@ body {
</tr>
<tr>
<td><input name="RequireLoad" class="load-config-input"
<td width="186px"><input name="RequireLoad" class="load-config-input"
type="text" value="10"
onblur="loadSchedulePlot();checkLoadConfig()" /></td>
<td width="186px"><input name="ExecuteRange" class="load-config-input"