PluginProbe
Smart Forms – when you need more than just a contact form / 0.5.5
Smart Forms – when you need more than just a contact form v0.5.5
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.5.5, at css/formBuilder/custom.css

245 lines 6.8 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 .redNaoTextArea{
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 .rednaoFormContainer .redNaoDonationButton{
179 margin-left:0px !important;
180 width:auto !important;
181 height:auto !important;
182 }
183
184 .formelements{
185 margin:5px !important;
186 }
187
188 .rednao_label_container{
189 text-align: right !important;
190 display: inline-block !important;
191 vertical-align: top !important;
192 }
193
194 .redNaoCompactForm .rednao_label_container{
195 text-align: left !important;
196 display: block !important;
197 margin-bottom: 5px;
198 }
199
200 .redNaoCompactForm.rednaoFormContainer .redNaoTextArea{
201 width:100% !important;
202 }
203
204 .redNaoCompactForm .rednao_label_container,.redNaoCompactForm .redNaoControls
205 {
206 width:100% !important;
207 }
208
209 .rednaoFormContainer .redNaoInputText.redNaoInvalid{
210 border: 1px solid red !important;
211
212
213 }
214
215 .rednaoFormContainer .redNaoInputText.redNaoDisabledElement{
216 background-color: #f5f5f5 !important;
217 }
218
219 .rednaoFormContainer .redNaoInputText.redNaoInputFirstName,.rednaoFormContainer .redNaoInputText.redNaoInputLastName{
220 width:140px !important;
221 }
222
223 .rednaoFormContainer .redNaoFirstNameDiv,.rednaoFormContainer .redNaoLastNameDiv{
224 display: inline-block !important;
225 }
226
227 .rednaoFormContainer .redNaoFirstNameDiv
228 {
229 margin-right:5px !important;
230 }
231
232 .rednaoFormContainer .redNaoFirstNameDiv label,.rednaoFormContainer .redNaoLastNameDiv label{
233 display: block !important;
234 }
235
236 .redNaoHelper{
237 font-size: 10px !important;;
238 color: #909090 !important;;
239 line-height: 10px !important;;
240 margin-left: 1px !important;;
241 }
242
243 .redNaoOneColumn{
244 width:100% !important;
245 }