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

bootstrap.min.css in Smart Forms – when you need more than just a contact form trunk, at css/formBuilder/bootstrap.min.css

522 lines 11.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .rednaoformbuilder .nav-tabs, .rednaoformbuilder .nav-pills {
2 *zoom: 1
3 }
4
5 .rednaoformbuilder .nav-tabs:before, .rednaoformbuilder .nav-pills:before, .rednaoformbuilder .nav-tabs:after, .rednaoformbuilder .nav-pills:after {
6 display: table;
7 line-height: 0;
8 content: ""
9 }
10
11 .rednaoformbuilder .nav-tabs:after, .rednaoformbuilder .nav-pills:after {
12 clear: both
13 }
14
15 .rednaoformbuilder .nav-tabs>li, .rednaoformbuilder .nav-pills>li {
16 float: left
17 }
18
19
20 .rednaoformbuilder .nav-tabs>li>a, .rednaoformbuilder .nav-pills>li>a {
21 padding-right: 12px;
22 padding-left: 12px;
23 margin-right: 2px;
24 line-height: 14px
25 }
26
27
28 #formBuilderContainer, .formBuilderSettings{
29 margin:0;
30 padding:0;
31 background-color: white;
32
33 -webkit-border-top-right-radius: 10px;
34 -webkit-border-bottom-right-radius: 10px;
35 -webkit-border-bottom-left-radius: 10px;
36 -moz-border-radius-topright: 10px;
37 -moz-border-radius-bottomright: 10px;
38 -moz-border-radius-bottomleft: 10px;
39 border-top-right-radius: 10px;
40 border-bottom-right-radius: 10px;
41 border-bottom-left-radius: 10px;
42
43 border-color: #ccc;
44 border-style: solid;
45 border-width: 1px;
46 background-color: #ffffff;
47 }
48
49 #formBuilderButtonSet label{
50 margin:0 0 1px 0;
51 padding: 0;
52 }
53
54 #formPropertiesContainer,#formBuilderComponents,#formConditionalLogicContainer{
55 min-height: 400px;
56 min-width: 511px;
57 }
58
59
60
61 .redNaoFormContainerHeading {
62 font-size: 31.5px;
63 line-height:40px;
64 margin-left:10px;
65 }
66
67 .rednaoformbuilder .nav-tabs {
68 border-bottom: 1px solid #ddd;
69 margin-top:20px;f
70 }
71
72 .rednaoformbuilder .nav {
73 margin-bottom: 20px;
74 margin-left: 0;
75 list-style: none;
76 }
77
78 .rednaoformbuilder .nav-tabs>li>a {
79 padding-top: 8px;
80 padding-bottom: 8px;
81 line-height: 20px;
82 border: 1px solid transparent;
83 -webkit-border-radius: 4px 4px 0 0;
84 -moz-border-radius: 4px 4px 0 0;
85 border-radius: 4px 4px 0 0;
86 }
87
88 .rednaoformbuilder .nav-tabs>li>a, .rednaoformbuilder .nav-pills>li>a {
89 padding-right: 12px;
90 padding-left: 12px;
91 margin-right: 2px;
92 line-height: 14px;
93 }
94 .rednaoformbuilder .nav-tabs a {
95 color: #08c;
96 text-decoration: none;
97 cursor:hand;
98 cursor:pointer;
99 font-size: 15px;
100 }
101
102 .rednaoformbuilder .nav-tabs>li>a:hover, .rednaoformbuilder .nav-tabs>li>a:focus {
103 border-color: #eee #eee #ddd;
104 text-decoration: none;
105 background-color: #eee;
106
107 }
108
109 .rednaoformbuilder .selectedTab{
110 border-color: #eee #eee #ddd;
111 text-decoration: none;
112 background-color: #eee;
113 }
114
115 .rednaoformbuilder [class*="span"] {
116 display: inline-block;
117 min-height: 1px;
118 margin-left: 5px;
119 margin-right:5px;
120 }
121
122 #newFormContainer{
123 width:550px;
124
125 display: inline-block;
126 vertical-align: top;
127 }
128
129 #formSettingsScrollArea{
130 width:570px;
131 display: inline-block;
132 z-index: 10;
133
134
135 width: 100%;
136 padding-top:10px;
137
138
139 }
140
141 #formSettings{
142 width:100%;
143 margin-right:10px;
144 position:relative;
145
146 }
147
148 #smartFormPropertiesTable td{
149 border-bottom:lightgray;
150 border-bottom-style: dotted;
151 border-bottom-width: 1px;
152 padding-bottom: 5px;
153 padding-top:5px;
154 }
155
156 #smartFormPropertiesTable label{
157 color:#3399FF;
158 cursor: inherit;
159
160 }
161
162 #smartFormPropertiesTable input[type=text]
163 {
164 -webkit-border-radius: 5px;
165 -moz-border-radius: 5px;
166 border-radius: 5px;
167 }
168
169 .SmartFormsElementSelected{
170 background-color: #EBF5FF;
171 border-color:#efefef;
172 border-width: 1px;
173 border-style: dotted;
174 }
175
176 .rednao_label_container
177 {
178 width:200px;
179 }
180
181 #formBuilderComponents{
182 text-align: left;
183 }
184
185 #formBuilderButtonSet{
186 text-align: left !important;
187 }
188
189
190 .rednaoformbuilder body {
191 padding-top: 60px !important;
192 padding-bottom: 10px !important;
193 position: relative
194 }
195
196
197
198 @media (max-width:979px) {
199 .rednaoformbuilder body {
200 padding-top: 0 !important;
201 }
202
203
204 }
205
206 .rednaoformbuilder #components {
207 min-height: 500px !important;
208 }
209
210 .rednaoformbuilder #target form {
211 border: 1px solid #ccc !important;
212 min-height: 200px !important;
213 padding: 5px !important;
214 padding-bottom: 30px
215 }
216
217 .rednaoformbuilder .component {
218 cursor: pointer !important;
219 }
220
221
222 .rednaoformbuilder input {
223 cursor: pointer !important;
224 }
225
226 .rednaoformbuilder textarea {
227 resize: vertical !important;
228 }
229
230 .rednaoformbuilder .popover .rednao-control-group {
231 cursor: default !important;
232 }
233
234 .rednaoformbuilder .popover input {
235 cursor: text !important;
236
237 }
238
239
240
241 .rednaoformbuilder #redNaoSmartFormsPlaceHolder{
242 width:560px !important;
243 height: 80px !important;
244 background-color:#f0f0f0 !important;
245 border-color: lightgray !important;
246 border-style: dashed !important;
247 border-width: 1px !important;
248 }
249
250 .rednaoformbuilder #render {
251 min-height: 500px !important;
252 font-family: monospace !important;
253 }
254
255 .rednaoformbuilder form .popover .controls {
256 margin-left: 0 !important;
257 }
258
259 .rednaoformbuilder form .popover .control-label {
260 text-align: left !important;
261 }
262
263 .rednaopropertiesform {
264 width: 224px !important;
265 }
266
267 .rednaoformbuilder .popover-content form .btn {
268 margin-right: 10px !important;
269 }
270
271 .rednaoformbuilder .target {
272 margin-top: 3px !important;
273 background: #f0f0f0 !important;
274 width: 100% !important;
275 border: 1px dashed #ccc !important;
276 }
277
278 .rednaoformbuilder #target, .rednaoformbuilder #input, .rednaoformbuilder #radioscheckboxes, .rednaoformbuilder #select, .rednaoformbuilder #buttons {
279 -webkit-touch-callout: none !important;
280 -webkit-user-select: none !important;
281 -khtml-user-select: none !important;
282 -moz-user-select: none !important;
283 -ms-user-select: none !important;
284 user-select: none !important;
285 }
286
287 .rednaoformbuilder #target form {
288
289 overflow: hidden !important;
290 }
291
292 .rednaoFormContainer{
293 width: 1160px;
294 }
295
296
297 .rednaoformbuilder .ui-helper-hidden-accessible
298 {
299 top:auto !important;
300 }
301
302 .rednaoformbuilder
303 {
304
305 }
306
307 #formPropertiesContainer .rednao-properties-control-label{
308 text-align: right;
309 }
310
311 #smartFormsGeneralDiv .tempForm{
312 opacity:0.2 !important;
313 filter:alpha(opacity=20) !important;
314 }
315
316 #redNaoAccordion .ui-icon-triangle-1-s, #redNaoAccordion .ui-icon-triangle-1-e,#redNaoFormulaAccordion .ui-icon-triangle-1-s,#redNaoFormulaAccordion .ui-icon-triangle-1-e
317 {
318 display: inline-block;
319 margin-top:1px;
320 vertical-align: middle;
321 }
322
323
324 #wp-redNaoTinyMCEEditor-wrap{
325 float:left;
326 width:600px;
327 margin:0;
328 padding: 0;
329 }
330
331 #redNaoAccordion{
332 width:200px;
333 margin:30px 0 0 0;
334 }
335
336 #redNaoFormulaAccordion{
337 width:200px;
338 }
339
340 #redNaoAccordion ul,#redNaoFormulaAccordion ul, #redNaoAccordion li,#redNaoFormulaAccordion li{
341 margin:0;
342 padding: 0;
343 }
344
345 #redNaoAccordion ul,#redNaoFormulaAccordion ul{
346 max-height: 440px;
347 overflow: auto;
348 }
349
350 #redNaoAccordion button,#redNaoFormulaAccordion button{
351 margin:0;
352 padding: 7px;
353 width:100%;
354 }
355
356 #redNaoEmailEditorComponent{
357 width:100%;
358 height:450px;
359 margin:0px;
360 padding:0px;
361 }
362
363 #redNaoTinyMCEEditor_ifr{
364 background-color: white;
365 height: 400px !important;
366 }
367
368 #smartFormsJavascriptText,#smartFormsCSSText{
369 width:100%;
370 height:500px;
371 padding:5px;
372 }
373
374 ul#redNaoEmailFormFields{
375 height: 432px;
376 overflow-x:hidden;
377 }
378
379 ul#redNaoFormulaFormFields{
380
381 overflow-x:hidden;
382 }
383
384 .redNaoDisabled{
385 background-color: #f0f0f0 !important;
386 }
387
388 .smartDonationsConfigurationInfo
389 {
390 display: none;
391 }
392
393
394
395 #styleEditorPreview{
396 width: 550px;
397 background-color: white;
398 border-radius: 10px;
399 border-style: dotted;
400 border-width: 1px;
401 }
402
403 .rednaoFormContainer #smartFormStyleEditorContainer .redNaoStylerHighlight{
404 border-style: dashed !important;
405 border-color:#ff0000 !important;
406 border-width: 1px !important;
407 cursor: hand;
408 cursor:pointer;
409
410 }
411
412 #redNaoAccordion .ui-accordion-content
413 {
414 overflow:visible !important;
415 }
416
417 #sfConditionalList,#sfSavedConditionList{
418 font-family: Verdana;
419 font-size: 20px;
420
421 }
422 #sfConditionalList td,#sfSavedConditionList td{
423 padding:10px;
424 }
425 #sfConditionalList td:hover,#sfSavedConditionList td:hover{
426 background-color: #FFFACD;
427 }
428
429 .smartFormsFieldPick .smartFormsSelectedElementContainer{
430 -webkit-border-radius: 5px !important;;
431 -moz-border-radius: 5px !important;;
432 border-radius: 5px !important;;
433 }
434
435 .smartFormsFieldPick #formBuilderContainer,.smartFormsFieldPick .smartFormsSelectedElementContainer{
436 z-index:1000002;
437 position:relative;
438 }
439
440 .fieldPickContainer .select2-search-choice{
441 clear: both !important;
442 }
443
444
445
446 .smartFormsFieldPick .rednao-control-group:hover{
447 border-color: red;
448 border-width: 1px;
449 border-style: solid;
450 }
451
452
453
454 .smartFormsSettingsButton {
455 -moz-box-shadow:inset 0px 1px 0px 0px #f5978e !important;
456 -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e !important;
457 box-shadow:inset 0px 1px 0px 0px #f5978e !important;
458 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f)) !important;
459 background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%) !important;
460 background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%) !important;
461 background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%) !important;
462 background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%) !important;
463 background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%) !important;
464 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0) !important;
465 background-color:#f24537 !important;
466 -moz-border-radius:6px !important;
467 -webkit-border-radius:6px !important;
468 border-radius:6px !important;
469 border:1px solid #d02718 !important;
470 display:inline-block !important;
471 cursor:pointer !important;
472 color:#ffffff !important;
473 font-family:arial !important;
474 font-size:15px !important;
475 font-weight:bold !important;
476 padding:6px 24px !important;
477 text-decoration:none !important;
478 text-shadow:0px 1px 0px #810e05 !important;
479 }
480 .smartFormsSettingsButton:hover {
481 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537)) !important;
482 background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%) !important;
483 background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%) !important;
484 background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%) !important;
485 background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%) !important;
486 background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%) !important;
487 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0) !important;
488 background-color:#c62d1f;
489 }
490 .smartFormsSettingsButton:active {
491 position:relative;
492 top:1px;
493 }
494
495
496 .fieldPickerSelected{
497 border-width: 1px;
498 border-color: #00ff00;
499 border-style: solid;
500 }
501
502 .emailConditionalLogic{
503 opacity: 0;
504 -webkit-transition: opacity ease-in-out 0.200s,color ease-in-out 0.200s;
505 -o-transition: opacity ease-in-out 0.200s,color ease-in-out 0.200s;
506 transition: opacity ease-in-out 0.200s,color ease-in-out 0.200s;
507 }
508
509 .emailTabItem:hover .emailConditionalLogic{
510 opacity: 1;
511 }
512
513
514 .emailConditionalLogic:hover{
515 color:red;
516 }
517
518
519 .emailConditionalLogic.sfHasCondition{
520 color:blue;
521 opacity:1;
522 }