import rt 3.8.7
[freeside.git] / rt / share / html / NoAuth / css / web2 / layout.css
1 %# BEGIN BPS TAGGED BLOCK {{{
2 %# 
3 %# COPYRIGHT:
4 %# 
5 %# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC
6 %#                                          <jesse@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 /* body */
49
50 body {
51
52
53     padding:0;
54     margin:0;
55
56     background: #547CCC url(<%RT->Config->Get('WebPath')%>/NoAuth/css/web2/images/background-gradient.png) top left repeat-x ;
57     font-family: arial, helvetica, sans-serif;
58
59     color: #000000;
60 }
61
62 div#body {
63     position: relative;
64     padding: 1em;
65     padding-top: 1.8em;
66     -moz-border-radius: 0.5em;
67     -webkit-border-radius: 0.5em;
68     margin-left: 10.5em;
69     margin-top: 5.2em;
70     margin-right: 1em;
71     margin-bottom: 0em;
72     min-height: 10%;
73     background: #fff;
74     border-top: 2px solid #ccc;
75     border-left: 2px solid #ccc;
76     z-index:1;
77
78
79 }
80
81 #topactions {
82  position: absolute;
83  background: transparent;
84  top: 3.8em; 
85  right: 1em;
86  width: auto;
87  min-width: 42em;
88  font-size: 0.9em;
89  z-index: 99;
90 }
91
92 #topactions form * {
93     vertical-align: top;
94 }
95
96 #topactions button, #topactions select, #topactions input{
97  padding-top: 0em;
98  padding-bottom: 0em;
99  width: 8em;
100
101 }
102
103 #topactions form {
104  display: block;
105
106 }
107
108 #topactions #CreateTicketInQueue {
109  text-align: right; 
110
111 }
112 #topactions #simple-search {
113     float: right;
114 }
115
116 #topactions #simple-search .field{
117  margin-left: 1em;
118  color: #787;
119  }
120
121 #topactions #simple-search .field:focus {
122  color: #000;
123  }
124
125 #topactions #GotoTicket {
126  text-align: right; 
127
128 }
129
130 div#footer {
131  position: absolute;
132  right: 0;
133   text-align: right;
134  font-size: 0.9em;
135  margin-top: 2em;
136  background: #fff;
137  margin-bottom: 0;
138  padding-left: 3em;
139  padding-right: 1em;
140
141
142
143
144
145  border-top: 2px solid #aaa;
146  border-left: 2px solid #aaa;
147
148
149
150  -moz-border-radius-topleft: 0.5em;
151  -webkit-border-top-left-radius: 0.5em;
152  -moz-border-radius-bottomleft: 0.5em;
153  -webkit-border-bottom-left-radius: 0.5em;
154 }
155
156 div#footer #time {
157 display: none ;
158 }
159
160 div#footer #bpscredits {
161  text-align: right;
162  background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images//bplogo.gif) no-repeat top right;
163  padding-top: 4em;
164
165
166
167 /* logo stuff */
168
169 div#logo {
170 }
171
172
173 div#logo a {
174      display: none;
175     position: absolute;
176     left: 0;
177     bottom: 0;
178 }
179 div#logo a img {
180     border: 0;
181 }
182 div#logo .rtname {
183     position: absolute;
184     font-weight: bold;
185     top: 1em;
186     left: 1em;
187 }
188
189
190 div#quickbar, div#logo {
191     font-size: 0.9em;
192 }
193 div#quickbar a, div#logo a { 
194     color: #000;
195 }
196
197
198 div#quickbar {
199  background: #eaeaea;
200  padding-top: 1em;
201  padding-left: 1em;
202  padding-bottom: 0.5em;
203  height: 1em;
204  border-bottom: 1px solid #ccc;
205
206 }
207 div#quick-personal {
208     float: right;
209     margin-right: 1em;
210 }
211
212
213 div#header h1 {
214  position: absolute;
215  left: 7.25em;
216  right: 20em;
217  overflow: hidden;
218  height: 1em;
219  font-size: 1.4em;
220  margin-top: 0.4em;
221  padding: 0.25em;
222  color: #fff;
223 }
224
225 /* in multi-column layouts, make sure we have an internal gutter */
226
227 tr .boxcontainer {
228       padding-right: 1em;
229 }
230
231 tr .boxcontainer:last-child {
232       padding-right: 0;
233 }
234