summaryrefslogtreecommitdiff
path: root/rt/share/static/css/base/msie6.css
blob: 4b208b8e3d89f15c4082b0cc98d97609d9a20449 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
table.ticket-summary {
    table-layout: fixed;
}

.ticket-transaction div.metadata {
    height: 1px;
}

div.downloadattachment {
    position: relative;
}

div.messagebody {
    height: 3em;
}

span.message-stanza-folder {
    display: inline !important;
}