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