kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
386 lines
6.9 KiB
386 lines
6.9 KiB
//-- 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.
|
|
//++
|
|
|
|
/*-------------------------------------------------------------------------------
|
|
* =11 - Appended from staging
|
|
*------------------------------------------------------------------------------
|
|
/* tooltip fix
|
|
|
|
form#issue-list
|
|
display: block
|
|
|
|
.js-tooltip
|
|
width: 100%
|
|
|
|
.js-tooltip-inner
|
|
width: 100%
|
|
max-height: none
|
|
|
|
.js-tooltip .issue-tooltip-description
|
|
max-height: 200px
|
|
overflow: hidden
|
|
|
|
/* roadmap breathing
|
|
|
|
#roadmap h3
|
|
margin: 21px 0 12px
|
|
|
|
div#roadmap fieldset.related-issues
|
|
margin: 12px 0
|
|
padding: 6px 12px
|
|
-moz-border-radius: 5px
|
|
-webkit-border-radius: 5px
|
|
border-radius: 5px
|
|
|
|
#roadmap fieldset legend
|
|
font-style: italic
|
|
|
|
tr.context-menu-selection td.priority
|
|
background: none !important
|
|
|
|
ul.projects div.root a.project
|
|
font-family: inherit
|
|
|
|
/* tables don't all need border you know
|
|
|
|
#relations table
|
|
td, th
|
|
border: 0 none
|
|
|
|
div.issue div#relations
|
|
margin-top: 25px
|
|
|
|
/* custom query page
|
|
|
|
#content .box fieldset
|
|
border: 1px solid #ddd
|
|
margin: 18px 10px 6px
|
|
padding: 10px
|
|
legend
|
|
font-weight: bold
|
|
|
|
.box
|
|
fieldset
|
|
li.filter
|
|
padding-top: 6px
|
|
overflow: hidden
|
|
select
|
|
margin-right: 6px
|
|
#add_filter_select
|
|
margin-bottom: 6px
|
|
li
|
|
&.filter label
|
|
clear: left
|
|
float: left
|
|
width: 170px
|
|
&.decorated
|
|
margin-left: 20px
|
|
list-style: disc outside none
|
|
|
|
fieldset#columns
|
|
table
|
|
width: auto
|
|
td
|
|
border: 0
|
|
vertical-align: middle
|
|
|
|
/* all kinds of wonderful tweaks
|
|
|
|
.question pre
|
|
color: #111
|
|
|
|
.box p
|
|
padding-top: 5px
|
|
padding-bottom: 8px
|
|
|
|
#content .box h3
|
|
margin-top: 3px
|
|
|
|
div.issue hr
|
|
width: auto
|
|
|
|
.question .wiki
|
|
margin: 0
|
|
|
|
.wiki
|
|
ol, ul
|
|
margin-bottom: 6px
|
|
|
|
#content
|
|
h3
|
|
margin: 12px 0 6px
|
|
h2 + h3
|
|
margin-top: 12px
|
|
|
|
p.author
|
|
font-style: italic
|
|
/* to accomodate the .profile-wrap class */
|
|
height: 42px
|
|
|
|
/* add filter select box on non-issue pages
|
|
|
|
fieldset#filters div.add-filter
|
|
text-align: left
|
|
margin: 0 0 6px 0
|
|
|
|
.nosidebar
|
|
#add_filter_select
|
|
margin-bottom: 6px
|
|
.box fieldset
|
|
line-height: 1.5
|
|
margin: 0 0 12px 180px
|
|
legend
|
|
margin-bottom: 6px
|
|
fieldset ul li
|
|
background: none
|
|
|
|
.extras-actions
|
|
border-top: none
|
|
|
|
.nosidebar
|
|
fieldset ul
|
|
margin-left: 0
|
|
ol.ui-sortable li
|
|
list-style: none outside none
|
|
|
|
tr.time-entry
|
|
white-space: normal
|
|
|
|
/* comments
|
|
|
|
.wiki ol li
|
|
list-style: decimal inside
|
|
|
|
/* scm
|
|
|
|
#content table .changeset td.id a:hover
|
|
text-decoration: underline
|
|
|
|
/* issue updates
|
|
|
|
#update
|
|
fieldset .box
|
|
padding: 0
|
|
border: 0 none
|
|
.tabular
|
|
label
|
|
width: 140px
|
|
margin-left: -147px
|
|
p
|
|
padding-left: 140px
|
|
|
|
/* clearfix
|
|
|
|
#content table.files .opt-desc
|
|
width: 45%
|
|
|
|
/* member settings [pc]
|
|
|
|
select#member_role_id
|
|
width: 75px
|
|
|
|
/* fix for thumbnail jankiness
|
|
|
|
a.has-thumb
|
|
&.active
|
|
left: auto
|
|
margin-left: -10px
|
|
margin-right: 0
|
|
*left: -10px
|
|
/* IE6 & 7 hacks
|
|
*margin-left: 0
|
|
img
|
|
z-index: 1001
|
|
|
|
#more-menu.drop-down ul li a.projects
|
|
border-top: 1px solid #555
|
|
|
|
.reorder-icons img
|
|
padding-right: 3px
|
|
padding-left: 3px
|
|
|
|
|
|
|
|
/* Cut of text with '...' - working on all major browsers and IE6+
|
|
* not working for Firefox < 7
|
|
|
|
.ellipsis
|
|
white-space: nowrap
|
|
overflow: hidden
|
|
text-overflow: ellipsis
|
|
-o-text-overflow: ellipsis
|
|
-ms-text-overflow: ellipsis
|
|
|
|
label.label-with-input
|
|
display: block
|
|
white-space: nowrap
|
|
zoom: 1
|
|
margin-left: 0px
|
|
float: none
|
|
|
|
fieldset#attachments
|
|
input, span.add_another_file
|
|
zoom: 1
|
|
margin-left: 10px
|
|
margin-right: 10px
|
|
|
|
#query_form_content
|
|
padding-top: 10px
|
|
|
|
#lower-title-bar
|
|
div.contextual
|
|
margin-top: -8px
|
|
margin-top: 30px
|
|
margin-left: 10px
|
|
|
|
#watchers .contextual
|
|
margin-top: 0px
|
|
|
|
div.work_package_part
|
|
margin-top: 15px
|
|
strong
|
|
text-decoration: underline
|
|
|
|
h4.overview
|
|
margin-bottom: 0px
|
|
border: 0
|
|
|
|
#content .additional-information
|
|
font-size: 11px
|
|
|
|
div
|
|
&.issues.box > p, &.mypage-box p
|
|
margin-top: 15px
|
|
&.news
|
|
&.box > p
|
|
margin-top: -15px
|
|
margin-bottom: 30px
|
|
&.overview
|
|
padding: 6px
|
|
margin-bottom: 10px
|
|
line-height: 1.5em
|
|
|
|
td.table-buttons
|
|
vertical-align: middle
|
|
|
|
select#available_columns
|
|
margin-right: 0px
|
|
|
|
.pages-hierarchy
|
|
padding-left: 10px
|
|
list-style-type: disc
|
|
list-style-position: inside
|
|
|
|
.legacy-pagination
|
|
.previous_page
|
|
width: 100%
|
|
height: 15px
|
|
padding-left: 18px
|
|
.next_page
|
|
width: 100%
|
|
height: 15px
|
|
padding-right: 18px
|
|
&.disabled
|
|
display: none
|
|
.previous_page.disabled
|
|
display: none
|
|
.range
|
|
padding-left: 0.5em
|
|
.per_page_options
|
|
padding-left: 0.5em
|
|
border-left: 1px solid #4B4B4B
|
|
margin-left: 0.5em
|
|
|
|
#menu-sidebar.hidden
|
|
display: none
|
|
|
|
div#watchers
|
|
margin-top: 25px
|
|
> form > p
|
|
margin-top: 5px
|
|
|
|
a > img.imgtag-icon
|
|
float: left
|
|
margin-right: 3px
|
|
|
|
th.checkbox img
|
|
margin-left: 3px
|
|
margin-top: 3px
|
|
|
|
p.buttons
|
|
margin-left: 10px
|
|
|
|
div.contextual > a.icon, p.buttons > a, ul.action_menu_main > li
|
|
padding-right: 10px
|
|
|
|
strong.related-issues-heading
|
|
display: block
|
|
margin-top: 10px
|
|
|
|
div.indent
|
|
padding-left: 10px
|
|
|
|
/* Menu item configuration
|
|
|
|
.menu-item-form
|
|
p
|
|
padding-left: 0px
|
|
label
|
|
display: inline-block
|
|
margin-bottom: 10px
|
|
margin-left: 0px
|
|
width: auto
|
|
font-weight: bold
|
|
select#parent_wiki_menu_item
|
|
margin-left: 7px
|
|
margin-top: -1px
|
|
#item-name
|
|
float: left
|
|
padding-left: 3px
|
|
margin-right: 4px
|
|
line-height: 21px
|
|
label#with-select
|
|
margin-left: 0px
|
|
select#parent_wiki_menu_item_wiki_page
|
|
margin-bottom: 10px
|
|
p input
|
|
fieldset#wiki_menu_item_setting
|
|
margin-top: 10px
|
|
p
|
|
&.item-name
|
|
padding-top: 10px
|
|
&.main_item
|
|
padding-bottom: 0px
|
|
&.wiki_menu_item_optional_links
|
|
margin-left: 10px
|
|
padding-top: 0px
|
|
|
|
/* Open Project Design generated by theme-generator
|
|
|
|
content
|
|
font-size: 12px
|
|
|