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