egroupware/infolog/templates/default/app.css
Ralf Becker 7254bef473 bugfixes:
- search was not searching in id, phone/email, location
- setting status or percent&date completed was not working for the responsible under some conditions
- for the conversation of days to hours always 8h were used, now that's the default if nothing is configured in the PM
enhancements - some might call bug-fixes too ;-):
- configuration of the rights of the responsible:
  a) implicit edit rights (default is only read)
  b) additional fields to edit without edit rights: eg. description, used time, ...
- user preference to show status and percent again as one merged icon (default) or as two spearate ones
- user preference to show a numeric Id, can be used eg. as ticket number
2006-03-24 16:10:09 +00:00

16 lines
598 B
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; }
.fullWidth table { width: 100%; }
.infoId:before { content:"#" }