cms/drupal/modules/forum/forum-rtl.css
changeset 541 e756a8c72c3d
equal deleted inserted replaced
540:07239de796bb 541:e756a8c72c3d
       
     1 /**
       
     2  * @file
       
     3  * Right-to-left styling for the Forum module.
       
     4  */
       
     5 
       
     6 #forum td.forum .icon {
       
     7   float: right;
       
     8   margin: 0 0 0 9px;
       
     9 }
       
    10 #forum div.indent {
       
    11   margin-left: 0;
       
    12   margin-right: 20px;
       
    13 }
       
    14 .forum-topic-navigation {
       
    15   padding: 1em 3em 0 0;
       
    16 }
       
    17 .forum-topic-navigation .topic-previous {
       
    18   text-align: left;
       
    19   float: right;
       
    20 }
       
    21 .forum-topic-navigation .topic-next {
       
    22   text-align: right;
       
    23   float: left;
       
    24 }