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