##// END OF EJS Templates
Fix IE6 display bug on the issue list....
Jean-Philippe Lang -
r1270:180fe8f6a47e
parent child
Show More
@@ -6,7 +6,7
6 6 <%= hidden_field_tag('project_id', @project.id) if @project %>
7 7 <fieldset id="filters"><legend><%= l(:label_filter_plural) %></legend>
8 8 <%= render :partial => 'queries/filters', :locals => {:query => @query} %>
9 <div class="buttons">
9 <p class="buttons">
10 10 <%= link_to_remote l(:button_apply),
11 11 { :url => { :set_filter => 1 },
12 12 :update => "content",
@@ -21,7 +21,7
21 21 <% if current_role && current_role.allowed_to?(:save_queries) %>
22 22 <%= link_to l(:button_save), {}, :onclick => "$('query_form').submit(); return false;", :class => 'icon icon-save' %>
23 23 <% end %>
24 </div>
24 </p>
25 25 </fieldset>
26 26 <% end %>
27 27 <% else %>
@@ -87,6 +87,7 table.list td { overflow: hidden; vertical-align: top;}
87 87 table.list td.id { width: 2%; text-align: center;}
88 88 table.list td.checkbox { width: 15px; padding: 0px;}
89 89
90 table.list.issues { margin-top: 10px; }
90 91 tr.issue { text-align: center; white-space: nowrap; }
91 92 tr.issue td.subject, tr.issue td.category { white-space: normal; }
92 93 tr.issue td.subject { text-align: left; }
@@ -145,7 +146,6 div.square {
145 146 overflow: hidden;
146 147 width: .6em; height: .6em;
147 148 }
148
149 149 .contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px; padding-left: 10px; font-size:0.9em;}
150 150 .contextual input {font-size:0.9em;}
151 151
@@ -160,8 +160,7 textarea.wiki-edit { width: 99%; }
160 160 li p {margin-top: 0;}
161 161 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
162 162
163 #filters { margin-bottom: 1em; }
164 #filters .buttons { text-align: right; font-size: 0.9em; }
163 fieldset#filters .buttons { text-align: right; font-size: 0.9em; margin: 0 4px 0px 0; }
165 164
166 165 div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
167 166 div#issue-changesets .changeset { padding: 4px;}
General Comments 0
You need to be logged in to leave comments. Login now