Mercurial > public > sg101
annotate static/js/tiny_mce/themes/simple/skins/o2k7/content.css @ 552:9e42e6618168
For bitbucket issue #2, tweak the admin settings for the Post model to
reduce slow queries. Define our own queryset() method so we can control the
select_related(), and not have it cascade from post to topics to forums to
categories. Removed 'topic' from list_display because MySQL still sucked with
2 inner joins. Now it seems to be tolerable with only one join to User.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 25 Jan 2012 20:07:03 -0600 |
parents | 88b2b9cb8c1f |
children |
rev | line source |
---|---|
bgneal@312 | 1 body, td, pre {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;} |
bgneal@312 | 2 |
bgneal@312 | 3 body {background: #FFF;} |
bgneal@312 | 4 .mceVisualAid {border: 1px dashed #BBB;} |
bgneal@312 | 5 |
bgneal@312 | 6 /* IE */ |
bgneal@312 | 7 |
bgneal@312 | 8 * html body { |
bgneal@312 | 9 scrollbar-3dlight-color: #F0F0EE; |
bgneal@312 | 10 scrollbar-arrow-color: #676662; |
bgneal@312 | 11 scrollbar-base-color: #F0F0EE; |
bgneal@312 | 12 scrollbar-darkshadow-color: #DDDDDD; |
bgneal@312 | 13 scrollbar-face-color: #E0E0DD; |
bgneal@312 | 14 scrollbar-highlight-color: #F0F0EE; |
bgneal@312 | 15 scrollbar-shadow-color: #F0F0EE; |
bgneal@312 | 16 scrollbar-track-color: #F5F5F5; |
bgneal@312 | 17 } |