egroupware/timesheet/templates/default/app.css
Hadi Nategh d290485058 Nm resize fix:
- Fix dataview grid resize not taking care of category color border
- Fix Category borders make headers misaligned
2016-05-11 16:33:54 +00:00

29 lines
511 B
CSS

/**
* Styles for etemplate2 widgets
*
* @version: $Id$
*/
.timesheet_titleSum,.timesheet_titleDetails { font-weight: bold; }
#timesheet-edit.et2_container
{
}
/* 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;
}
#timesheet-index_nm.et2_nextmatch .egwGridView_outer thead tr {border-left: 12px solid transparent;}