2005-11-12 14:25:59 +01:00
|
|
|
/* $Id$ */
|
|
|
|
.headertext { color: black; font-size: 120%; }
|
2006-08-19 09:09:30 +02:00
|
|
|
.lpadding5 { padding-left: 5px; }
|
2005-11-12 14:25:59 +01:00
|
|
|
.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; }
|
2006-03-21 14:52:49 +01:00
|
|
|
.planned { font-style:italic; }
|
2006-10-19 21:04:33 +02:00
|
|
|
table.fullWidth { width: 100%; }
|
2006-09-27 15:22:56 +02:00
|
|
|
.infoId:before { content:"#" }
|
2006-10-04 19:40:33 +02:00
|
|
|
.fixedHeight { line-height: 12px; }
|
2007-07-29 08:55:36 +02:00
|
|
|
.noWrap { white-space: nowrap; }
|
2008-07-30 08:31:43 +02:00
|
|
|
.user_filter select { width: 100px; }
|
2009-05-08 18:01:33 +02:00
|
|
|
.inputFullWidth input { width: 100%; }
|
|
|
|
.image16 img { height: 16px; }
|