Merge branch 'refs/heads/feature/3.0.0-pre/design-fixes-accessibility-master' into feature/2.4.0/accessibility-master

pull/41/head
Romano Licker 13 years ago
commit 81c8a65108
  1. 4
      app/views/issues/show.rhtml
  2. 17
      public/stylesheets/application.css

@ -76,9 +76,7 @@
<hr /> <hr />
<% if !@issue.leaf? || @issue.parent %> <%= render :partial => 'subissues_paragraph' %>
<%= render :partial => 'subissues_paragraph' %>
<% end %>
<% if authorize_for('issue_relations', 'new') || @issue.relations.present? %> <% if authorize_for('issue_relations', 'new') || @issue.relations.present? %>
<div id="relations"> <div id="relations">

@ -1660,7 +1660,6 @@ form#issue-list {
} }
#content table th { #content table th {
font-weight:normal; font-weight:normal;
background:#f3f3f3 url(../images/gradient-down.png) repeat-x;
} }
#content table.issues td, #content table th { #content table.issues td, #content table th {
border:1px solid #e6e6e6; border:1px solid #e6e6e6;
@ -1685,11 +1684,17 @@ form#issue-list {
padding-right:16px; padding-right:16px;
display:block; display:block;
} }
#content table tr.odd {
background-color:white;
}
#content table tr.even { #content table tr.even {
background-color:#f9f9f9; background-color:#f6f7f8;
}
#content table tr.even:hover, #content table tr.odd:hover {
background-color: #FFD;
} }
#content table tr.context-menu-selection { #content table tr.context-menu-selection, #content table tr.context-menu-selection:hover {
background:#FEFBD0 url(../images/selected-gradient.jpg) repeat-x left top; background-color:#FFFFB2;
} }
#content table td.issue { #content table td.issue {
background:url(../images/arrow-bottom-right.png) no-repeat right bottom; background:url(../images/arrow-bottom-right.png) no-repeat right bottom;
@ -2742,3 +2747,7 @@ td.table-buttons {
select#available_columns { select#available_columns {
margin-right: 0px; margin-right: 0px;
} }
.pages-hierarchy {
padding-left: 10px;
}

Loading…
Cancel
Save