move code up one directory
[atutor.git] / themes / fluid / 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         float:left;
20         margin-top:-1.5em;
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         text-align:left;
37         float:left;
38         text-transform: lowercase;
39 }
40
41 .fl-force-right{
42         float:left;
43
44 }
45
46 .buttonbox{
47         float:left;
48
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
62 #content-tool-links{
63         float:right;
64 }
65
66 #home-links{
67         float:right;
68 }
69
70 .admin_container{
71         float:left;
72         white-space:normal;
73 }
74 .page-title{
75
76         margin-top:1em;
77 }
78
79 .top-tool{
80         width:95%;
81 }
82 .child-top-tool li{
83         white-space:normal;
84         overflow:visible;
85 }
86
87 #contentcolumn {
88         white-space:normal;
89 }
90
91 table.etabbed-table     {
92         *margin-right:5em;
93         padding-right:5em;
94 }
95
96 .column fieldset.group_form input#login, input#pass, input.button{
97         *margin-right:2em;      
98 }
99 .column fieldset.group_form{
100         *margin:1em;    
101 }
102 #subnavlist{
103         *margin-right:5em;      
104 }
105 div.details-text img{
106         float:right;
107         clear:right;
108         padding-left:.2em;
109 }
110
111 div.details-text{
112         line-height:1.5em;
113         margin-right:.2em;
114 }