Mercurial > public > sg101
annotate media/css/membermap.css @ 197:2baadae33f2e
Got autocomplete working for the member search. Updated django and ran into a bug where url tags with comma separated kwargs starting consuming tons of CPU throughput. The work-around is to cut over to using spaces between arguments. This is now allowed to be consistent with other tags. Did some query optimization for the news app.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 10 Apr 2010 04:32:24 +0000 |
parents | 13d052fbe4f1 |
children |
rev | line source |
---|---|
gremmie@1 | 1 #member_map_members_column { |
gremmie@1 | 2 float: left; |
gremmie@1 | 3 } |
gremmie@1 | 4 #member_map_map { |
bgneal@153 | 5 width: 720px; |
bgneal@153 | 6 height: 540px; |
gremmie@1 | 7 border: 1px solid black; |
bgneal@153 | 8 margin: 0 auto; |
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 } |