move code up one directory
[atutor.git] / themes / greenmin / 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 div#top-links {
73         clear:left;
74 }
75 #section-title{
76 float:right;
77 }
78
79
80 .admin_container{
81 float:left;
82 white-space:normal;
83 }
84 .page-title{
85
86 margin-top:1em;
87 }
88
89 .top-tool{
90 width:95%;
91 }
92 .child-top-tool li{
93 white-space:normal;
94 overflow:visible;
95 }
96
97 #contentcolumn {
98 white-space:normal;
99
100 }
101
102 table.etabbed-table     {
103         padding-right:5em;
104 }
105
106 div.details-text img{
107         float:right;
108         clear:right;
109         padding-left:.2em;
110 }
111
112 div.details-text{
113         line-height:1.5em;
114         margin-right:.2em;
115 }