# HG changeset patch # User Steve Losh # Date 1238192921 14400 # Node ID ed9aff132907616764074cdf9ee47986325ea0b6 # Parent 0a73822701d907dc442e3709aefd8ff14807470c Updated some MB styles, templates. diff -r 0a73822701d9 -r ed9aff132907 site-media/style/messengerbag.css --- a/site-media/style/messengerbag.css Thu Mar 26 20:43:23 2009 -0400 +++ b/site-media/style/messengerbag.css Fri Mar 27 18:28:41 2009 -0400 @@ -6,6 +6,7 @@ div#mb-rendered-note h6 {font-size:1em;font-weight:bold;} p#mb-navigation { margin-top: -1em; } +p#mb-navigation a { margin-right: 2em; } span.mb-note-list-title { font-weight: bold; margin-right: 1em; } span.mb-note-list-snip { color: #888; } diff -r 0a73822701d9 -r ed9aff132907 templates/messengerbag/note_detail.html --- a/templates/messengerbag/note_detail.html Thu Mar 26 20:43:23 2009 -0400 +++ b/templates/messengerbag/note_detail.html Fri Mar 27 18:28:41 2009 -0400 @@ -6,7 +6,10 @@ {% block content %}

{{ note.title|typogrify }}

-

« back to your notes

+

+ « back to your notes + edit this note +

{{ note.body|markdown:"codehilite"|typogrify }}
diff -r 0a73822701d9 -r ed9aff132907 templates/messengerbag/note_form.html --- a/templates/messengerbag/note_form.html Thu Mar 26 20:43:23 2009 -0400 +++ b/templates/messengerbag/note_form.html Fri Mar 27 18:28:41 2009 -0400 @@ -5,17 +5,22 @@ {% block title %}Create a Note{% endblock %} {% block content %} +

{{ form.title }}

{% for error in form.title.errors %}

{{ error }}

{% endfor %} +

+ « back to your notes +

+

{{ form.body }}

{% for error in form.body.errors %}

{{ error }}

{% endfor %} - +
{% endblock %} \ No newline at end of file