Edit gotcha width.
This commit is contained in:
parent
d8adf49ee0
commit
eaa1009dda
|
@ -753,8 +753,8 @@ ul.list-unstyled li {
|
|||
<% if allow_no_logins_user && current_user.nil? %>
|
||||
<!-- 驗證碼 -->
|
||||
<div class="form-group">
|
||||
<label for="note" class="col-sm-2 control-label"><%= t('property_hire.recaptcha.recaptcha') %></label>
|
||||
<div class="col-sm-10">
|
||||
<label for="note" class="col-sm-<%=label_col%> control-label"><%= t('property_hire.recaptcha.recaptcha') %></label>
|
||||
<div class="col-sm-<%=input_col%>">
|
||||
<%= gotcha_error %>
|
||||
<%= gotcha %>
|
||||
</div>
|
||||
|
|
|
@ -596,8 +596,8 @@
|
|||
<% if allow_no_logins_user && current_user.nil? %>
|
||||
<!-- 驗證碼 -->
|
||||
<div class="form-group">
|
||||
<label for="note" class="col-sm-2 control-label"><%= t('property_hire.recaptcha.recaptcha') %></label>
|
||||
<div class="col-sm-10">
|
||||
<label for="note" class="col-sm-<%=label_col%> control-label"><%= t('property_hire.recaptcha.recaptcha') %></label>
|
||||
<div class="col-sm-<%=input_col%>">
|
||||
<%= gotcha_error %>
|
||||
<%= gotcha %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue