egroupware/timesheet/templates/default/app.css
Ralf Becker cd69f5bb27 - bugfix: [Save & New] lost links, now it can be used as a copy too
- [Add] button is now also on the top rights of the list (custom dates are on the left now)
- instead of a start-date+time plus the duration, you can now specify the start+date (required) plus 2 out of the following 3: start-time, duration, end-time
- the end-time for new entries is set to the aktual time, so you only need to fill the duration for a task you just finished
2006-09-12 10:37:13 +00:00

5 lines
165 B
CSS

/* $Id$ */
.redItalic { color: red; font-style: italics; }
.titleSum,.titleDetails { font-weight: bold; }
.noWrap { white-space: nowrap; }
.width100 { width: 100%; }