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