Adding hover-able icons to timeline entries.

- Added notes and delete icons right and left entry marks respectively.
- Notes icon slide toggles the notes display (hidden by default).
This commit is contained in:
Jonathan Bernard
2011-05-09 10:52:21 -05:00
parent 74d8a7f015
commit 808492154d
18 changed files with 79 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
ebin_dir = T:/projects/jdb-labs/timestamper/web-app/ebin
ebin_dir = /home/jdbernard/projects/jdb-labs/timestamper/web-app/ebin
#include_dir = /home/jdbernard/projects/timestamper/web-app/src
runmod = timestamper_dev
@@ -6,6 +6,6 @@ runmod = timestamper_dev
<server timestamper-local>
port = 8000
listen = 127.0.0.1
docroot = T:/projects/jdb-labs/timestamper/web-app/www
docroot = /home/jdbernard/projects/jdb-labs/timestamper/web-app/www
appmods = ts_api
</server>