mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
35 lines
1.2 KiB
CSS
35 lines
1.2 KiB
CSS
/* $Id$ */
|
|
.headertext { color: black; font-size: 120%; }
|
|
.lpadding5 { padding-left: 5px; }
|
|
.redItalic { color: red; font-style: italic; }
|
|
.low,.low_done,.normal,.normal_done,.high,.high_done,.urgent,.urgent_done { font-weight: bold; }
|
|
.low,.low_done { color:#606060; }
|
|
.normal,.normal_done { color:black }
|
|
.high { color:#cc0000; }
|
|
.high_done { color:#800000; }
|
|
.urgent { color:#ff00ff; }
|
|
.urgent_done { color:#800080; }
|
|
.overdue { color:#cc0000; font-weight:bold; }
|
|
.private { font-style:italic; }
|
|
.planned { font-style:italic; }
|
|
table.fullWidth { width: 100%; }
|
|
.infoId:before { content:"#" }
|
|
.fixedHeight { line-height: 12px; }
|
|
.noWrap { white-space: nowrap; }
|
|
.user_filter select { width: 100px; }
|
|
.inputFullWidth input { width: 100%; }
|
|
.image16 img { height: 16px; }
|
|
tr.rowHasSubs > td:first-child {
|
|
background-image: url(../../../phpgwapi/templates/default/images/egw_action/arrow_left.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 0px 11px;
|
|
}
|
|
tr.rowHasParent > td:first-child {
|
|
background-image: url(../../../phpgwapi/templates/default/images/egw_action/arrow_up.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 0px 11px;
|
|
}
|
|
tr.row_on > td:first-child, tr.row_off > td:first-child {
|
|
padding-left: 10px;
|
|
}
|