//-- copyright // OpenProject is a project management system. // Copyright (C) 2012-2014 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. // // OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: // Copyright (C) 2006-2013 Jean-Philippe Lang // Copyright (C) 2010-2013 the ChiliProject Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // See doc/COPYRIGHT.rdoc for more details. ++ //++ /*------------------------------------------------------------------------------- * =04 - Issue Table * * This section includes the layout and styles for the main issues table. *------------------------------------------------------------------------------ form#issue-list position: relative #content table &.issues width: 100% th font-weight: normal &.issues td border: 0 none padding: 3px 6px text-align: left position: relative vertical-align: top th a:hover &.current-sort background: white image-url("gradient-up.png") repeat-x a background: image-url("sort_desc.png") no-repeat right center padding-right: 16px display: block tr &.odd background-color: white &.even background-color: #f6f7f8 &:hover background-color: #FFD &.odd:hover background-color: #FFD &.context-menu-selection background-color: #FFFFB2 &:hover background-color: #FFFFB2 td &.issue background: image-url("arrow-bottom-right.png") no-repeat right bottom width: 42px cursor: context-menu &.updated width: 80px #multiple-action-buttons float: left margin: 10px 0 li float: left margin-right: 10px .pagination, .other-formats margin: 10px 0 .pagination a padding: 1px 2px