remove old readme
[atutor.git] / themes / idi / 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
18 div.menuedit{
19 margin-top:-1.5em;
20 float:left;
21 }
22
23
24 .del-content-icon{
25 /* float:left; */
26 border:0;
27 }
28
29
30 #editable_table a{
31 margin-right:.5em;
32
33 }
34
35 #logoutbar{
36 float:left;
37 text-align:left;
38
39 }
40
41 .fl-force-right{
42 float:left;
43 }
44
45 .buttonbox{
46 float:left;
47
48 }
49 div#breadcrumbs{
50
51 float:right;
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
65 #content-tool-links{
66   float:right;
67 }
68
69 #breadcrumbs{
70   width:100%;
71 }
72 h1#section-title{
73   float:right;
74
75 }
76
77 #topnavlist{
78   clear:both;
79 }
80
81 #top-links-jump{
82   float:left;
83 }
84
85
86 .admin_container{
87 float:left;
88 white-space:normal;
89 }
90 .page-title{
91
92 margin-top:1em;
93 }
94
95 .top-tool{
96 width:95%;
97 }
98 .child-top-tool li{
99 white-space:normal;
100 overflow:visible;
101 }
102
103 #contentcolumn {
104 white-space:normal;
105
106 }
107 table.etabbed-table{
108 margin-right: 4em;
109 }
110
111 div.details-text img{
112         float:right;
113         clear:right;
114         padding-left:.2em;
115 }
116
117 div.details-text{
118         line-height:1.5em;
119         margin-right:.2em;
120 }