(no commit message)
[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 }