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.
444 lines
9.0 KiB
444 lines
9.0 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. ++
|
|
*/
|
|
|
|
@import content/forms
|
|
|
|
// TODO: apply this throughout the application
|
|
#work-packages-index div
|
|
box-sizing: border-box
|
|
|
|
// HACK: workaround to ensure correct height applied to child elements
|
|
#content > div[ui-view],
|
|
#work-packages-index
|
|
height: 100%
|
|
|
|
.work-packages--page-container
|
|
+display(flex)
|
|
+flex-direction(column)
|
|
height: 100%
|
|
|
|
> .toolbar-container
|
|
// not flex-item
|
|
|
|
> .work-packages--filters-optional-container
|
|
// not flex-item
|
|
height: auto
|
|
|
|
> .work-packages--split-view
|
|
+flex-shrink(2)
|
|
+flex-basis(100%)
|
|
|
|
.work-packages--split-view
|
|
+display(flex)
|
|
width: 100%
|
|
|
|
.work-packages--list
|
|
+flex-basis(100%)
|
|
position: relative
|
|
|
|
.work-packages--list-scroll-area
|
|
position: absolute
|
|
top: 0
|
|
bottom: 35px
|
|
width: 100%
|
|
overflow: auto
|
|
|
|
.work-packages--list-pagination-area
|
|
position: absolute
|
|
bottom: 0px
|
|
height: 35px
|
|
|
|
.work-packages--details
|
|
position: relative
|
|
padding: 0 1em 1em
|
|
border-left: 4px solid #eee
|
|
|
|
@media only screen and (max-width: 1280px)
|
|
display: none
|
|
// li[feature-flag=detailsView]
|
|
// display: none
|
|
@media only screen and (min-width: 1281px)
|
|
width: 480px
|
|
@media only screen and (min-width: 1440px)
|
|
width: 580px
|
|
|
|
.work-packages--details-content
|
|
position: absolute
|
|
top: 55px
|
|
bottom: 55px
|
|
width: 100%
|
|
overflow-x: hidden
|
|
overflow-y: auto
|
|
|
|
padding: 0px 5px 15px 10px
|
|
font-size: 13px
|
|
font-size: 0.8125rem
|
|
|
|
h2
|
|
margin: 0
|
|
padding: 0 0 4px 0
|
|
font-size: 20px
|
|
font-size: 1.25rem
|
|
line-height: 26px
|
|
font-weight: normal
|
|
border: none
|
|
text-transform: none
|
|
color: #333
|
|
|
|
h3
|
|
margin: 0 0 10px 0
|
|
padding: 0
|
|
font-size: 14px
|
|
font-size: 0.875rem
|
|
font-weight: bold
|
|
border: none
|
|
|
|
.work-packages--details-toolbar
|
|
position: absolute
|
|
bottom: 0
|
|
height: 55px
|
|
|
|
div
|
|
.report-category-actions
|
|
margin-top: -28px
|
|
font-size: 17px // like h3
|
|
width: 100%
|
|
text-align: right
|
|
|
|
#work_package-form
|
|
@extend %form-style
|
|
.attributes
|
|
margin-bottom: 30px
|
|
overflow: auto
|
|
|
|
#watchers_form
|
|
position: relative
|
|
padding-left: 160px
|
|
margin-bottom: 30px
|
|
font-size: 14px
|
|
line-height: 30px
|
|
|
|
.watcher_label
|
|
@include label-style
|
|
width: 152px
|
|
margin-left: -160px
|
|
|
|
.floating
|
|
float: none
|
|
display: inline-block
|
|
|
|
#attachments
|
|
padding-left: 0
|
|
padding-right: 0
|
|
|
|
.handle_attachments, #attachments
|
|
> label
|
|
@include label-style
|
|
height: 30px
|
|
display: block
|
|
margin-bottom: 30px
|
|
|
|
#attachments_fields
|
|
display: inline-block
|
|
|
|
.attachment_field
|
|
display: block
|
|
margin-bottom: 10px
|
|
height: 32px
|
|
> input
|
|
@include input-style
|
|
border: none
|
|
&:hover, &:focus
|
|
border: none
|
|
label
|
|
@include label-style
|
|
width: auto
|
|
height: 32px
|
|
input
|
|
margin-left: 50px
|
|
.add_another_file
|
|
padding-left: 10px
|
|
|
|
fieldset
|
|
margin-bottom: 20px
|
|
padding: 30px 20px
|
|
|
|
legend.change_properties
|
|
padding-right: 20px
|
|
#show_more_wp_properties
|
|
float: left
|
|
margin-left: 115px
|
|
margin-top: -48px
|
|
background-color: $content_form_bg_color
|
|
|
|
// Detail Panel Content
|
|
|
|
span.subtitle
|
|
margin: 0px 0 0 0
|
|
padding: 0 0 10px 0
|
|
display: block
|
|
font-size: 12px
|
|
font-size: 0.75rem
|
|
|
|
div
|
|
&.select-type
|
|
font-size: 20px
|
|
font-size: 1.25rem
|
|
line-height: 26px
|
|
float: left
|
|
color: $content_link_color
|
|
&.detail-panel-description
|
|
float: left
|
|
margin: 10px 0 0 0
|
|
line-height: 18px
|
|
&.panel-toggler
|
|
float: left
|
|
width: 100%
|
|
color: #777777
|
|
fieldset
|
|
border-top: 1px solid #ddd
|
|
border-left: 0px
|
|
border-right: 0px
|
|
border-bottom: 0px
|
|
cursor: pointer
|
|
width: 100%
|
|
legend
|
|
padding: 0 20px
|
|
span
|
|
background: #ffffff
|
|
padding: 0
|
|
font-size: 12px
|
|
font-size: 0.75rem
|
|
i
|
|
background: #ffffff
|
|
padding: 0 10px 0 0px
|
|
|
|
&#detail-panel-watchers
|
|
width: 100%
|
|
padding-top: 30px
|
|
ul
|
|
margin: 15px 0
|
|
padding: 0 0 15px 0
|
|
list-style-type: none
|
|
li
|
|
clear: both
|
|
margin-bottom: 10px
|
|
|
|
.user-field-user-link
|
|
float: left
|
|
.detail-panel-watchers-delete-watcher-icon
|
|
padding: 0 8px
|
|
color: $button_font_color
|
|
fieldset
|
|
border: 0
|
|
#detail-panel-watchers-add-watcher
|
|
clear: left
|
|
|
|
&.detail-panel-attributes
|
|
float: left
|
|
margin: 15px 0 0 0
|
|
width: 100%
|
|
|
|
ul
|
|
margin: 10px 0 0 0
|
|
padding: 0
|
|
list-style-type: none
|
|
li
|
|
margin: 0 0 30px 0
|
|
padding: 0
|
|
display: inline-table
|
|
min-width: 31%
|
|
clear: left
|
|
|
|
label
|
|
font-weight: bold
|
|
display: block
|
|
margin: 0 0 15px 0
|
|
&.detail-panel-attributes-toggler
|
|
float: left
|
|
margin: 10px 0 0 0
|
|
width: 100%
|
|
text-align: center
|
|
border-bottom: 1px solid #ddd
|
|
|
|
span.role
|
|
font-size: 11px
|
|
font-size: 0.6875rem
|
|
font-style: italic
|
|
color: #777777
|
|
line-height: 20px
|
|
|
|
div.detail-panel-latest-activity
|
|
float: left
|
|
margin: 10px 0 0 0
|
|
line-height: 18px
|
|
width: 100%
|
|
h3
|
|
margin: 0 0 10px 0
|
|
padding: 0
|
|
font-size: 14px
|
|
font-size: 0.875rem
|
|
font-weight: bold
|
|
ul
|
|
margin: 0
|
|
padding: 0
|
|
list-style-type: none
|
|
li
|
|
margin: 0 0 20px 0
|
|
padding: 0
|
|
|
|
div.work-package-details-tab
|
|
img
|
|
&.avatar
|
|
float: left
|
|
margin: -2px 10px 0 0
|
|
&.avatar-mini
|
|
float: left
|
|
margin: -3px 7px 0 0
|
|
|
|
span
|
|
&.user
|
|
display: block
|
|
line-height: 16px
|
|
&.date
|
|
display: block
|
|
font-size: 12px
|
|
&.comment
|
|
display: block
|
|
margin: 10px 0 0 46px
|
|
padding: 0 100px 0 0
|
|
color: #777777
|
|
font-style: italic
|
|
|
|
div
|
|
&.comments-number
|
|
padding: 0
|
|
float: right
|
|
text-align: right
|
|
display: block
|
|
&.comments-icons
|
|
padding: 0
|
|
text-align: right
|
|
display: block
|
|
i
|
|
padding: 5px 0 0 5px
|
|
display: inline-block
|
|
|
|
.comment ul
|
|
list-style-type: disc !important
|
|
margin: 0 0 0 12px !important
|
|
li
|
|
padding: 0 !important
|
|
margin: 0 !important
|
|
|
|
div
|
|
&.comments-form
|
|
float: left
|
|
width: 100%
|
|
margin: 10px 0 100px 0
|
|
textarea
|
|
border: 1px solid #dddddd
|
|
padding: 8px
|
|
border-radius: 2px
|
|
font-size: 13px
|
|
font-size: 0.8125rem
|
|
box-sizing: border-box
|
|
width: 100%
|
|
button
|
|
float: right
|
|
font-size: 13px
|
|
font-size: 0.8125rem
|
|
background: linear-gradient(to bottom, white 0%, #eeeeee 74%, #eeeeee 100%) repeat scroll 0 0 rgba(0, 0, 0, 0)
|
|
border: 1px solid #CCCCCC
|
|
border-radius: 2px
|
|
color: #222222
|
|
margin: 10px 0 0 0px
|
|
padding: 4px 10px 2px
|
|
cursor: pointer
|
|
height: 32px
|
|
|
|
i
|
|
&.icon-left
|
|
padding: 0 5px 0 0
|
|
vertical-align: -2px
|
|
&.icon-right
|
|
vertical-align: -2px
|
|
padding: 0 0px 0 4px
|
|
&.star
|
|
font-size: 17px
|
|
padding: 0 2px 0 0px
|
|
vertical-align: -3px
|
|
color: #ccc
|
|
margin: 0 0 0 -2px
|
|
cursor: pointer
|
|
&:hover, &.active
|
|
color: #f8d033
|
|
&.active:hover
|
|
color: #ccc
|
|
|
|
#tabs
|
|
position: relative
|
|
width: 100%
|
|
|
|
.tabrow
|
|
text-align: left
|
|
list-style: none
|
|
margin: 0 0 0 26px
|
|
padding: 4px 0 15px 0
|
|
line-height: 41px
|
|
height: 45px
|
|
overflow: hidden
|
|
font-size: 14px
|
|
position: relative
|
|
width: 97.5%
|
|
li
|
|
background: #ffffff
|
|
display: inline-block
|
|
position: relative
|
|
margin: 0
|
|
padding: 0
|
|
text-align: center
|
|
width: 18.6%
|
|
cursor: pointer
|
|
a
|
|
color: #333
|
|
text-decoration: none
|
|
li.selected
|
|
color: #999
|
|
border-bottom: 2px solid #3493b3
|
|
a
|
|
color: #3493b3
|
|
|
|
.work-package-details-activities-activity:not(:last-child)
|
|
margin-bottom: 10px
|
|
|
|
.work-package-details-activities-activity-contents
|
|
padding: 10px 0
|
|
textarea
|
|
width: 100%
|
|
resize: none
|
|
|