move code up one directory
[atutor.git] / themes / default_classic / rtl.css
1 /* for right to left languages */
2 html, body {
3         direction: rtl;
4 }
5
6 /* required for mozilla browsers*/
7 .img-size-tree {
8         vertical-align: middle;
9         margin-top: 0px;
10         height:1.45em;
11         width:1.45em;
12         text-align: right.;
13         float: right;
14 }
15 div.box {
16         line-height:150%;
17 }
18 div.menuedit{
19         float:left;
20         clear:both;
21         margin-top:-1.8em;
22 }
23
24
25 .del-content-icon{
26 /* float:left; */
27       border:0;
28 }
29
30
31 #editable_table a{
32       margin-right:.5em;
33
34 }
35
36 .logoutbar{
37       text-align:left;
38
39 }
40
41 .fl-force-right{
42       float:left;
43       clear:left;
44 }
45
46 .buttonbox{
47       float:left;
48
49 }
50 div#breadcrumbs{
51       float:left;
52 }
53 ul.current_list li{
54       width:90%;
55 }
56
57 .current_box{
58       width:34%;
59 }
60
61 .my_course_container{
62       width:55%;
63 }
64 div#menutoggle{
65       float:left;
66       clear:left;
67       margin-left:.3em;
68 }
69
70 #content-tool-links{
71       float:right;
72 }
73
74 div#member-links{
75       background-color: #788CB3;
76 }
77 #side-menu h4{
78       width:99%;
79 }
80 div#header{
81         background-position:right top;
82 }
83 .section-title{
84         float:left;
85         margin-left:250px;
86 }
87
88 .admin_container{
89         float:left;
90         clear:left;
91         white-space:normal;
92 }
93
94 .page-title{
95         margin-top:1em;
96 }
97
98 .top-tool{
99         width:95%;
100 }
101 .child-top-tool li{
102         white-space:normal;
103         overflow:visible;
104 }
105
106 #contentcolumn {
107         white-space:normal;
108
109 }
110
111 /* IE 7 adjustments for RTL Languages */
112 table.etabbed-table     {
113         padding-right:5em;
114
115 }
116 table.data tfoot tr:first-child td {
117         padding: 5px;
118         background-image: url('../default/images/arrow_rtl.gif');
119         background-repeat: no-repeat;
120         background-position: 99% 50%;
121         margin-left: 40px;
122 }
123 table.data tfoot input{
124         margin-right:2em;
125 }
126 ul#subnavlist{
127         *margin-right:4em;
128 }
129
130 fieldset.group_form{
131         *margin-right:0;
132 }
133 table.etabbed-table     {
134         *margin-right:4em;
135 }
136 .etabbed-list{
137         *margin-right:4em;
138 }
139
140 div.details-text img{
141         float:right;
142         clear:right;
143         padding-left:.2em;
144 }
145
146 div.details-text{
147         line-height:1.5em;
148         margin-right:.2em;
149 }