modify testPlan input css
This commit is contained in:
parent
319e2cc646
commit
c86b657d85
|
@ -91,15 +91,12 @@ select{
|
||||||
border:red 2px solid;
|
border:red 2px solid;
|
||||||
}
|
}
|
||||||
.load-config-input{
|
.load-config-input{
|
||||||
width:150px;
|
width:70%;
|
||||||
}
|
}
|
||||||
.load-config-input-alert{
|
.load-config-input-alert{
|
||||||
width:100px;
|
width:100px;
|
||||||
border:red 2px solid;
|
border:red 2px solid;
|
||||||
}
|
}
|
||||||
#loadConfig td{
|
|
||||||
padding-left:50px;
|
|
||||||
}
|
|
||||||
.allocation-input{
|
.allocation-input{
|
||||||
width:100px;
|
width:100px;
|
||||||
}
|
}
|
||||||
|
@ -114,6 +111,6 @@ select{
|
||||||
width:150px;
|
width:150px;
|
||||||
border:red 2px solid;
|
border:red 2px solid;
|
||||||
}
|
}
|
||||||
#addStep{
|
div#test-plan-continuous{
|
||||||
margin-left:50px;
|
width:100%;
|
||||||
}
|
}
|
|
@ -90,7 +90,7 @@ body {
|
||||||
<td><fmt:message key="test-excuteRange" />(s)</td>
|
<td><fmt:message key="test-excuteRange" />(s)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><input name="RequireLoad" class="load-config-input"
|
<td width="186px"><input name="RequireLoad" class="load-config-input"
|
||||||
type="text" value="10"
|
type="text" value="10"
|
||||||
onblur="loadSchedulePlot();checkLoadConfig()" /></td>
|
onblur="loadSchedulePlot();checkLoadConfig()" /></td>
|
||||||
<td width="186px"><input name="ExecuteRange" class="load-config-input"
|
<td width="186px"><input name="ExecuteRange" class="load-config-input"
|
||||||
|
@ -108,7 +108,7 @@ body {
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><input name="RequireLoad" class="load-config-input"
|
<td width="186px"><input name="RequireLoad" class="load-config-input"
|
||||||
type="text" value="10"
|
type="text" value="10"
|
||||||
onblur="loadSchedulePlot();checkLoadConfig()" /></td>
|
onblur="loadSchedulePlot();checkLoadConfig()" /></td>
|
||||||
<td width="186px"><input name="ExecuteRange" class="load-config-input"
|
<td width="186px"><input name="ExecuteRange" class="load-config-input"
|
||||||
|
|
Loading…
Reference in New Issue