Trying a view for user, timeline(s), entry(ies).

This commit is contained in:
Jonathan Bernard
2011-04-20 09:40:54 -05:00
parent aec172536e
commit 9025a2f8f6
8 changed files with 223 additions and 53 deletions

View File

@ -95,8 +95,7 @@ body {
}
}
#entries {
#new-entry {
margin-top: 5.5em;
padding: 0.5em 0.5em;
@ -110,6 +109,21 @@ body {
.mark-input { width: 78%; }
.edit-mark {
.mark-input { display: inline-block; }
.mark { display: none; }
}
.edit-timestamp {
.timestamp-input { display: inline-block; }
.timestamp { display: none; }
}
}
#entries {
padding: 0.5em 0.5em;
.entry {
font-family: Cantarell;
@ -128,15 +142,6 @@ body {
}
.edit-mark {
.mark-input { display: inline-block; }
.mark { display: none; }
}
.edit-timestamp {
.timestamp-input { display: inline-block; }
.timestamp { display: none; }
}
}
.drop-menu {