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.
99 lines
2.4 KiB
99 lines
2.4 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.
|
|
//++
|
|
|
|
/***** Ajax indicator *****
|
|
|
|
#ajax-indicator
|
|
position: absolute
|
|
/* fixed not supported by IE
|
|
background-color: #d9d9d9
|
|
border: 1px solid #8f8f8f
|
|
top: 35%
|
|
left: 40%
|
|
width: 20%
|
|
font-weight: bold
|
|
text-align: center
|
|
padding: 0.6em
|
|
z-index: 100
|
|
opacity: 0.7
|
|
|
|
/*Gannt chart fix IE 6
|
|
|
|
.task
|
|
line-height: 1em
|
|
|
|
/*Cost-Plugin specific styles
|
|
|
|
.icon-pieces
|
|
background-image: image-url("webalys/units.png") !important
|
|
|
|
.icon-pieces-time
|
|
background-image: image-url("webalys/time.png") !important
|
|
|
|
body
|
|
&.theme-Bsp .buttons .apply, &.theme-Dtag .buttons .apply
|
|
background-color: #24b3e7
|
|
|
|
input::-webkit-input-placeholder, :-moz-placeholder
|
|
color: #000000
|
|
|
|
#ui-dialog-closer
|
|
background-image: image-url("modal_close.png")
|
|
cursor: pointer
|
|
height: 33px
|
|
position: absolute
|
|
right: -15px
|
|
top: -15px
|
|
width: 33px
|
|
z-index: 5000
|
|
|
|
.ui-datepicker .ui-priority-secondary
|
|
opacity: 1
|
|
filter: Alpha(Opacity = 100)
|
|
font-weight: bold
|
|
|
|
h4.comment
|
|
margin-bottom: 8px
|
|
margin-top: 18px
|
|
img
|
|
margin-right: 3px
|
|
|
|
.bold
|
|
font-weight: bold
|
|
|
|
.action-report table.list
|
|
display: block
|
|
overflow: auto
|
|
|
|
.atwho-view
|
|
z-index: 25
|
|
.cur
|
|
background: #FFFFBB
|
|
color: #4B4B4B
|
|
strong
|
|
color: black
|
|
|