2014-03-11 10:59:35 +01:00
|
|
|
/**
|
|
|
|
* Styles for etemplate2 widgets
|
|
|
|
*
|
|
|
|
* @version: $Id$
|
|
|
|
*/
|
|
|
|
|
2013-11-18 20:57:38 +01:00
|
|
|
.timesheet_titleSum,.timesheet_titleDetails { font-weight: bold; }
|
2014-03-11 10:59:35 +01:00
|
|
|
|
2015-02-04 09:35:40 +01:00
|
|
|
#timesheet-edit.et2_container
|
2014-03-11 10:59:35 +01:00
|
|
|
{
|
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;}
|