File: msie6.css

package info (click to toggle)
request-tracker4 4.4.7%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 62,888 kB
  • sloc: javascript: 130,444; perl: 65,442; sh: 1,350; makefile: 480; python: 37; php: 30
file content (54 lines) | stat: -rw-r--r-- 949 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
@import "../base/msie6.css";

.topaction .select-queue {
    margin-top: 0;
}

div#page-navigation {
    width: 100%;
}

.titlebox-title .widget {
    top: -1em;
    left: 0.5em;

}
.titlebox .titlebox-title .right{
    position: absolute;
    top: 0.25em;
    right: 1em;
}

/* nested things. like the ticket dates tab */
.titlebox .titlebox .titlebox-title .right{
    right: 1.3em;
}

#login-box .titlebox .titlebox-title .right {
    margin-top: -0.1em;
    right: 0em;
}

.titlebox
{
    height: auto !important;
    height: 1.25em;
}


.transaction .messagebody img {
    /* ie6 does not support max-width */
    width: expression(this.width > 401 ? 400 : true);
}

#prefs-menu .sf-sub-indicator {
    background-image: url(../../../static/css/images/arrows-grey.gif);
}

#app-nav .sf-sub-indicator {
    background-image: url(../../../static/css/images/arrows-grey.gif);
}

.ticket-transaction div.metadata span.actions {
    right: 1.1em;
}