SVN tag for release should only contain scripts in "docs" folder without "mods",...
[atutor.git] / themes / fluid / ie_styles.css
1 /* IE specific styles */
2
3 ul#topnavlist {
4         zoom:100%;
5         margin:0px;
6 }
7
8 ul#topnavlist li {
9         zoom:100%;
10         padding:0.3em;
11         padding-bottom:0.3em;
12         margin:0px;
13         margin-bottom:-3px;
14 }
15
16 label {
17         zoom:100%;
18         margin:0px;
19 }
20
21 table.data tfoot input {
22         min-width:0px;
23 }
24
25 #topnavlistcontainer {
26         margin-bottom:-1px;
27 }
28
29 div#breadcrumbs {
30     /* The path bar, including breadcrumbs and add to favorites */
31     background-color:#efefef;
32         *margin-left: 2em;
33         *margin-top:-1.6em;
34         *height:1.2em;
35 }
36 .side-menu {
37         background-color:#efefef;
38         padding:0px 5px 0px 5px;
39 }
40 #header{
41         background-color: #e1ecfe;
42         width:100%;
43 }
44
45 div#top-links {
46         position: relative;
47         padding-right: 5px;
48         line-height: 170%;
49         margin-top: 3px;
50         *margin-bottom:-2em;
51 }
52 .etabbed-list{
53         *padding-top:.3em;
54
55 }
56
57 div#topnavlistcontainer {
58     background-color: #e1ecfe;
59 }
60 .outside_box{
61         height:8.8em;
62 }
63 ul.current_list{
64         float:right;
65         width:99%;
66 }
67 div#guide_box{
68         *width:10em;
69
70 }
71 ul#subnavlist li {
72         *display:inline;
73         *margin-left:.5em;
74         
75 }
76 .fl-force-right{
77         *margin-top:-1.2em;
78         *margin-right:.2em;
79 }
80 table.etabbed-table     {
81         *table-layout:fixed;
82         *margin-left:55px;
83
84 }
85 .etabbed-list{
86         *padding-top:.5em;
87 }
88 .tab-spacer{
89         *width:10px;
90 }
91
92 .editor_tab{
93         height:1.5em\9;
94 }
95 fieldset.group_form{
96         *margin-left:1em;
97 }
98 textarea#body_text{
99         *width:600px;
100 }