PluginProbe
Smart Forms – when you need more than just a contact form / 0.8
Smart Forms – when you need more than just a contact form v0.8
trunk 0.5 0.5.5 0.6 0.7 0.8 0.8.5 0.9.1
smart-forms / css / formBuilder / custom.css

custom.css in Smart Forms – when you need more than just a contact form 0.8, at css/formBuilder/custom.css

271 lines 7.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2
3
4
5 .rednaoFormContainer{
6 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
7 font-size: 14px !important;
8 line-height: 20px !important;
9 }
10
11
12 .rednaoFormContainer .rednao_control_label{
13
14 width: 160px !important;
15 padding-top: 5px !important;
16 text-align: right !important;
17 display: inline !important;
18 margin-bottom: 5px !important;
19 }
20
21 .rednaoFormContainer .redNaoControls{
22 text-align:left !important;
23 display: inline-block !important;
24 margin-left: 5px !important;
25 }
26
27 .rednaoFormContainer .redNaoHelp{
28 margin:0px !important;
29 padding:0px !important;
30 text-align:left !important;
31 }
32
33 .rednaoFormContainer .redNaoLegend{
34 margin:0px !important;
35 padding:0px !important;
36 text-align:left !important;
37 font-size:21px !important;
38 line-height:40px !important;
39 color:#333 !important;
40 border:0 !important;
41 border-bottom: 1px solid #e5e5e5 !important;
42 width:100% !important;
43 }
44
45 .rednaoFormContainer .redNaoInputText{
46
47 height:20px !important;
48 width:200px !important;
49 margin:0 !important;
50 vertical-align:middle !important;
51 background-color: #fff !important;
52 border: 1px solid #ccc !important;
53 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
54 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
55 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
56 -webkit-transition: border linear .2s, box-shadow linear .2s !important;
57 -moz-transition: border linear .2s, box-shadow linear .2s !important;
58 -o-transition: border linear .2s, box-shadow linear .2s !important;
59 transition: border linear .2s, box-shadow linear .2s !important;
60 padding: 4px 6px !important;line-height: 20px !important;
61 -webkit-border-radius: 4px !important;
62 -moz-border-radius: 4px !important;
63 border-radius: 4px !important;
64 box-sizing:content-box !important;
65 -moz-box-sizing:content-box !important; /* Firefox */
66 }
67
68 .rednaoFormContainer .redNaoPrepend{
69
70 margin-right: -5px !important;
71 vertical-align: top !important;
72 display: inline-block !important;
73 width: auto !important;
74 height: 20px !important;
75 min-width: 16px !important;
76 padding: 4px 5px !important;
77 font-size: 14px !important;
78 font-weight: normal !important;
79 line-height: 20px !important;
80 text-align: center !important;
81 text-shadow: 0 1px 0 #fff !important;
82 background-color: #eee !important;border: 1px solid #ccc !important;
83 -webkit-border-radius: 4px 0 0 4px !important;
84 -moz-border-radius: 4px 0 0 4px !important;
85 border-radius: 4px 0 0 4px !important;
86 }
87
88 .redNaoPrepend, .redNaoAppend{
89 box-sizing:content-box !important;
90 -moz-box-sizing:content-box !important; /* Firefox */
91
92 }
93
94 .rednaoFormContainer .redNaoAppend{
95 -webkit-border-radius: 0 4px 4px 0 !important;
96 -moz-border-radius: 0 4px 4px 0 !important;
97 border-radius: 0 4px 4px 0 !important;
98 margin-left: -6px !important;
99 vertical-align: top !important;
100 display: inline-block !important;
101 width: auto !important;
102 height: 20px !important;
103 min-width: 16px !important;
104 padding: 4px 5px !important;
105 font-size: 14px !important;
106 font-weight: normal !important;
107 line-height: 20px !important;
108 text-align: center !important;
109 text-shadow: 0 1px 0 #fff !important;
110 background-color: #eee !important;
111 border: 1px solid #ccc !important;
112 }
113
114 .rednaoFormContainer .redNaoRealCheckBox{
115 vertical-align:baseline !important;
116 }
117
118 .rednaoFormContainer .redNaoTextAreaInput{
119 width:300px !important;
120 height:50px !important;
121 background-color: #fff !important;
122 border: 1px solid #ccc !important;
123 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
124 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
125 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
126 -webkit-transition: border linear .2s, box-shadow linear .2s !important;
127 -moz-transition: border linear .2s, box-shadow linear .2s !important;
128 -o-transition: border linear .2s, box-shadow linear .2s !important;
129 transition: border linear .2s, box-shadow linear .2s !important;
130 padding: 4px 6px !important;
131 }
132
133 .rednaoFormContainer .redNaoInputRadio{
134 margin-right: 5px !important;
135 width:auto !important;
136 margin-top:-1px !important;
137
138
139 }
140
141 .rednaoFormContainer .redNaoRadio{
142 padding-right:20px !important;
143 margin:4px 5px 0 10px !important;
144 display: block !important;
145 }
146
147 .rednaoFormContainer .redNaoInputCheckBox{
148 float: left !important;
149 margin-top: 4px !important;
150 margin-right: 5px !important;
151 width:auto !important;
152 }
153
154 .rednaoFormContainer .redNaoCheckBox{
155 padding-top:3px !important;
156 margin:4px 5px 0 10px !important;
157 display: block !important;
158 line-height: 18px
159 }
160
161 .rednaoFormContainer form{
162 text-align: center !important;
163 display: inline-block !important;
164 }
165
166 .rednaoFormContainer{
167 text-align: center !important;
168 }
169
170 .rednaoFormContainer .redNaoSelect{
171 width:auto !important;
172 border: 1px solid #ccc !important;
173 height:30px !important;
174 line-height:30px !important;
175 padding:4px 6px !important;
176 }
177
178 .redNaoClearDiv{
179 clear: both;
180 }
181
182 .rednaoFormContainer .redNaoDonationButton{
183 margin-left:0px !important;
184 width:auto !important;
185 height:auto !important;
186 }
187
188 .formelements{
189 margin:5px !important;
190 }
191
192 .rednao_label_container{
193 text-align: right !important;
194 display: inline-block !important;
195 vertical-align: top !important;
196 }
197
198 .redNaoCompactForm .rednao_label_container{
199 text-align: left !important;
200 display: block !important;
201 margin-bottom: 5px;
202 }
203
204 .redNaoCompactForm.rednaoFormContainer .redNaoTextArea{
205 width:100% !important;
206 }
207
208 .redNaoCompactForm .rednao_label_container,.redNaoCompactForm .redNaoControls
209 {
210 width:100% !important;
211 }
212
213 .rednaoFormContainer .redNaoInputText.redNaoInvalid{
214 border: 1px solid red !important;
215
216
217 }
218
219 .rednaoFormContainer .redNaoInputText.redNaoDisabledElement{
220 background-color: #f5f5f5 !important;
221 }
222
223 .rednaoFormContainer .redNaoInputText.redNaoTwoColumns,.rednaoFormContainer .redNaoSelect.redNaoTwoColumns{
224 width:140px !important;
225 }
226
227 .rednaoFormContainer .redNaoInputText.redNaoTwoColumns.redNaoInputArea{
228 width:60px !important;
229 }
230
231 .rednaoFormContainer .redNaoTwoColumnsDiv:first-child
232 {
233 margin-right:5px !important;
234 }
235
236 .rednaoFormContainer .redNaoCityDiv,.rednaoFormContainer .redNaoZipDiv
237 {
238 margin-right:5px !important;
239 }
240
241 .redNaoHelper{
242 font-size: 10px !important;
243 color: #909090 !important;
244 line-height: 10px !important;
245 margin-left: 1px !important;
246 display: block !important;
247 }
248
249
250 .rednaoFormContainer .redNaoInputText.redNaoOneColumn{
251 width:300px !important;
252 }
253
254 .redNaoStreetAddress1Div,.redNaoStreetAddress2Div,.redNaoCityDiv,.redNaoStateDiv
255 {
256 margin-bottom: 10px !important;
257 }
258
259
260 .rednaoFormContainer .redNaoTwoColumnsDiv{
261 display: inline-block !important;
262 }
263
264 .rednaoFormContainer .redNaoInputText.redNaoNumber{
265 width:80px !important;
266 text-align: right;
267 }
268
269 .redNaoWait,input.redNaoWait[type="submit"]{
270 cursor: wait;
271 }