import rt 3.8.10
[freeside.git] / rt / html / NoAuth / css / 3.5-default / forms.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 form input.button {
49     border: 3px double #069;
50     border-top-color: #08c;
51     border-left-color: #08c;
52     padding: 0.25em;
53     background: white;
54     font-weight: bold;
55     font-size: 1em;
56     margin: 0.5em 0.5em 0 0.5em;
57 }
58
59 form input.button:active {
60     border: 3px double #08c;
61     border-top-color: #069;
62     border-left-color: #069;
63 }
64
65 form select {
66     border: 1px solid #069;
67     padding: 1px;
68 }
69
70 form input.field, form input, form textarea {
71     border: 1px solid #069;
72     padding: 3px;
73 }
74
75 form input.checkbox, form input.radio {
76     border: none;
77     padding: 0;
78 }
79
80 /* form .entry input, form .value input */
81
82 .label, form label, .labeltop {
83     font-weight: bold;
84 }
85
86 .labeltop {
87     vertical-align: top;
88 }
89
90 .submit {
91     font-weight: bold;
92     color: #a00;
93     font-size: 1.1em;
94     padding: 0.3em 1.5em 0 1.5em;
95     border-top: 1px solid #930;
96     margin: 1.5em 0 2.5em 0;
97 }
98
99 .submit .buttons { float: right; }
100 .submit .extra-buttons { float: left; }
101 .submit .button { font-size: 0.9em; }
102 .submit .submit-clear { display: none; }
103
104 .input-row {
105     clear: both;
106     padding: 0.25em;
107 }
108
109 %# ComboBox styles... some properties like height and width must be dynamically
110 %# set in the JS (at least for now).
111 .combobox {
112     border: 1px solid #069;
113     padding: 4px;
114 }
115
116 .combobox .combo-button {
117     padding: 0 2px 0 2px;
118     margin: 0;
119     background: ButtonFace;
120     color: ButtonText;
121     border: 2px outset ButtonHighlight;
122     cursor: default;
123     font-size: 8pt;
124 }
125
126 .combobox .combo-text {
127     border: none;
128     margin: 0;
129     padding: 1px;
130 }
131
132 .combobox .combo-list {
133     border: 1px outset;
134     z-index: 200;
135 }
136