annotate static/js/tiny_mce/themes/advanced/skins/highcontrast/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 6c182ceb7147
children
rev   line source
bgneal@442 1 body, td, pre { margin:8px;}
bgneal@442 2 body.mceForceColors {background:#FFF; color:#000;}
bgneal@442 3 h1 {font-size: 2em}
bgneal@442 4 h2 {font-size: 1.5em}
bgneal@442 5 h3 {font-size: 1.17em}
bgneal@442 6 h4 {font-size: 1em}
bgneal@442 7 h5 {font-size: .83em}
bgneal@442 8 h6 {font-size: .75em}
bgneal@442 9 .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;}
bgneal@442 10 a.mceItemAnchor {display:inline-block; width:11px !important; height:11px !important; background:url(../default/img/items.gif) no-repeat 0 0;}
bgneal@442 11 span.mceItemNbsp {background: #DDD}
bgneal@442 12 td.mceSelected, th.mceSelected {background-color:#3399ff !important}
bgneal@442 13 img {border:0;}
bgneal@442 14 table {cursor:default}
bgneal@442 15 table td, table th {cursor:text}
bgneal@442 16 ins {border-bottom:1px solid green; text-decoration: none; color:green}
bgneal@442 17 del {color:red; text-decoration:line-through}
bgneal@442 18 cite {border-bottom:1px dashed blue}
bgneal@442 19 acronym {border-bottom:1px dotted #CCC; cursor:help}
bgneal@442 20 abbr {border-bottom:1px dashed #CCC; cursor:help}
bgneal@442 21
bgneal@442 22 img:-moz-broken {-moz-force-broken-image-icon:1; width:24px; height:24px}
bgneal@442 23 font[face=mceinline] {font-family:inherit !important}