]> git.uio.no Git - usit-rt.git/blob - share/html/NoAuth/css/aileron/msie.css
Initial commit 4.0.5-3
[usit-rt.git] / share / html / NoAuth / css / aileron / msie.css
1 %# BEGIN BPS TAGGED BLOCK {{{
2 %#
3 %# COPYRIGHT:
4 %#
5 %# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
6 %#                                          <sales@bestpractical.com>
7 %#
8 %# (Except where explicitly superseded by other copyright notices)
9 %#
10 %#
11 %# LICENSE:
12 %#
13 %# This work is made available to you under the terms of Version 2 of
14 %# the GNU General Public License. A copy of that license should have
15 %# been provided with this software, but in any event can be snarfed
16 %# from www.gnu.org.
17 %#
18 %# This work is distributed in the hope that it will be useful, but
19 %# WITHOUT ANY WARRANTY; without even the implied warranty of
20 %# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
21 %# General Public License for more details.
22 %#
23 %# You should have received a copy of the GNU General Public License
24 %# along with this program; if not, write to the Free Software
25 %# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
26 %# 02110-1301 or visit their web page on the internet at
27 %# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
28 %#
29 %#
30 %# CONTRIBUTION SUBMISSION POLICY:
31 %#
32 %# (The following paragraph is not intended to limit the rights granted
33 %# to you to modify and distribute this software under the terms of
34 %# the GNU General Public License and is only of importance to you if
35 %# you choose to contribute your changes and enhancements to the
36 %# community by submitting them to Best Practical Solutions, LLC.)
37 %#
38 %# By intentionally submitting any modifications, corrections or
39 %# derivatives to this work, or any other work intended for use with
40 %# Request Tracker, to Best Practical Solutions, LLC, you confirm that
41 %# you are the copyright holder for those contributions and you grant
42 %# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
43 %# royalty-free, perpetual, license to use, copy, create derivative
44 %# works based on those contributions, and sublicense and distribute
45 %# those contributions and any derivatives thereof.
46 %#
47 %# END BPS TAGGED BLOCK }}}
48 div#body {
49     top: 3em;
50 }
51
52 div#logo .rtname {
53     float: none;
54     right: 12em;
55     position: absolute;
56 }
57
58 div#footer {
59     margin-top: 5em;
60 }
61
62
63
64 .topaction form * {
65     vertical-align: top;
66 }
67
68 .topaction form button, .topaction form input {
69    height: 2em;
70 }
71
72 .topaction form input.field {
73    height: 1.6em;
74 }
75
76 .topaction .select-queue {
77     margin-top: 0.2em;
78 }
79
80 #pick-criteria td.label select {
81     width: 10em;
82 }
83
84
85 #editquery {
86   margin-top: 0.2em;
87   width: 39%;
88   left: 60%;
89 }
90
91 div#nav li.first {
92     margin-top: 0.75em;
93     border-top: none;
94 }
95 div#nav ul ul li.first {
96     border-top: 1px solid #cccccc;
97     margin-top: 0.25em;
98 }
99
100 div#nav li.last {
101     border-bottom: none;
102     padding-bottom: 0;
103     margin-bottom: 0;
104 }
105
106
107 .ticket-transaction .type a { font-weight: normal; text-decoration: none; color: #fff; }
108
109
110
111 /* IE's box model is wrong */
112 .titlebox .titlebox-title .widget a {
113     padding-top: 0;
114     height: 7px;
115     top: 0.75em;
116 }
117
118
119
120 .titlebox .titlebox-title .right {
121     display: block;
122     margin-top: 0.4em;
123     padding-right: 0.3em;
124
125 }
126
127
128 .titlebox .titlebox-content {
129     padding-top: 2.2em;
130 }
131
132
133 .titlebox table.collection-as-table, .titlebox table.queue-summary {
134     width: 95%;
135     padding: 0.5em;
136     margin-left: auto;
137     margin-right: auto;
138 }
139
140 th.collection-as-table {
141     padding: 0.25em;
142 }
143
144 table.queue-summary td, td.collection-as-table {
145     padding: 0.25em;
146 }
147
148 .titlebox-title {
149     position: relative;
150 }
151
152 /* nested things. like the ticket dates tab */
153 .titlebox .titlebox .titlebox-title .right{
154     top: 0.25em;
155 }
156
157 .combobox {
158     float: left;
159 }
160
161 .combobox .combo-button {
162     color: ButtonText;
163     padding: 0;
164 }
165
166 .combobox .combo-list {
167     margin-top:0.5em;
168     margin-left: -0.2em;
169 }
170
171 #pick-criteria td.label {
172      width: auto;
173 }
174
175 #pick-criteria td.operator {
176   width: 7.5em;
177 }
178
179 .plain-text-white-space {
180   word-wrap: break-word;       /* Internet Explorer 5.5+ */
181   white-space: pre;   /* IE only hack to re-specify in addition to
182   word-wrap  */
183 }
184
185 #rt-portal .titlebox-content {
186     height: 23em;
187 }
188