mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-21 07:51:12 +00:00
Move inline CSS to application.css for private checkbox (#21076).
Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14754 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a399924b49
commit
4c31a5b156
@ -2,7 +2,7 @@
|
||||
<%= call_hook(:view_issues_form_details_top, { :issue => @issue, :form => f }) %>
|
||||
|
||||
<% if @issue.safe_attribute? 'is_private' %>
|
||||
<p style="float:right; margin-right:1em;">
|
||||
<p id="issue_is_private_wrap">
|
||||
<%= 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>
|
||||
</p>
|
||||
<% end %>
|
||||
|
||||
@ -375,6 +375,7 @@ fieldset#filters td.values select {min-width:130px;}
|
||||
fieldset#filters td.values input {height:1em;}
|
||||
fieldset#filters td.add-filter { text-align: right; vertical-align: top; }
|
||||
|
||||
#issue_is_private_wrap {float:right; margin-right:1em;}
|
||||
.toggle-multiselect {background: url(../images/bullet_toggle_plus.png) no-repeat 0% 40%; padding-left:8px; margin-left:0; cursor:pointer;}
|
||||
.buttons { font-size: 0.9em; margin-bottom: 1.4em; margin-top: 1em; }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user