mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
timesheet / less
change @import....
This commit is contained in:
parent
d3e5f58611
commit
e44c85e774
@ -11,6 +11,41 @@
|
||||
* @package timesheet
|
||||
* @version $Id$
|
||||
*/
|
||||
/**
|
||||
* 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: 648px;
|
||||
}
|
||||
/* 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 {
|
||||
/*Details Bold*/
|
||||
}
|
||||
|
@ -12,9 +12,9 @@
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
@import (reference) "../../../pixelegg/less/def_buttons.less";
|
||||
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
|
||||
|
||||
@import (reference) "../../../pixelegg/less/definitions.less";
|
||||
@import (less) "../default/app.css";
|
||||
|
||||
// iframe
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user