RT 4.2.11, ticket#13852
[freeside.git] / rt / share / static / css / aileron / msie6.css
1 @import "../base/msie6.css";
2
3 div#body {
4     top: 0em;
5 }
6
7 .topaction .select-queue {
8     margin-top: 0;
9 }
10
11 .titlebox-title .widget {
12     top: -1.25em;
13     left: 0.5em;
14
15 }
16 .titlebox .titlebox-title .right{
17     position: absolute;
18     top: 1.5em;
19 }
20
21 .titlebox
22 {
23     height: auto !important;
24     height: 1.25em;
25 }
26
27
28 .transaction .messagebody img {
29     /* ie6 does not support max-width */
30     width: expression(this.width > 401 ? 400 : true);
31 }
32
33
34
35 .sf-sub-indicator {
36     background: url(../../../static/css/images/arrows-ffffff.gif) no-repeat -10px -100px;
37 }
38
39 #page-navigation ul {
40     width: auto;
41 }
42
43 .ticket-transaction div.metadata span.actions {
44     right: 1.2em;
45 }
46
47 div.titlebox,
48 #ticket-create-metadata,
49 #ticket-update-metadata,
50 #ticket-create-message,
51 #ticket-update-message {
52     position: relative;
53 }
54
55 #Ticket-Create-details {
56     float: left;
57     position: relative;
58 }
59
60 div.submit .extra-buttons {
61     float: none;
62 }