Mercurial > public > sg101
annotate static/js/tiny_mce/themes/simple/skins/o2k7/content.css @ 481:9f888dbe61ce
Fixing #230; add a scrollbar to the PM popup dialog if necessary. This wasn't as easy as I thought. Had to wrap the PM text in a div with its styling (max-height and overflow). If I then resized the dialog, I'd get two scrollbars. So for now, made the dialog non-resizable.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 07 Oct 2011 02:11:33 +0000 |
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 } |