forked from extern/egroupware
cd69f5bb27
- [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
5 lines
165 B
CSS
5 lines
165 B
CSS
/* $Id$ */
|
|
.redItalic { color: red; font-style: italics; }
|
|
.titleSum,.titleDetails { font-weight: bold; }
|
|
.noWrap { white-space: nowrap; }
|
|
.width100 { width: 100%; } |