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

79 lines
1.3 KiB

.report {
text-align: center;
border-collapse: collapse;
font-size: 85%;
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 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;
}