| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 /* $Id: ckeditor.css,v 1.2.2.4 2010/03/05 09:56:08 mephir Exp $ */ 2 /* Indent & Justify classes */ 3 4 .rteindent1 { 5 margin-left: 40px; 6 } 7 .rteindent2 { 8 margin-left: 80px; 9 } 10 .rteindent3 { 11 margin-left: 120px; 12 } 13 .rteindent4 { 14 margin-left: 160px; 15 } 16 .rteleft { 17 text-align: left; 18 } 19 .rteright { 20 text-align: right; 21 } 22 .rtecenter { 23 text-align: center; 24 } 25 .rtejustify { 26 text-align: justify; 27 } 28 .ibimage_left { 29 float: left; 30 } 31 .ibimage_right { 32 float: right; 33 } 34 35 /* CKEditor padding in IE */ 36 table.cke_editor fieldset { 37 padding:0 !important; 38 } 39 /* hack with ie and garland editing area size fix - [#733512] */ 40 .cke_editor{ 41 display: table !important; 42 } 43 .cke_editor,#ie#bug { 44 display: inline-table !important; 45 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |