fix css names for single corner border-radius, for firefox 13
[freeside.git] / rt / share / html / NoAuth / css / freeside2.1 / boxes.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 .titlebox { 
49  border-left: 1px solid #ccc;
50  border-top: 1px solid #ccc;
51  background-color: #efefef;
52  padding-top: 1em;
53  margin-top: 1em;
54  margin-left: 1em;
55  -moz-border-radius: 0.5em;
56  -webkit-border-radius: 0.5em;
57  border-radius: 0.5em;
58  margin-bottom: 2em;
59  border-bottom: 2px solid #aaa;
60  border-right: 2px solid #aaa;
61  padding-right: 1em;
62 }
63
64 * html .titlebox {
65  border-top: none;
66  border-left: none;
67 }
68
69 .titlebox .titlebox { 
70
71  background-color: #ffffff;
72  margin-top: 1em;
73  -moz-border-radius: 0.5em;
74  -webkit-border-radius: 0.5em;
75  border-radius: 0.5em;
76  margin-right: 0.25em;
77  
78 }
79
80
81 .titlebox {
82  margin-left: 0em;
83  margin-right: 0em;
84  min-height: 1.25em;
85
86 }
87
88
89
90 .titlebox .titlebox-title {
91  position: relative;
92  margin-top: -1.5em;
93  padding-bottom: 0.25em;
94  padding-left: 1em;
95  margin-right: -1em;
96
97 }
98
99 .titlebox .titlebox-title a {
100  text-decoration: none;
101  color: black;
102
103 }
104
105 .titlebox .titlebox-title a:hover {
106  text-decoration: underline;
107
108 }
109
110 .titlebox .titlebox-title a:visited {
111     color: #fff;
112 }
113
114 .titlebox .titlebox-title .left {
115     font-weight: bold;
116     background: #ccc;
117     margin-left: 0.75em;
118     padding:0.5em;
119     padding-left: 0.75em;
120     padding-right: 0.75em;
121     -moz-border-radius: 0.5em;
122     -webkit-border-radius: 0.5em;
123     border-radius: 0.5em;
124     border-bottom: 2px solid #aaa;
125     border-right: 2px solid #aaa;
126
127
128 }
129
130 .titlebox .titlebox-title .right-empty {
131  display:none;
132 }
133
134 .titlebox .titlebox-title .right {
135   position: absolute;
136    right: 0;
137    top: 0.5em;
138   font-size: 0.9em;
139   background: #dedede;
140   border-left: 1px solid #ccc;
141  border-bottom: 1px solid #ccc;
142  padding-right: 0.4em;
143  padding-left: 0.4em;
144  padding-bottom: 0.2em;
145  padding-top: 0.5em;
146  -moz-border-radius-bottomleft: 0.25em;
147  -webkit-border-bottom-left-radius: 0.25em;
148  border-bottom-left-radius: 0.25em;
149  
150  
151  -moz-border-radius-topright: 0.25em;
152  -webkit-border-top-right-radius: 0.25em;
153  border-top-right-radius: 0.25em;
154
155 }
156
157 .titlebox .titlebox-title .right a {
158  color: #000;
159 }
160
161 .titlebox .titlebox-content {
162  padding-top: 0.5em;
163  padding-left: 1em;
164  padding-bottom: 1em;
165
166 }
167
168 .titlebox .titlebox-title .widget a {
169   display: block;
170   margin: 0;
171   margin-top: 0.5em;
172   width: 20px;
173
174   background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rollup-arrow.gif) no-repeat center center;
175
176   position: absolute;
177   top: -1em;
178   left: 0.15em;
179   float: left;
180
181   padding: 11px 0 0 0;
182   overflow: hidden;
183 }
184
185 * html .titlebox .titlebox-title .widget a {
186     background-position: center 0.3em;
187     top: 0em;
188     left: -1.5em; 
189 }
190
191 .titlebox.rolled-up .titlebox-title .widget a {
192     background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rolldown-arrow.gif);
193 }
194
195 .titlebox hr.clear {
196     display: none;
197 }