RT 4.2.11, ticket#13852
[freeside.git] / rt / share / static / css / ballard / msie6.css
1 @import "../base/msie6.css";
2
3 .topaction .select-queue {
4     margin-top: 0;
5 }
6
7 div#page-navigation ul#page-menu {
8     margin-top: -3.2em;
9 }
10
11 .titlebox-title .widget {
12     top: -1em;
13     left: 0.5em;
14
15 }
16 .titlebox .titlebox-title .right{
17     position: absolute;
18     top: 0.25em;
19     right: 1em;
20 }
21
22 /* nested things. like the ticket dates tab */
23 .titlebox .titlebox .titlebox-title .right{
24     right: 1.3em;
25 }
26
27 #login-box .titlebox .titlebox-title .right {
28     margin-top: -0.1em;
29     right: 0em;
30 }
31
32 .titlebox
33 {
34     height: auto !important;
35     height: 1.25em;
36 }
37
38
39 .transaction .messagebody img {
40     /* ie6 does not support max-width */
41     width: expression(this.width > 401 ? 400 : true);
42 }
43
44 #page-navigation {
45     width: 100%;
46 }
47
48 .ticket-transaction div.metadata span.actions {
49     right: 1.1em;
50 }