Cleanup styles in the issue filter section

This commit is contained in:
Eric Davis 2011-03-05 20:22:29 -08:00
parent 2dc0e100c3
commit 7485858da2
2 changed files with 6 additions and 20 deletions

View File

@ -18,7 +18,7 @@
<div id="query_form_content" class="hide-when-print"> <div id="query_form_content" class="hide-when-print">
<fieldset id="filters" class="collapsible <%= @query.new_record? ? "" : "collapsed" %>"> <fieldset id="filters" class="collapsible <%= @query.new_record? ? "" : "collapsed" %>">
<legend onclick="toggleFieldset(this);"><%= l(:label_filter_plural) %></legend> <legend onclick="toggleFieldset(this);"><%= l(:label_filter_plural) %></legend>
<div style="<%= @query.new_record? ? "" : "display: none;" %>"> <div class="filter-fields" style="<%= @query.new_record? ? "" : "display: none;" %>">
<%= render :partial => 'queries/filters', :locals => {:query => @query} %> <%= render :partial => 'queries/filters', :locals => {:query => @query} %>
</div> </div>
</fieldset> </fieldset>

View File

@ -416,15 +416,6 @@ fieldset#filters div.add-filter {
.title-bar-extras select { .title-bar-extras select {
margin-right:10px; margin-right:10px;
} }
.title-bar-extras label {
width:120px;
display:block;
float:left;
}
.title-bar-extras label input {
margin-right:5px;
}
.extras-actions { .extras-actions {
padding:5px 10px; padding:5px 10px;
border-top:1px solid #408598; border-top:1px solid #408598;
@ -466,14 +457,14 @@ a#extras-close {
form#issue-list { form#issue-list {
position:relative; position:relative;
} }
#content table { #content table.issues {
width:100%; width:100%;
} }
#content table th { #content table th {
font-weight:normal; font-weight:normal;
background:#f3f3f3 url(../images/gradient-down.png) repeat-x; background:#f3f3f3 url(../images/gradient-down.png) repeat-x;
} }
#content table td, #content table th { #content table.issues td, #content table th {
border:1px solid #e6e6e6; border:1px solid #e6e6e6;
padding:6px; padding:6px;
text-align:left; text-align:left;
@ -495,9 +486,6 @@ form#issue-list {
#content table tr.even { #content table tr.even {
background-color:#f9f9f9; background-color:#f9f9f9;
} }
#content table tr:hover {
background:#dbf0f7 url(../images/tr-hover.png) repeat-x left top;
}
#content table tr.context-menu-selection { #content table tr.context-menu-selection {
background:#FEFBD0 url(../images/selected-gradient.jpg) repeat-x left top; background:#FEFBD0 url(../images/selected-gradient.jpg) repeat-x left top;
} }
@ -1549,16 +1537,13 @@ fieldset#filters div.add-filter {
table.progress td.closed { table.progress td.closed {
background-color:#277D94; background-color:#277D94;
} }
fieldset#filters, fieldset#date-range {
margin-left:15px;
}
.nosidebar fieldset ul { .nosidebar fieldset ul {
margin-left:0; margin-left:0;
} }
#content table tr:hover { #content table.issues tr:hover {
background:#F3F3F3; background:#F3F3F3;
} }
#content table tr.context-menu-selection, #content table tr.context-menu-selection td { #content table.issues tr.context-menu-selection, #content table tr.context-menu-selection td {
background:#277D94 !important; background:#277D94 !important;
} }
.nosidebar ol.ui-sortable li { .nosidebar ol.ui-sortable li {
@ -1744,3 +1729,4 @@ a.has-thumb img {
#admin-menu a.info { background-repeat: no-repeat; } #admin-menu a.info { background-repeat: no-repeat; }
#more-menu.drop-down ul li a.projects { border-top:1px solid #555; } #more-menu.drop-down ul li a.projects { border-top:1px solid #555; }