RT 4.2.11, ticket#13852
[freeside.git] / rt / share / static / css / aileron / msie.css
1 div#body {
2     top: 3em;
3 }
4
5 div#logo .rtname {
6     float: none;
7     right: 12em;
8     position: absolute;
9 }
10
11 div#footer {
12     margin-top: 5em;
13 }
14
15
16
17 .topaction form * {
18     vertical-align: top;
19 }
20
21 .topaction form button, .topaction form input {
22    height: 2em;
23 }
24
25 .topaction form input.field {
26    height: 1.6em;
27 }
28
29 .topaction .select-queue {
30     margin-top: 0.2em;
31 }
32
33 #pick-criteria td.label select {
34     width: 10em;
35 }
36
37
38 #editquery {
39   margin-top: 0.2em;
40   width: 39%;
41   left: 60%;
42 }
43
44 div#nav li.first {
45     margin-top: 0.75em;
46     border-top: none;
47 }
48 div#nav ul ul li.first {
49     border-top: 1px solid #cccccc;
50     margin-top: 0.25em;
51 }
52
53 div#nav li.last {
54     border-bottom: none;
55     padding-bottom: 0;
56     margin-bottom: 0;
57 }
58
59
60 .transaction .type a { font-weight: normal; text-decoration: none; color: #fff; }
61
62
63
64 /* IE's box model is wrong */
65 .titlebox .titlebox-title .widget a {
66     padding-top: 0;
67     height: 7px;
68     top: 0.75em;
69 }
70
71
72
73 .titlebox .titlebox-title .right {
74     display: block;
75     margin-top: 0.4em;
76     padding-right: 0.3em;
77
78 }
79
80
81 .titlebox .titlebox-content {
82     padding-top: 2.2em;
83 }
84
85
86 .titlebox table.collection-as-table, .titlebox table.queue-summary {
87     width: 95%;
88     padding: 0.5em;
89     margin-left: auto;
90     margin-right: auto;
91 }
92
93 .titlebox-title {
94     position: relative;
95 }
96
97 /* nested things. like the ticket dates tab */
98 .titlebox .titlebox .titlebox-title .right{
99     top: 0.25em;
100 }
101
102 .combobox {
103     float: left;
104 }
105
106 .combobox .combo-button {
107     color: ButtonText;
108     padding: 0;
109 }
110
111 .combobox .combo-list {
112     margin-top:0.5em;
113     margin-left: -0.2em;
114 }
115
116 #pick-criteria td.label {
117      width: auto;
118 }
119
120 #pick-criteria td.operator {
121   width: 7.5em;
122 }
123
124 .plain-text-white-space {
125   word-wrap: break-word;       /* Internet Explorer 5.5+ */
126   white-space: pre;   /* IE only hack to re-specify in addition to
127   word-wrap  */
128 }
129
130 #rt-portal .titlebox-content {
131     height: 23em;
132 }
133