2013-11-19 23:02:37 +01:00
|
|
|
/* $Id$ */
|
2015-02-04 09:35:40 +01:00
|
|
|
#infolog-edit.et2_container {
|
2014-03-06 15:39:15 +01:00
|
|
|
}
|
2014-04-22 19:28:45 +02:00
|
|
|
/* Minimum width for first column */
|
2015-02-04 09:35:40 +01:00
|
|
|
#infolog-index.et2_container .gridCont_0_div_col_0 {
|
2014-04-22 19:28:45 +02:00
|
|
|
min-width: 45px;
|
|
|
|
}
|
|
|
|
|
2013-11-19 23:02:37 +01:00
|
|
|
.infolog_headertext { color: black; font-size: 120%; }
|
|
|
|
.infolog_lpadding5 { padding-left: 5px; }
|
|
|
|
.low,.low_done,.normal,.normal_done,.high,.high_done,.urgent,.urgent_done { font-weight: bold; }
|
|
|
|
.low,.low_done { color:#606060; }
|
|
|
|
.normal,.normal_done { color:black }
|
|
|
|
.high { color:#cc0000; }
|
|
|
|
.high_done { color:#800000; }
|
|
|
|
.urgent { color:#ff00ff; }
|
|
|
|
.urgent_done { color:#800080; }
|
|
|
|
.infolog_overdue { color:#cc0000; font-weight:bold; }
|
|
|
|
.private { font-style:italic; }
|
|
|
|
.infolog_planned { font-style:italic; }
|
|
|
|
table.infolog_fullWidth { width: 100%; }
|
2014-03-12 12:52:02 +01:00
|
|
|
#infolog-edit_info_number:before { content:"#" }
|
2015-02-09 23:44:39 +01:00
|
|
|
.infolog_fixedHeight { height: 12px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
|
2014-03-12 12:19:07 +01:00
|
|
|
.infolog_normalWrap { white-space: normal; }
|
2013-11-19 23:02:37 +01:00
|
|
|
.infolog_user_filter select { width: 100px; }
|
|
|
|
.inputFullWidth input { width: 100%; }
|
|
|
|
.infolog_image16 img { height: 16px; }
|
2014-03-06 15:39:15 +01:00
|
|
|
.infolog_responsible select {width: 120px;}
|
2014-03-12 14:16:40 +01:00
|
|
|
|
2016-04-11 16:08:01 +02:00
|
|
|
|
2014-03-12 14:16:40 +01:00
|
|
|
.infolog_date_duration select.et2_date_duration {
|
2016-04-11 16:08:01 +02:00
|
|
|
width: 69%;
|
2014-03-12 14:16:40 +01:00
|
|
|
margin-left: 2px;
|
|
|
|
}
|
|
|
|
|
2013-11-19 23:02:37 +01:00
|
|
|
tr.infolog_rowHasParent > td:first-child {
|
2022-10-25 19:24:28 +02:00
|
|
|
background-image: url(../../../api/templates/default/images/arrow_up.svg);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 10px;
|
|
|
|
background-position: 6px 6px;
|
2013-11-19 23:02:37 +01:00
|
|
|
}
|
2016-04-06 18:43:51 +02:00
|
|
|
|
2015-03-25 10:02:51 +01:00
|
|
|
/*get <a> tags inside description in listview with no breakline*/
|
2022-10-25 19:24:28 +02:00
|
|
|
.et2_nextmatch .egwGridView_grid tr td div.et2_vbox .infoDes a {
|
|
|
|
display: inline-table;
|
2015-04-07 17:38:38 +02:00
|
|
|
}
|
2022-09-08 21:14:55 +02:00
|
|
|
|
2018-10-11 09:35:38 +02:00
|
|
|
/* break in words if necessary for description */
|
2023-04-20 11:42:59 +02:00
|
|
|
div.infoDes > span {
|
2022-09-08 21:14:55 +02:00
|
|
|
overflow-wrap: break-word;
|
2018-10-11 09:35:38 +02:00
|
|
|
}
|
2022-09-08 21:14:55 +02:00
|
|
|
|
2022-10-25 19:24:28 +02:00
|
|
|
/* Spacing for parent / sub indicators */
|
2023-04-20 11:42:59 +02:00
|
|
|
.egwGridView_grid .infolog_CompletedClmn {
|
2022-10-25 19:24:28 +02:00
|
|
|
max-width: fit-content;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
2023-04-20 11:42:59 +02:00
|
|
|
tr.infolog_rowHasParent > td:first-child .infolog_CompletedClmn {
|
2022-10-25 19:24:28 +02:00
|
|
|
margin-left: 16px;
|
|
|
|
}
|
|
|
|
|
2015-04-07 17:38:38 +02:00
|
|
|
/* Put line break for the first column*/
|
2023-04-20 11:42:59 +02:00
|
|
|
.egwGridView_grid .infolog_CompletedClmn::part(base) {
|
2022-10-25 19:24:28 +02:00
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: center;
|
2015-12-22 18:01:32 +01:00
|
|
|
}
|
2021-09-13 19:50:36 +02:00
|
|
|
|
2022-09-08 21:14:55 +02:00
|
|
|
/* Right-align extra buttons in tab */
|
|
|
|
.infologExtraButton {
|
|
|
|
margin-left: auto;
|
2022-04-22 18:40:32 +02:00
|
|
|
}
|
|
|
|
|
2022-09-08 21:14:55 +02:00
|
|
|
.infologExtraButton ~ .infologExtraButton {
|
|
|
|
margin: 0;
|
2015-05-28 16:40:33 +02:00
|
|
|
}
|
2021-09-13 19:50:36 +02:00
|
|
|
|
2022-09-08 21:14:55 +02:00
|
|
|
div#infolog-edit_infolog-edit-description {
|
|
|
|
height: 100%;
|
2015-05-29 11:18:33 +02:00
|
|
|
}
|
2022-04-21 00:51:12 +02:00
|
|
|
|
2022-09-08 21:14:55 +02:00
|
|
|
div#infolog-edit_infolog-edit-description iframe {
|
|
|
|
height: calc(100% - 1em) !important;
|
2015-12-16 19:14:37 +01:00
|
|
|
}
|
2022-04-21 00:51:12 +02:00
|
|
|
|
2015-12-15 19:58:52 +01:00
|
|
|
#infolog-edit_info_responsible + .chzn-container .chzn-results {
|
2022-09-08 21:14:55 +02:00
|
|
|
max-height: 150px;
|
2016-01-08 11:52:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid ul.et2_link_string li.et2_link {
|
|
|
|
display: inline-block;
|
2016-02-15 12:59:55 +01:00
|
|
|
}
|
|
|
|
|
2020-03-23 14:34:48 +01:00
|
|
|
#infolog-index #infolog-index_nm .filtersContainer {
|
|
|
|
width: 60%;
|
2016-02-17 20:56:54 +01:00
|
|
|
}
|
|
|
|
#infolog-index select#infolog-index_filter {
|
|
|
|
width: 150px;
|
|
|
|
}
|
2019-03-11 21:15:28 +01:00
|
|
|
#infolog_edit_info_responsible_chzn { width:99% !important;}
|
|
|
|
#infolog-edit_clean_history {
|
|
|
|
display: none;
|
2020-03-23 14:34:48 +01:00
|
|
|
}
|
|
|
|
#infolog_index_cat_id_chzn{
|
|
|
|
min-width: auto;
|
|
|
|
width: 40% !important;
|
2021-05-31 10:38:31 +02:00
|
|
|
}
|
|
|
|
.header_count.blur_count > span {
|
|
|
|
color: transparent;
|
|
|
|
text-shadow: 0 0 5px rgba(0,0,0,0.5);
|
2021-12-14 16:05:23 +01:00
|
|
|
}
|
|
|
|
span#infolog-index_\$\{row\}\[info_des\] {
|
|
|
|
flex: unset;
|
2019-03-11 21:15:28 +01:00
|
|
|
}
|