Implemented new timeline functionality client-side.

* Fixed returned information in ts_api:put_timeline/3
* Added UI for new timeline button.
* Added client-side implementation of new timeline creation. There is a problem
  on the server-side, PUT should support creating new items and updating
  existing items.
This commit is contained in:
Jonathan Bernard
2011-06-07 08:34:20 -05:00
parent 76083b5972
commit 89336e844f
7 changed files with 41 additions and 12 deletions

View File

@ -100,8 +100,15 @@ input {
right: 0;
width: 172.41%;
.timeline-link {
.new-timeline-link, .timeline-link {
padding-left: 0.5em;
font-size: medium;
img {
position: relative;
top: 4px;
left: -4px;
}
}
}
}