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