annotate static/js/tiny_mce/themes/simple/skins/o2k7/content.css @ 631:f36d1a168be7

For issue 27, disable login dialog button during POST. This seems to prevent multiple logins most of the time. You can still bang on the enter key and sometimes get more through.
author Brian Neal <bgneal@gmail.com>
date Wed, 14 Nov 2012 20:57:05 -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 }