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

494 lines
8.3 KiB

#content p,
#content label,
#content a,
#content div {
font-size: 11px;
line-height: 16px;
}
.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;
text-align: right !important;
}
.report th.inner {
border: solid 1px #ccc;
background-color: #efefef !important;
}
.report .odd th.inner {
background-color: #e8e8e8 !important;
}
.report tr:hover .inner,
.report tr:hover .bottom,
.report tr:hover .empty,
.report tr:hover .right {
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%;
text-align: right;
}
.report thead tr:hover .inner, .report tfoot tr:hover .inner {
background-color: #efefef !important;
}
.report .left {
text-align: left !important;
padding-left: 5px;
}
.report .right {
text-align: right !important;
padding-right: 5px;
}
/* Details view*/
.detail-report td {
text-align: left;
vertical-align: top;
}
/* Overwriting styling for headlines within the query. */
/* TODO: Font-size seems to be a bit odd. Needs some love. */
.new_report fieldset h3 {
font-size: 1.17em;
border: none;
}
.remove-box {
height: 20px;
width: 20px;
background: white;
float: right;
padding: 1px 0 0 0;
display: block;
margin-top: -5px;
margin-right: -2px;
}
.filter_rem {
color: transparent;
overflow: hidden;
cursor: pointer;
background: no-repeat center center transparent;
height: 18px;
width: 18px;
border-style: none;
display: block;
margin: 0 0 0 2px;
}
.icon-filter-rem {
background-image: url(../images/close.gif);
position: relative;
float:right;
}
.filter {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.inactive-filter {
background-color: #FCE29A !important;
}
.dependent-filter-label {
margin-left: 20px;
}
.filter_values {
white-space: nowrap;
}
#add_filter_block {
margin-top: 6px;
}
#add_filter_select {
margin-bottom: 10px;
}
fieldset#filter-settings table tr.filter:hover {
background: #aaa;
}
fieldset#filter-settings table tr.filter {
color: #000;
background: #ededed;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/* Aligning filter elements at the top. */
fieldset#filter-settings table td {
vertical-align: top;
border-spacing: 5px 5px;
border-color: white;
border-style: solid;
border-width: 2px 0px 0px;
padding: 5px 2px 5px 2px;
}
fieldset#filter-settings table .no-border td {
border-style: none !important;
}
fieldset#filter-settings table td > label {
left: 3px;
top: 3px;
position: relative;
}
/* ----- group by --- */
#group_by_area {
font-family: Arial,Geneva,Helvetica,sans-serif;
margin: 5px 0 10px 0;
}
.in_row {
float: left;
display: block;
list-style: none;
border-width: 0px;
}
.group_by_element {
margin-left: -15px;
cursor: move;
}
/* have #content here to overwrite line-heigth of other themes through being more specific*/
#content .group_by_label {
margin: 0px;
padding: 0px 5px 0 5px;
min-width: 60px;
text-align: center;
white-space: nowrap;
font-weight: bold;
color: #fff;
background-color: #9A9A9A;
height: 22px;
line-height: 22px;
cursor: move;
}
.group_by_label.hover {
background-color: #009999 !important;
}
.group_by_remove {
padding-right: 3px;
background-color: #9A9A9A;
height: 22px;
min-width: 1.4em;
text-align: center;
cursor: pointer;
}
.group_by_remove.hover {
background-color: #009999 !important;
}
/* have #content here to overwrite line-heigth of other themes through being more specific*/
#content .group_by_caption {
color: #FFFFFF;
background-color: #000000;
font-weight: bold;
padding: 0 7px;
height: 22px;
line-height: 22px;
min-width: 55px;
}
.arrow {
height: 0;
width: 0;
border-style: solid;
border-width: 11px 11px 11px 7px;
}
.arrow_left {
border-color: #9A9A9A #9A9A9A #9A9A9A transparent;
}
.arrow_left.hover {
border-color: #009999 #009999 #009999 transparent !important;
}
.arrow_right {
border-color: transparent transparent transparent #9A9A9A;
}
.arrow_right.hover {
border-color: transparent transparent transparent #009999 !important;
}
.arrow_group_by_caption {
border-color: transparent transparent transparent #000000;
}
.drag_container {
padding: 7px 0;
height: 23px;
}
.drag_container select {
margin-right: 20px;
}
.drag_target {
min-height: 10px;
}
.drag_container_accept {
background-color: #F5F5C5;
}
/* -- end group-by -- */
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;
}
/*Buttons*/
.buttons .reporting_button {
background-color: #9a9a9a;
border: none;
cursor: pointer;
margin: 0px;
overflow: visible;
text-align: center;
white-space: nowrap;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 4px;
}
.form_controls {
margin-top: 6px;
margin-bottom: 10px;
}
.buttons .reporting_button:hover {
background-color: #666666;
}
.buttons .reporting_button * em {
color: white;
display: block;
font-size: 11px;
font-style: normal;
font-weight: bold;
line-height: 17px;
}
.buttons .reporting_button > * {
display: inline-block;
margin: 0px;
}
.saved_queries .reporting_button {
float: left;
margin: 2px;
}
.buttons .button {
border: none;
cursor: pointer;
margin: 0px;
overflow: visible;
text-align: center;
white-space: nowrap;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 4px;
}
.buttons .apply {
background-color: #990000;
}
.buttons .apply:hover {
background-color: #CC0000;
}
.buttons .secondary {
background-color: #9a9a9a;
}
.buttons .secondary:hover {
background-color: #666666;
}
.buttons .button span em {
color: white;
display: block;
font-size: 11px;
font-style: normal;
font-weight: bold;
line-height: 17px;
}
.buttons .button span {
display: inline-block;
margin: 3px;
}
.buttons .button-icon {
padding: 0px 5px 0 16px;
cursor: pointer;
background: no-repeat left center;
border-style: none;
display: inline-block;
margin-top: 0px;
margin-bottom: 0px;
}
.button .icon-save {
background-image: url(../images/disk.gif);
}
.button .icon-save-as {
background-image: url(../images/disks.gif);
}
.button .icon-delete {
background-image: url(../images/delete.gif);
}
.button .icon-clear {
background-image: url(../images/remove.gif);
}
div.button_form {
/* TODO IE Compatibility! */
background-color: white;
border: 1px solid grey;
-moz-border-radius: 3px;
border-radius: 3px;
left: 100px;
position: absolute;
padding: 5px;
}
div.button_form * input#name {
width: 200px
}
div.button_form * input[type="button"] {
float: right;
} br { clear: right; }
div.button_form p * {
margin: 2px;
}
/***** Save and Delete Reports ****/
#save_as_form, #delete_form {
z-index: 999;
}
/***** Ajax indicator ******/
#ajax-indicator {
font-family: Verdana, sans-serif;
position: absolute; /* fixed not supported by IE */
background-color:#eee;
border: 1px solid #bbb;
top:35%;
left:40%;
width:20%;
font-weight:bold;
text-align:center;
padding:0.6em;
z-index:100;
filter:alpha(opacity=50);
opacity: 0.5;
line-height: 10px;
font-size: 18px;
}
html>body #ajax-indicator { position: fixed; }
#ajax-indicator span {
background-position: 0% 40%;
background-repeat: no-repeat;
background-image: url(../images/loading.gif);
padding-left: 26px;
vertical-align: bottom;
}