egroupware/timesheet/templates/default/app.css

29 lines
482 B
CSS
Raw Normal View History

/**
* Styles for etemplate2 widgets
*
* @version: $Id$
*/
.timesheet_titleSum,.timesheet_titleDetails { font-weight: bold; }
#timesheet-edit.et2_container
{
2014-03-10 16:19:28 +01:00
}
/* add # sign behind the ts_id */
#timesheet-edit_ts_id:before { content:"#"}
/* make the modifier inline*/
.timesheet_modifier label
{
display: inline-block;
float: right;
}
.timesheet_modifier ul
{
display: inline-block;
float: left;
}
label[id^='timesheet-index_'][id$='ts_start]'] time {padding-left:5px;}