egroupware/timesheet/templates/default/app.css
Hadi Nategh 50aae863b6 Edit dialogs style W.I.P.:
- Give tab widget new look
- Style grid header different
- Re-design calendar edit dialog
- Some fixes for multi et2_taglist
2016-04-06 16:43:51 +00:00

27 lines
409 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;
}