mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 13:33:19 +01:00
35 lines
630 B
CSS
35 lines
630 B
CSS
/**
|
|
* Styles for etemplate2 widgets
|
|
*
|
|
* @version: $Id$
|
|
*/
|
|
|
|
// Header classes
|
|
tr.dialogHeader td, tr.dialogHeader2 td, tr.dialogHeader3 td, tr.dialogHeader4 td,
|
|
tr.dialogOperators td,.dialogFooterToolbar {
|
|
padding: 5px 0 5px 0;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.timesheet_titleSum,.timesheet_titleDetails { font-weight: bold; }
|
|
|
|
div#timesheet-edit.et2_container
|
|
{
|
|
width: 628px;
|
|
}
|
|
|
|
//** add # sign behind the ts_id
|
|
.timesheet_timesheetId:before span{ content:"#"; }
|
|
|
|
//** make the modifier inline
|
|
.timesheet_modifier label
|
|
{
|
|
display: inline-block;
|
|
float: right;
|
|
}
|
|
|
|
.timesheet_modifier ul
|
|
{
|
|
display: inline-block;
|
|
float: left;
|
|
} |