SVN tag for release should only contain scripts in "docs" folder without "mods",...
[atutor.git] / themes / default / ie_styles.css
1 /* IE specific styles */
2 .page_wrapper{
3
4     /* For IE 8 */    
5     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999')";
6      /* For IE 5.5 - 7 */
7     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999');
8
9 }
10
11
12 ul#topnavlist {
13         zoom:100%;
14         margin:0px;
15         position:absolute;
16         top:5.3em;
17 }
18
19 ul#topnavlist li {
20         zoom:100%;
21         padding:0.3em;
22         margin-bottom:-3px;
23         border-bottom:0;
24         min-height:3.5em;
25
26 }
27
28 label {
29         zoom:100%;
30         margin:0px;
31 }
32
33 table.data tfoot input {
34         min-width:0px;
35
36 }
37
38 #topnavlistcontainer {
39         margin-bottom:-1px;
40         border-bottom:0;
41 }
42
43 #header{
44         height: 5.0em;
45         margin-bottom:.1em;
46 }
47
48 div#top-links{
49         float:right;
50 }
51
52 div#top-links a:active{
53         color:black;
54         background-color:#F6EAD6;
55
56 }
57
58 .outside_box{
59         height:9.6em;
60 }
61
62 ul#topnavlist li {
63         margin-bottom:-3em;
64         *display: inline;
65 }
66
67 ul#subnavlist li {
68         *display: inline;
69         margin-right:.5em;
70 }
71 fieldset.group_form{
72         padding:.5em;
73         padding-bottom:2em;
74         min-height:150px;
75 }
76
77 table.etabbed-table     {
78         *table-layout:fixed;
79         *margin-left:35px;
80 }
81 .tab-spacer{
82         *width:10px;
83 }
84 .editor_tab{
85         zoom:100%;
86         *width:auto;    
87         *display: inline-block;
88         *clear: left;
89         *padding: 0 30px 0 5px;
90 }
91 .editor_buttontab {
92         zoom:100%;
93         clear:both;
94         padding-right:1em;
95 }
96
97 .editor_tab_selected{
98         *width:auto;
99 }
100
101 .etabbed-list-container{
102         *height:1.9em;
103 }
104 .etabbed-list{
105         *height:1.8em;
106         *padding-top:.4em;
107 }
108
109
110
111 ul.folders {
112         list-style: disc url(../../images/folder.gif) outside;
113         font-family: Verdana, Helevetica, Arial, sans-serif;
114         margin-bottom: 5em;;
115         margin-top: 0px;
116         margin-right: 0px;
117 }
118
119 li.folders .disabled {
120         color: #B8AE9C;
121 }
122
123 .current_box{
124         width:30%; 
125         float:left;
126         margin-left:3em;
127
128 }
129
130 ul.current_list{
131       line-height:2em; 
132       list-style-type:none;
133       margin-left:0;
134 }
135
136 .outside_box{
137     /* For IE 8 */    
138     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999')";
139      /* For IE 5.5 - 7 */
140     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999');
141
142 }
143
144 #top-links-jump{
145         background-color:#eeeeee;
146         padding-right:.5em;
147 }
148 div#top-links {
149         white-space:nowrap;
150         width:40%;
151         float:right;
152         clear:right;
153         height:1.7em;
154         padding-right: 5px;
155         margin-right:20px;
156         margin-top:0em;
157 }
158 #course_title_container{
159         margin-top:-1em;
160
161 }
162 h1#section-title {
163         margin-top:.5em;
164         
165 }
166 div#guide_box{
167         *width:12%;
168
169 }
170 #shortcuts{
171         *width:12%;
172 }
173 #side-menu ul{
174         width:18em;
175         padding-left:1em;
176         padding-right:2em;
177 }
178 /* the * prefix targets IE7, dangerous hack but necessary */
179 /* to target IE6 use _ and to target IE8 and below use a trailing \9 before the style's closing semicolon */
180 .fl-force-right{
181         *margin-top:-1.2em;
182 }
183 #contentcolumn {
184         overflow:hidden;
185 }
186
187 .logoutbar{
188         margin-top:-.2em;       
189 }
190 textarea#body_text{
191         *width:600px;
192 }