OpenProject is the leading open source project management software.
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.
openproject/assets/stylesheets/reporting.css

305 lines
5.0 KiB

.cost_types {
padding-bottom: 3px;
}
.cost_types a.active {
color: #000;
font-weight: bold;
}
.report {
text-align: center;
border-collapse: collapse;
border: solid 1px #ccc !important;
width: auto !important;
}
.report td, .report th {
min-width: 90px;
white-space: nowrap;
}
.report td {
border: dotted 1px #ddd;
color: #666;
text-align: right;
padding-right: 5px;
}
.report tbody th, .report tbody td, .inner {
max-width: 300px;
white-space: normal !important;
}
.report td:hover {
color: #000;
outline: #ccc 1px solid;
outline-offset: 1px;
}
.report td.empty:hover {
outline: none;
}
.report th {
border: dotted 1px #ccc;
background-color: #e3e3e3 !important;
}
.report th.inner {
border: solid 1px #ccc;
background-color: #efefef !important;
}
.report .odd th.inner {
background-color: #e8e8e8 !important;
}
.report tr:hover .inner {
background-color: #f5f5c5 !important;
}
.report .top {
border-top: solid 2px #ccc !important;
}
.report .bottom {
border-bottom: solid 2px #ccc !important;
}
.report thead .inner, .report tfoot .inner {
text-align: right;
padding-right: 5px;
}
.report .result {
font-size: 120%;
}
.report thead tr:hover .inner, .report tfoot tr:hover .inner {
background-color: #efefef !important;
}
.report .left {
text-align: left;
padding-left: 5px;
}
.report .right {
text-align: right;
padding-right: 5px;
}
/* Details view*/
.detail-report td {
text-align: left;
}
/* Aligning filter elements at the top. */
.new_cost_query fieldset#filters table td {
vertical-align: top;
}
.new_cost_query fieldset#filters table td > label {
left: 3px;
top: 3px;
position: relative;
}
/* Overwriting styling for headlines within the query. */
/* TODO: Font-size seems to be a bit odd. Needs some love. */
.new_cost_query fieldset h3 {
font-size: 1.17em;
border: none;
}
.group_by {
background-color: transparent;
background-position: 50%;
background-repeat: no-repeat;
border: 1px solid #900;
height: 10px;
width: 10px;
margin: 1px;
}
.group_by:hover {
background-color: #EEE;
}
.move {
height: 25px;
width: 25px;
}
.sort {
height: 15px;
width: 15px;
}
.moveUp {
margin-top: 0px;
margin-bottom: 0px;
background-image: url(../images/arrow_D_up.gif);
}
.moveDown {
margin-top: 0px;
margin-bottom: 0px;
background-image: url(../images/arrow_D_down.gif);
}
.moveLeft {
margin-left: 0px;
margin-right: 0px;
background-image: url(../images/arrow_D_left.gif);
}
.moveRight {
margin-left: 0px;
margin-right: 0px;
background-image: url(../images/arrow_D_right.gif);
}
.sortUp {
margin-left: 0px;
margin-right: 0px;
background-image: url(../images/arrow_B_up.gif);
}
.sortDown {
margin-left: 0px;
margin-right: 0px;
background-image: url(../images/arrow_B_down.gif);
}
.filter_rem {
overflow: hidden;
font-size: 0 !important;
line-height: 0 !important;
cursor: pointer;
background-repeat: no-repeat;
background-color: transparent;
background-position: 50%;
height: 16px;
width: 16px;
border-style: none;
}
.icon-filter-rem {
background-image: url(../images/remove.png);
margin-top: -9px;
margin-left: 18px;
position: absolute;
}
.filter {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.new_cost_query fieldset#filters table tr.filter:hover {
color: #000;
outline: #ccc 1px solid;
outline-offset: 1px;
background: #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.drag_element {
/*cursor: move;*/
}
.in_row {
float: left;
display: block;
list-style: none;
border-width: 0px;
}
.group_by_label {
margin: 0px;
height: 14px !important;
min-width: 60px;
text-align: center;
white-space: nowrap;
padding: 2px 5px 0 5px;
color: #fff;
}
.arrow {
background-repeat: no-repeat;
height: 19px !important;
width: 19px !important;
border: none;
margin-left: auto;
margin-right: auto;
}
.arrow_both {
background-image: url(../images/arrow_both.png);
}
.arrow_both_hover_left {
background-image: url(../images/arrow_both_hover_left.png);
}
.arrow_both_remove {
background-image: url(../images/arrow_both_remove.png);
}
.arrow_both_hover_right {
background-image: url(../images/arrow_both_hover_right.png);
}
.arrow_left {
background-image: url(../images/arrow_left.png);
}
.arrow_left_remove {
background-image: url(../images/arrow_left_remove.png);
}
.arrow_left_hover {
background-image: url(../images/arrow_left_hover.png);
}
.drag_container {
padding: 5px 0 3px 10px;
background-color: #ededed;
border: 1px dotted #CCCCCC;
margin-bottom: 4px;
height: 23px;
}
.drag_container select {
float: right;
margin-right: 20px;
}
.drag_target {
min-height: 10px;
}
.drag_container_accept {
background-color: #F5F5C5;
/*border: 1px solid #BBBBBB;*/
}
td .drill_down, th .drill_down {
font-size: 8px;
display: block;
float: right;
font-weight: bold;
visibility: hidden;
}
td:hover .drill_down, th:hover .drill_down {
visibility: visible;
}