##// END OF EJS Templates
Move inline CSS to application.css for private checkbox (#21076)....
Jean-Philippe Lang -
r14372:4c31a5b15684
parent child
Show More
@@ -2,7 +2,7
2 2 <%= call_hook(:view_issues_form_details_top, { :issue => @issue, :form => f }) %>
3 3
4 4 <% if @issue.safe_attribute? 'is_private' %>
5 <p style="float:right; margin-right:1em;">
5 <p id="issue_is_private_wrap">
6 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 7 </p>
8 8 <% end %>
@@ -375,6 +375,7 fieldset#filters td.values select {min-width:130px;}
375 375 fieldset#filters td.values input {height:1em;}
376 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 379 .toggle-multiselect {background: url(../images/bullet_toggle_plus.png) no-repeat 0% 40%; padding-left:8px; margin-left:0; cursor:pointer;}
379 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