annotate media/css/membermap.css @ 145:71cb4208dc98

Tweak to #30, admin dashboard. Because of a bug in Django (9568), my dashboard appears on the login page. To get around this, pass in the user to the templatetag, so it can do a 'if user.is_staff' check. Also tweaked the HTML and CSS to show non-zero pending items in red. Shortened the pending item titles for readability.
author Brian Neal <bgneal@gmail.com>
date Wed, 09 Dec 2009 00:03:10 +0000
parents dbd703f7d63a
children 13d052fbe4f1
rev   line source
gremmie@1 1 #member_map_members_column {
gremmie@1 2 float: left;
gremmie@1 3 }
gremmie@1 4 #member_map_map {
gremmie@1 5 float: left;
gremmie@1 6 width: 640px;
gremmie@1 7 height: 480px;
gremmie@1 8 border: 1px solid black;
gremmie@1 9 }
gremmie@1 10 #member_map_info {
gremmie@1 11 padding-top: 1em;
gremmie@1 12 clear: left;
gremmie@1 13 }
gremmie@1 14 .markItUp {
gremmie@1 15 width: 600px;
gremmie@1 16 }
gremmie@1 17 .markItUpEditor {
gremmie@1 18 width:543px;
gremmie@1 19 height:200px;
gremmie@1 20 }