web/static/admin/css/rtl.css
changeset 0 ecdfc63274bf
equal deleted inserted replaced
-1:000000000000 0:ecdfc63274bf
       
     1 body {
       
     2     direction: rtl;
       
     3 }
       
     4 
       
     5 /* LOGIN */
       
     6 
       
     7 .login .form-row {
       
     8     float: right;
       
     9 }
       
    10 
       
    11 .login .form-row label {
       
    12     float: right;
       
    13     padding-left: 0.5em;
       
    14     padding-right: 0;
       
    15     text-align: left;
       
    16 }
       
    17 
       
    18 .login .submit-row {
       
    19     clear: both;
       
    20     padding: 1em 9.4em 0 0;
       
    21 }
       
    22 
       
    23 /* GLOBAL */
       
    24 
       
    25 th {
       
    26     text-align: right;
       
    27 }
       
    28 
       
    29 .module h2, .module caption {
       
    30     text-align: right;
       
    31 }
       
    32 
       
    33 .addlink, .changelink {
       
    34     padding-left: 0px;
       
    35     padding-right: 12px;
       
    36     background-position: 100% 0.2em;
       
    37 }
       
    38 
       
    39 .deletelink {
       
    40     padding-left: 0px;
       
    41     padding-right: 12px;
       
    42     background-position: 100% 0.25em;
       
    43 }
       
    44 
       
    45 .object-tools {
       
    46     float: left;
       
    47 }
       
    48 
       
    49 /* LAYOUT */
       
    50 
       
    51 #user-tools {
       
    52     right: auto;
       
    53     left: 0;
       
    54     text-align: left;
       
    55 }
       
    56 
       
    57 div.breadcrumbs {
       
    58     text-align: right;
       
    59 }
       
    60 
       
    61 #content-main {
       
    62     float: right;
       
    63 }
       
    64 
       
    65 #content-related {
       
    66     float: left;
       
    67     margin-left: -19em;
       
    68     margin-right: auto;
       
    69 }
       
    70 
       
    71 .colMS {
       
    72     margin-left: 20em !important;
       
    73     margin-right: 10px !important;
       
    74 }
       
    75 
       
    76 /* dashboard styles */
       
    77 
       
    78 .dashboard .module table td a {
       
    79     padding-left: .6em;
       
    80     padding-right: 12px;
       
    81 }
       
    82 
       
    83 /* changelists styles */
       
    84 
       
    85 .change-list .filtered {
       
    86     background: white url(../img/admin/changelist-bg_rtl.gif) top left repeat-y !important;
       
    87 }
       
    88 
       
    89 .change-list .filtered table {
       
    90     border-left: 1px solid #ddd;
       
    91     border-right: 0px none;
       
    92 }
       
    93 
       
    94 #changelist-filter {
       
    95     right: auto;
       
    96     left: 0;
       
    97     border-left: 0px none;
       
    98     border-right: 1px solid #ddd;
       
    99 }
       
   100 
       
   101 .change-list .filtered table, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull {
       
   102     margin-right: 0px !important;
       
   103     margin-left: 160px !important;
       
   104 }
       
   105 
       
   106 #changelist-filter li.selected {
       
   107     border-left: 0px none;
       
   108     padding-left: 0px;
       
   109     margin-left: 0;
       
   110     border-right: 5px solid #ccc;
       
   111     padding-right: 5px;
       
   112     margin-right: -10px;
       
   113 }
       
   114 
       
   115 .filtered .actions {
       
   116     border-left:1px solid #DDDDDD;
       
   117     margin-left:160px !important;
       
   118     border-right: 0 none;
       
   119     margin-right:0 !important;
       
   120 }
       
   121 
       
   122 /* FORMS */
       
   123 
       
   124 .aligned label {
       
   125     padding: 0 0 3px 1em;
       
   126     float: right;
       
   127 }
       
   128 
       
   129 .submit-row {
       
   130     text-align: left
       
   131 }
       
   132 
       
   133 .submit-row p.deletelink-box {
       
   134     float: right;
       
   135 }
       
   136 
       
   137 .submit-row .deletelink {
       
   138     background: url(../img/admin/icon_deletelink.gif) 0 50% no-repeat;
       
   139     padding-right: 14px;
       
   140 }
       
   141 
       
   142 .vDateField, .vTimeField {
       
   143     margin-left: 2px;
       
   144 }
       
   145 
       
   146 form ul.inline li {
       
   147     float: right;
       
   148     padding-right: 0;
       
   149     padding-left: 7px;
       
   150 }
       
   151 
       
   152 input[type=submit].default, .submit-row input.default {
       
   153     float: left;
       
   154 }
       
   155 
       
   156 fieldset .field-box {
       
   157     float: right;
       
   158     margin-left: 20px;
       
   159 }
       
   160 
       
   161 .errorlist li {
       
   162     background-position: 100% .3em;
       
   163     padding: 4px 25px 4px 5px;
       
   164 }
       
   165 
       
   166 .errornote {
       
   167     background-position: 100% .3em;
       
   168     padding: 4px 25px 4px 5px;
       
   169 }
       
   170 
       
   171 /* WIDGETS */
       
   172 
       
   173 .calendarnav-previous {
       
   174     top: 0;
       
   175     left: auto;
       
   176     right: 0;
       
   177 }
       
   178 
       
   179 .calendarnav-next {
       
   180     top: 0;
       
   181     right: auto;
       
   182     left: 0;
       
   183 }
       
   184 
       
   185 .calendar caption, .calendarbox h2 {
       
   186     text-align: center;
       
   187 }
       
   188 
       
   189 .selector {
       
   190     float: right;
       
   191 }
       
   192 
       
   193 .selector .selector-filter {
       
   194     text-align: right;
       
   195 }
       
   196 
       
   197 .inline-deletelink {
       
   198     float: left;
       
   199 }
       
   200 
       
   201 /* MISC */
       
   202 
       
   203 .inline-related h2, .inline-group h2 {
       
   204     text-align: right
       
   205 }
       
   206 
       
   207 .inline-related h3 span.delete {
       
   208     padding-right: 20px;
       
   209     padding-left: inherit;
       
   210     left: 10px;
       
   211     right: inherit;
       
   212 }
       
   213 
       
   214 .inline-related h3 span.delete label {
       
   215     margin-left: inherit;
       
   216     margin-right: 2px;
       
   217 }