Skip to content

Commit

Permalink
widen the value field a tad
Browse files Browse the repository at this point in the history
  • Loading branch information
dg4prez committed Jun 20, 2017
1 parent 99a20f9 commit a265aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions traffic_ops/app/templates/steering/index.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<span class="field-with-error"><%= field('st.target_value')->error %></span><br><br>
<% } %>
%= label_for 'st.target_value' => 'Value: ', class => 'label'
<input type="text" style="max-width:25px; text-align:right" name="st.target_value" value = "<%= $st->{target_value} %>">
<input type="text" style="max-width:35px; text-align:right" name="st.target_value" value = "<%= $st->{target_value} %>">
</td>
<td width="50" style="text-align:center;">
<!-- <a id="deleteTarget" href="">Delete Target</a> -->
Expand Down Expand Up @@ -142,7 +142,7 @@
<span class="field-with-error"><%= field('st.target_value')->error %></span><br><br>
<% } %>
%= label_for 'st.target_value' => 'Value: ', class => 'label'
<input type="text" style="max-width:25px; text-align:right" name="st.target_value" value = "0">
<input type="text" style="max-width:35px; text-align:right" name="st.target_value" value = "0">
</td>
</tr>
</table>
Expand Down

0 comments on commit a265aad

Please sign in to comment.