RT 4.2.11, ticket#13852
[freeside.git] / rt / share / static / css / web2 / msie.css
1 div#body {
2     left: 0.25em;
3     height: 100%;
4     top: 6em;
5 }
6
7 #main-navigation {
8     padding-bottom: 1em;
9 }
10
11 #footer {
12     padding: 1em;
13 }
14
15
16 div#header h1 {
17  position: absolute;
18  left: 7.25em;
19  overflow: hidden;
20  height: 1em;
21  font-size: 1.4em;
22  margin-top: 0.4em;
23  right: 23.5em;
24  padding: 0.25em;
25 }
26
27
28 #topactions {
29     top: 3.5em;
30     width: auto;
31 }
32
33 .topaction form * { 
34     vertical-align: top;
35 }
36
37 .topaction form button, .topaction form input { 
38    height: 2em; 
39 }
40
41 .topaction form input.field {
42    height: 1.6em; 
43 }
44
45 .topaction .select-queue {
46     margin-top: 0.2em;
47 }
48
49 div#page-navigation {
50     position: absolute;
51     top: 6.2em;
52     height: 1.8em;
53     background: #fff;
54     border-top: 2px solid #ccc;
55 }
56
57
58
59 div#page-navigation ul#page-menu {
60     background: none;
61     border: none;
62 }
63
64
65 div#quickbar { height: 1.2em;
66
67
68 }
69
70 #pick-criteria td.label select {
71     width: 10em;    
72 }
73
74
75 #editquery {
76   margin-top: 0.2em;
77   width: 39%;
78   left: 60%;
79 }
80
81 div#nav li.first {
82     margin-top: 0.75em;
83     border-top: none;
84 }
85 div#nav ul ul li.first {
86     border-top: 1px solid #cccccc;
87     margin-top: 0.25em;
88 }
89
90 div#nav li.last {
91     border-bottom: none;
92     padding-bottom: 0;
93     margin-bottom: 0;
94 }
95
96
97 .transaction .type a { font-weight: normal; text-decoration: none; color: #fff; }
98
99
100 .titlebox {
101  border-top: none;
102  border-left: none;
103 }
104
105 .titlebox .titlebox-title .left {
106     padding: 0.25em;
107     padding-left: 0.5em;
108 }
109
110 .titlebox {
111 }
112
113 .titlebox .titlebox-title .right {
114     border-right: 2px solid #aaa;
115     display: block;
116     margin-top: 0.1em;
117     right: -0.2em;
118
119 }
120
121
122 .titlebox .titlebox-content {
123     padding-top: 2.2em;
124 }
125
126
127 .titlebox table.collection-as-table, .titlebox table.queue-summary {
128     width: 95%;
129     padding: 0.5em;
130     margin-left: auto;
131     margin-right: auto;
132 }
133
134  .titlebox-title {
135     position: relative;
136 }
137
138 .titlebox-title .widget {
139     position: absolute;
140     top: -0.25em;
141     left: -0.25em;
142
143 }
144 .titlebox-title .left {
145     position: absolute;
146     top: -0.75em;
147     left: 0.5em;
148 }
149
150 /* nested things. like the ticket dates tab */
151 .titlebox .titlebox .titlebox-title .right{
152     top: 0.25em;
153 }
154
155 .combobox {
156     float: left;
157 }
158
159 .combobox .combo-button {
160     color: ButtonText;
161     padding: 0;
162 }
163
164 .combobox .combo-list {
165     margin-top:0.5em;
166     margin-left: -0.2em;
167 }
168
169 #pick-criteria td.label {
170      width: auto;
171 }
172
173 #pick-criteria td.operator {
174   width: 7.5em;
175 }
176
177 .plain-text-white-space {
178   word-wrap: break-word;       /* Internet Explorer 5.5+ */
179   white-space: pre;   /* IE only hack to re-specify in addition to
180   word-wrap  */
181 }
182
183 div#logo .rtname {
184     float: right;
185     padding-right: 1em;
186 }
187
188 #page-action-menu {
189     top: 9.5em;
190 }
191
192 #rt-portal .titlebox-content {
193     height: 23em;
194 }
195