Nation Notes module contributed by Z&H Healthcare.
[openemr.git] / library / custom_template / ckeditor / contents.css
blob798748eda43b9c47f24e1dca25fd6bea6e66abc3
1 /*
2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
4 */
6 body
8 /* Font */
9 font-family: Arial, Verdana, sans-serif;
10 font-size: 12px;
12 /* Text color */
13 color: #222;
15 /* Remove the background color to make it transparent */
16 background-color: #fff;
19 /* preserved spaces for rtl list item bullets. (#6249)*/
20 ol,ul,dl
22 padding-right:40px;
25 html
27 /* #3658: [IE6] Editor document has horizontal scrollbar on long lines
28 To prevent this misbehavior, we show the scrollbar always */
29 _overflow-y: scroll;
30 /* #6341: The text cursor must be set on the editor area. */
31 cursor: text;
32 /* #6632: Avoid having "text" shape of cursor in IE7 scrollbars.*/
33 *cursor:auto;
36 img:-moz-broken
38 -moz-force-broken-image-icon : 1;
39 width : 24px;
40 height : 24px;
42 img, input, textarea
44 cursor: default;