web/drupal/modules/fckeditor/fckeditor.css
branchdrupal
changeset 74 0ff3ba646492
equal deleted inserted replaced
73:fcf75e232c5b 74:0ff3ba646492
       
     1 .rteindent1 {
       
     2   margin-left: 40px;
       
     3 }
       
     4 .rteindent2 {
       
     5   margin-left: 80px;
       
     6 }
       
     7 .rteindent3 {
       
     8   margin-left: 120px;
       
     9 }
       
    10 .rteindent4 {
       
    11   margin-left: 160px;
       
    12 }
       
    13 .rteleft {
       
    14   text-align: left;
       
    15 }
       
    16 .rteright {
       
    17   text-align: right;
       
    18 }
       
    19 .rtecenter {
       
    20   text-align: center;
       
    21 }
       
    22 .rtejustify {
       
    23   text-align: justify;
       
    24 }
       
    25 .image_assist{
       
    26   background-color: #eeeeee;
       
    27   background-repeat: no-repeat;
       
    28   background-image: url(plugins/imgassist/imgassist.gif);
       
    29   background-position: 50% 50%;
       
    30   border: 1px dashed #dddddd;
       
    31 }
       
    32 .ibimage_left {
       
    33   float: left;
       
    34 }
       
    35 .ibimage_right {
       
    36   float: right;
       
    37 }