Ticket #2128: rtl.css

File rtl.css, 1.9 KB (added by meir@…, 18 years ago)

django/contrib/admin/media/css/rtl.css

Line 
1body { direction: rtl; }
2
3/* login styles */
4
5.login .form-row { float:right; }
6.login .form-row label { float:right; padding-left:0.5em; padding-right:0; text-align:left;}
7.login .submit-row { clear:both; padding:1em 9.4em 0 0; }
8
9
10/* global styles */
11th { text-align: right; }
12.module h2, .module caption { text-align: right; }
13.addlink, .changelink { padding-left:0px; padding-right:12px; background-position:100% 0.2em; }
14.deletelink { padding-left:0px; padding-right:12px; background-position:100% 0.25em; }
15.object-tools { float:left; }
16
17
18/* layout styles */
19#user-tools { right:auto; left:0; text-align:left; }
20div.breadcrumbs { text-align:right; }
21#content-main { float:right;}
22#content-related { float:left; margin-left:-19em; margin-right:auto;}
23.colMS { margin-left:20em !important; margin-right:10px !important;}
24
25/* dashboard styles */
26.dashboard .module table td a { padding-left:.6em; padding-right:12px; }
27
28/* changelists styles */
29.change-list .filtered { background:white url(../img/admin/changelist-bg_rtl.gif) top left repeat-y !important; }
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;}
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; }
34
35/* fomrs styles */
36.aligned label { padding:0 0 3px 1em; float:right; }
37.submit-row { text-align: left }
38.vDateField, .vTimeField { margin-left:2px; }
39
40/* widget styles */
41.calendarnav-previous { top:0; left:auto; right:0; }
42.calendarnav-next { top:0; right:auto; left:0;}
43.calendar caption, .calendarbox h2 { text-align:center; }
44
45.selector { float: right;}
46.selector .selector-filter { text-align: right;}
Back to Top