@@ -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 %> |
@@ -375,6 +375,7 fieldset#filters td.values select {min-width:130px;} | |||||
375 | fieldset#filters td.values input {height:1em;} |
|
375 | fieldset#filters td.values input {height:1em;} | |
376 | fieldset#filters td.add-filter { text-align: right; vertical-align: top; } |
|
376 | fieldset#filters td.add-filter { text-align: right; vertical-align: top; } | |
377 |
|
377 | |||
|
378 | #issue_is_private_wrap {float:right; margin-right:1em;} | |||
378 | .toggle-multiselect {background: url(../images/bullet_toggle_plus.png) no-repeat 0% 40%; padding-left:8px; margin-left:0; cursor:pointer;} |
|
379 | .toggle-multiselect {background: url(../images/bullet_toggle_plus.png) no-repeat 0% 40%; padding-left:8px; margin-left:0; cursor:pointer;} | |
379 | .buttons { font-size: 0.9em; margin-bottom: 1.4em; margin-top: 1em; } |
|
380 | .buttons { font-size: 0.9em; margin-bottom: 1.4em; margin-top: 1em; } | |
380 |
|
381 |
General Comments 0
You need to be logged in to leave comments.
Login now