remove old readme
[atutor.git] / docs / themes / default15 / 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 }
21
22
23 .del-content-icon{
24 /* float:left; */
25           border:0;
26 }
27
28
29 #editable_table a{
30 margin-right:.5em;
31
32 }
33
34 .logoutbar{
35 text-align:left;
36
37 }
38
39 .fl-force-right{
40 float:left;
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:both;
64         text-align:right;
65 }
66
67
68 #content-tool-links{
69         float:right;
70 }
71 #side-menu{
72         float:right;
73         margin-right:1em;
74 }
75
76
77 .admin_container{
78         float:left;
79         white-space:normal;
80 }
81 .page-title{    
82         margin-top:1em;
83 }
84
85 .top-tool{
86         width:95%;
87 }
88 .child-top-tool li{
89         white-space:normal;
90         overflow:visible;
91 }
92
93 #contentcolumn {
94         white-space:normal;
95 }
96 table.etabbed-table     {
97         padding-right:5em;
98 }
99 table.data tfoot tr:first-child td {
100         padding: 5px;
101         background-image: url('images/arrow_rtl.gif');
102         background-repeat: no-repeat;
103         background-position: 99% 50%;
104         margin-left: 40px;
105 }
106 table.data tfoot input{
107         margin-right:2.2em;
108 }
109 div#sub-navigation{
110         margin-top:.5em;
111 }
112 h2.page-title{
113         *margin-top:.5em;
114 }
115 a#back-to {
116         background-position: 100% 100%;
117 }
118
119 div.details-text img{
120         float:right;
121         clear:right;
122         padding-left:.2em;
123 }
124
125 div.details-text{
126         line-height:1.5em;
127         margin-right:.2em;
128 }