import rt 3.8.7
[freeside.git] / rt / share / 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 .label-comment {
87     font-weight: normal;
88     font-size: 0.9em;
89 }
90
91 .labeltop {
92     vertical-align: top;
93 }
94
95 .submit {
96     font-weight: bold;
97     color: #a00;
98     font-size: 1.1em;
99     padding: 0.3em 1.5em 0 1.5em;
100     border-top: 1px solid #930;
101     margin: 1.5em 0 2.5em 0;
102 }
103
104 .submit .buttons { float: right; }
105 .submit .extra-buttons { float: left; }
106 .submit .button { font-size: 0.9em; }
107 .submit .submit-clear { display: none; }
108
109 .input-row {
110     clear: both;
111     padding: 0.25em;
112 }
113
114 %# ComboBox styles... some properties like height and width must be dynamically
115 %# set in the JS (at least for now).
116 .combobox {
117     position: relative;
118     z-index: 100;
119 }
120
121 .combobox .combo-button {
122     margin: 0;
123     margin-top: -0.2em;
124     margin-left: -0.3em;
125     background: ButtonFace;
126     color: ButtonText;
127     border: 2px outset ButtonHighlight;
128     cursor: default;
129     font-size: 1em;
130     z-index: 200;
131 }
132
133 .combobox .combo-text {
134     margin: 0;
135     padding: 1px;
136     z-index: 110;
137 }
138
139 .combobox .combo-list {
140     border: 1px outset;
141     
142 }
143
144 .cfinvalidfield {
145     font-style: italic;
146     color: red;
147 }
148