cms/drupal/modules/system/system.admin-rtl.css
changeset 541 e756a8c72c3d
equal deleted inserted replaced
540:07239de796bb 541:e756a8c72c3d
       
     1 
       
     2 /**
       
     3  * @file
       
     4  * RTL styles for administration pages.
       
     5  */
       
     6 
       
     7 /**
       
     8  * Administration blocks.
       
     9  */
       
    10 div.admin-panel .body {
       
    11   padding: 0 8px 2px 4px;
       
    12 }
       
    13 div.admin .left {
       
    14   float: right;
       
    15   margin-left: 0;
       
    16   margin-right: 1em;
       
    17 }
       
    18 div.admin .right {
       
    19   float: left;
       
    20   margin-left: 1em;
       
    21   margin-right: 0;
       
    22 }
       
    23 div.admin .expert-link {
       
    24   margin-right: 0;
       
    25   margin-left: 1em;
       
    26   padding-right: 0;
       
    27   padding-left: 4px;
       
    28   text-align: left;
       
    29 }
       
    30 
       
    31 /**
       
    32  * Status report.
       
    33  */
       
    34 table.system-status-report td.status-icon {
       
    35   padding-left: 0;
       
    36   padding-right: 6px;
       
    37 }
       
    38 table.system-status-report tr.merge-up td {
       
    39   padding: 0 28px 8px 6px;
       
    40 }
       
    41 
       
    42 /**
       
    43  * Appearance page.
       
    44  */
       
    45 table.screenshot {
       
    46   margin-left: 1em;
       
    47 }
       
    48 .system-themes-list-enabled .theme-selector .screenshot,
       
    49 .system-themes-list-enabled .theme-selector .no-screenshot {
       
    50   float: right;
       
    51   margin: 0 0 0 20px;
       
    52 }
       
    53 .system-themes-list-disabled .theme-selector {
       
    54   float: right;
       
    55   padding: 20px 0 20px 20px;
       
    56 }
       
    57 .theme-selector .operations li {
       
    58   border-right: none;
       
    59   border-left: 1px solid #cdcdcd;
       
    60   float: right;
       
    61 }
       
    62 .theme-selector .operations li.last {
       
    63   border-left: none;
       
    64   padding: 0 0.7em 0 0;
       
    65 }
       
    66 .theme-selector .operations li.first {
       
    67   padding: 0 0 0 0.7em;
       
    68 }
       
    69 
       
    70 /**
       
    71  * Exposed filters.
       
    72  */
       
    73 .exposed-filters .filters {
       
    74   float: right;
       
    75   margin-left: 1em;
       
    76   margin-right: 0;
       
    77 }
       
    78 .exposed-filters .form-item label {
       
    79   float: right;
       
    80 }
       
    81 /* Current filters */
       
    82 .exposed-filters .additional-filters {
       
    83   float: right;
       
    84   margin-left: 1em;
       
    85   margin-right: 0;
       
    86 }