app/django/contrib/admin/media/css/rtl.css
changeset 323 ff1a9aa48cfd
parent 54 03e267d67478
equal deleted inserted replaced
322:6641e941ef1e 323:ff1a9aa48cfd
    30 .change-list .filtered table { border-left:1px solid #ddd; border-right:0px none; }
    30 .change-list .filtered table { border-left:1px solid #ddd; border-right:0px none; }
    31 #changelist-filter { right:auto; left:0; border-left:0px none; border-right:1px solid #ddd;}
    31 #changelist-filter { right:auto; left:0; border-left:0px none; border-right:1px solid #ddd;}
    32 .change-list .filtered table, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull { margin-right:0px !important; margin-left:160px !important; }
    32 .change-list .filtered table, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull { margin-right:0px !important; margin-left:160px !important; }
    33 #changelist-filter li.selected { border-left:0px none; padding-left:0px; margin-left:0; border-right:5px solid #ccc; padding-right:5px;margin-right:-10px; }
    33 #changelist-filter li.selected { border-left:0px none; padding-left:0px; margin-left:0; border-right:5px solid #ccc; padding-right:5px;margin-right:-10px; }
    34 
    34 
    35 /* fomrs styles */
    35 /* form styles */
    36 .aligned label { padding:0 0 3px 1em;  float:right; }
    36 .aligned label { padding:0 0 3px 1em;  float:right; }
    37 .submit-row { text-align: left }
    37 .submit-row { text-align: left }
       
    38 .submit-row p.deletelink-box { float: right;}
       
    39 .submit-row .deletelink { background:url(../img/admin/icon_deletelink.gif) 0 50% no-repeat; padding-right:14px; }
    38 .vDateField, .vTimeField { margin-left:2px; }
    40 .vDateField, .vTimeField { margin-left:2px; }
       
    41 form ul.inline li { float:right; padding-right:0; padding-left:7px; }
       
    42 input[type=submit].default, .submit-row input.default { float:left; }
       
    43 fieldset .field-box { float:right; margin-left: 20px; }
       
    44 .errorlist li {background-position: 100% .3em; padding: 4px 25px 4px 5px; }
       
    45 .errornote {background-position: 100% .3em; padding: 4px 25px 4px 5px;
    39 
    46 
    40 /* widget styles */
    47 /* widget styles */
    41 .calendarnav-previous { top:0; left:auto; right:0; }
    48 .calendarnav-previous { top:0; left:auto; right:0; }
    42 .calendarnav-next { top:0; right:auto; left:0;}
    49 .calendarnav-next { top:0; right:auto; left:0;}
    43 .calendar caption, .calendarbox h2 { text-align:center; }
    50 .calendar caption, .calendarbox h2 { text-align:center; }
    44 
    51 
    45 .selector { float: right;}
    52 .selector { float: right;}
    46 .selector .selector-filter { text-align: right;}
    53 .selector .selector-filter { text-align: right;}
       
    54 
       
    55 /* x unsorted */
       
    56 .inline-related h2 { text-align:right }