2014-03-11 10:59:35 +01:00
|
|
|
/**
|
|
|
|
* Styles for etemplate2 widgets
|
|
|
|
*
|
|
|
|
* @version: $Id$
|
|
|
|
*/
|
|
|
|
|
2016-09-27 18:34:07 +02:00
|
|
|
/* Allow project list selection in nm header to be large */
|
2023-05-08 18:04:52 +02:00
|
|
|
#timesheet-index #timesheet-index_pm_id .ui-autocomplete.ui-menu {
|
2016-09-27 18:34:07 +02:00
|
|
|
max-height: 80%;
|
|
|
|
}
|
2023-05-08 18:04:52 +02:00
|
|
|
|
|
|
|
.rowSum [id*='ts_quantity'], .rowSum [id*='ts_duration'], .timesheet_titleSum, .timesheet_titleDetails {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.egwGridView_grid tbody td[align=right] {
|
|
|
|
padding-top: 0px;
|
|
|
|
}
|
2014-03-11 10:59:35 +01:00
|
|
|
|
2022-10-25 19:57:58 +02:00
|
|
|
/* Let category & total columns line up vertically with the 2-element headers (Duration, Total, etc) */
|
|
|
|
#timesheet-index .innerContainer > span {
|
2023-05-08 18:04:52 +02:00
|
|
|
margin-bottom: 5px;
|
|
|
|
display: inline-block;
|
2022-10-25 19:57:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#timesheet-edit.et2_container {
|
2014-03-10 16:19:28 +01:00
|
|
|
}
|
2014-03-11 10:59:35 +01:00
|
|
|
|
2014-03-12 14:33:13 +01:00
|
|
|
/* add # sign behind the ts_id */
|
|
|
|
#timesheet-edit_ts_id:before { content:"#"}
|
2014-03-11 10:59:35 +01:00
|
|
|
|
2014-03-12 14:33:13 +01:00
|
|
|
/* make the modifier inline*/
|
2014-03-11 10:59:35 +01:00
|
|
|
.timesheet_modifier label
|
|
|
|
{
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timesheet_modifier ul
|
|
|
|
{
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
2016-05-11 18:33:54 +02:00
|
|
|
}
|
2016-07-05 14:22:44 +02:00
|
|
|
|
|
|
|
label[id^='timesheet-index_'][id$='ts_start]'] time {padding-left:5px;}
|