@@ -2,7 +2,7 | |||||
2 | <%= call_hook(:view_issues_form_details_top, { :issue => @issue, :form => f }) %> |
|
2 | <%= call_hook(:view_issues_form_details_top, { :issue => @issue, :form => f }) %> | |
3 |
|
3 | |||
4 | <% if @issue.safe_attribute? 'is_private' %> |
|
4 | <% if @issue.safe_attribute? 'is_private' %> | |
5 | <p style="float:right; margin-right:1em;"> |
|
5 | <p id="issue_is_private_wrap"> | |
6 | <%= f.check_box :is_private, :no_label => true %><label class="inline" for="issue_is_private" id="issue_is_private_label"><%= l(:field_is_private) %></label> |
|
6 | <%= f.check_box :is_private, :no_label => true %><label class="inline" for="issue_is_private" id="issue_is_private_label"><%= l(:field_is_private) %></label> | |
7 | </p> |
|
7 | </p> | |
8 | <% end %> |
|
8 | <% end %> |
@@ -367,6 +367,7 fieldset#filters td.values select {min-width:130px;} | |||||
367 | fieldset#filters td.values input {height:1em;} |
|
367 | fieldset#filters td.values input {height:1em;} | |
368 | fieldset#filters td.add-filter { text-align: right; vertical-align: top; } |
|
368 | fieldset#filters td.add-filter { text-align: right; vertical-align: top; } | |
369 |
|
369 | |||
|
370 | #issue_is_private_wrap {float:right; margin-right:1em;} | |||
370 | .toggle-multiselect {background: url(../images/bullet_toggle_plus.png) no-repeat 0% 40%; padding-left:8px; margin-left:0; cursor:pointer;} |
|
371 | .toggle-multiselect {background: url(../images/bullet_toggle_plus.png) no-repeat 0% 40%; padding-left:8px; margin-left:0; cursor:pointer;} | |
371 | .buttons { font-size: 0.9em; margin-bottom: 1.4em; margin-top: 1em; } |
|
372 | .buttons { font-size: 0.9em; margin-bottom: 1.4em; margin-top: 1em; } | |
372 |
|
373 |
General Comments 0
You need to be logged in to leave comments.
Login now