Trying to gather thoughts and code coherently.

Added client-side architecture model.
Playing with UI code.
This commit is contained in:
Jonathan Bernard
2011-04-27 14:11:54 -05:00
parent 9025a2f8f6
commit 302bc9ccdd
8 changed files with 158 additions and 85 deletions

View File

@ -48,7 +48,10 @@ body {
.fullname { display: none; }
}
ul#user-controls {
.drop-menu { display: inline-block; }
.drop-menu .drop-menu-items {
float: right;
list-style: none;
@ -81,9 +84,23 @@ body {
width: 70%;
}
.timeline-desc-input { width: 70% }
.timeline-id { display: inline-block; }
.timeline-menu {
.timeline-desc-input, .timeline-id-input { display: none; }
&.edit-id {
.timeline-id-input { display: inline-block; }
.timeline-id { display: none; }
}
&.edit-desc {
.timeline-desc-input { display: inline-block; }
.timeline-desc { display: none; }
}
.drop-menu {
text-align: right;
display: inline-block;
width: 29%;