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 / bootstrap.min.css

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

390 lines 7.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * Bootstrap v2.3.1
3 *
4 * Copyright 2012 Twitter, .rednaoformbuilder Inc
5 * Licensed under the Apache License v2.0
6 * http://www.apache.org/licenses/LICENSE-2.0
7 *
8 * Designed and built with all the love in the world @twitter by @mdo and @fat.
9 */
10
11
12
13 .rednaoformbuilder .nav-tabs, .rednaoformbuilder .nav-pills {
14 *zoom: 1
15 }
16
17 .rednaoformbuilder .nav-tabs:before, .rednaoformbuilder .nav-pills:before, .rednaoformbuilder .nav-tabs:after, .rednaoformbuilder .nav-pills:after {
18 display: table;
19 line-height: 0;
20 content: ""
21 }
22
23 .rednaoformbuilder .nav-tabs:after, .rednaoformbuilder .nav-pills:after {
24 clear: both
25 }
26
27 .rednaoformbuilder .nav-tabs>li, .rednaoformbuilder .nav-pills>li {
28 float: left
29 }
30
31
32 .rednaoformbuilder .nav-tabs>li>a, .rednaoformbuilder .nav-pills>li>a {
33 padding-right: 12px;
34 padding-left: 12px;
35 margin-right: 2px;
36 line-height: 14px
37 }
38
39
40 #formBuilderContainer{
41 margin:0;
42 padding:0;
43 background-color: white;
44
45 -webkit-border-top-right-radius: 10px;
46 -webkit-border-bottom-right-radius: 100px;
47 -webkit-border-bottom-left-radius: 10px;
48 -moz-border-radius-topright: 10px;
49 -moz-border-radius-bottomright: 100px;
50 -moz-border-radius-bottomleft: 10px;
51 border-top-right-radius: 10px;
52 border-bottom-right-radius: 100px;
53 border-bottom-left-radius: 10px;
54
55 border-color: #ccc;
56 border-style: solid;
57 border-width: 1px;
58 background-color: #ffffff;
59 }
60
61 #formBuilderButtonSet label{
62 margin:0 0 1px 0;
63 padding: 0;
64 }
65
66 #formPropertiesContainer,#formBuilderComponents{
67 min-height: 400px;
68 min-width: 511px;
69 height:600px;
70 }
71
72
73
74 .redNaoFormContainerHeading {
75 font-size: 31.5px;
76 line-height:40px;
77 margin-left:10px;
78 }
79
80 .rednaoformbuilder .nav-tabs {
81 border-bottom: 1px solid #ddd;
82 margin-top:20px;
83 }
84
85 .rednaoformbuilder .nav {
86 margin-bottom: 20px;
87 margin-left: 0;
88 list-style: none;
89 }
90
91 .rednaoformbuilder .nav-tabs>li>a {
92 padding-top: 8px;
93 padding-bottom: 8px;
94 line-height: 20px;
95 border: 1px solid transparent;
96 -webkit-border-radius: 4px 4px 0 0;
97 -moz-border-radius: 4px 4px 0 0;
98 border-radius: 4px 4px 0 0;
99 }
100
101 .rednaoformbuilder .nav-tabs>li>a, .rednaoformbuilder .nav-pills>li>a {
102 padding-right: 12px;
103 padding-left: 12px;
104 margin-right: 2px;
105 line-height: 14px;
106 }
107 .rednaoformbuilder .nav-tabs a {
108 color: #08c;
109 text-decoration: none;
110 cursor:hand;
111 cursor:pointer;
112 font-size: 15px;
113 }
114
115 .rednaoformbuilder .nav-tabs>li>a:hover, .rednaoformbuilder .nav-tabs>li>a:focus {
116 border-color: #eee #eee #ddd;
117 text-decoration: none;
118 background-color: #eee;
119
120 }
121
122 .rednaoformbuilder .selectedTab{
123 border-color: #eee #eee #ddd;
124 text-decoration: none;
125 background-color: #eee;
126 }
127
128 .rednaoformbuilder [class*="span"] {
129 display: inline-block;
130 min-height: 1px;
131 margin-left: 5px;
132 margin-right:5px;
133 }
134
135 #newFormContainer{
136 width:550px;
137
138 display: inline-block;
139 vertical-align: top;
140 }
141
142 #formSettingsScrollArea{
143 width:550px;
144 display: inline-block;
145 z-index: 10;
146
147
148
149 padding:10px;
150
151
152 }
153
154 #formSettings{
155 width:100%;
156 margin-right:10px;
157 position:relative;
158
159 }
160
161 #smartFormPropertiesTable td{
162 border-bottom:lightgray;
163 border-bottom-style: dotted;
164 border-bottom-width: 1px;
165 padding-bottom: 5px;
166 padding-top:5px;
167 }
168
169 #smartFormPropertiesTable label{
170 color:#3399FF;
171 cursor: inherit;
172
173 }
174
175 #smartFormPropertiesTable input[type=text]
176 {
177 -webkit-border-radius: 5px;
178 -moz-border-radius: 5px;
179 border-radius: 5px;
180 }
181
182 .SmartFormsElementSelected{
183 background-color: #EBF5FF;
184 border-color:#efefef;
185 border-width: 1px;
186 border-style: dotted;
187 }
188
189 .rednao_label_container
190 {
191 width:200px;
192 }
193
194 #formBuilderComponents{
195 text-align: left;
196 }
197
198 #formBuilderButtonSet{
199 text-align: left !important;
200 }
201
202
203 .rednaoformbuilder body {
204 padding-top: 60px !important;
205 padding-bottom: 10px !important;
206 position: relative
207 }
208
209
210
211 @media (max-width:979px) {
212 .rednaoformbuilder body {
213 padding-top: 0 !important;
214 }
215
216
217 }
218
219 .rednaoformbuilder #components {
220 min-height: 500px !important;
221 }
222
223 .rednaoformbuilder #target form {
224 border: 1px solid #ccc !important;
225 min-height: 200px !important;
226 padding: 5px !important;
227 padding-bottom: 30px
228 }
229
230 .rednaoformbuilder .component {
231 cursor: pointer !important;
232 }
233
234 .rednaoformbuilder input {
235 cursor: pointer !important;
236 }
237
238 .rednaoformbuilder textarea {
239 resize: vertical !important;
240 }
241
242 .rednaoformbuilder .popover .rednao-control-group {
243 cursor: default !important;
244 }
245
246 .rednaoformbuilder .popover input {
247 cursor: text !important;
248
249 }
250
251
252
253 .rednaoformbuilder #redNaoSmartFormsPlaceHolder{
254 width:560px !important;
255 height: 80px !important;
256 background-color:#f0f0f0 !important;
257 border-color: lightgray !important;
258 border-style: dashed !important;
259 border-width: 1px !important;
260 }
261
262 .rednaoformbuilder #render {
263 min-height: 500px !important;
264 font-family: monospace !important;
265 }
266
267 .rednaoformbuilder form .popover .controls {
268 margin-left: 0 !important;
269 }
270
271 .rednaoformbuilder form .popover .control-label {
272 text-align: left !important;
273 }
274
275 .rednaopropertiesform {
276 width: 224px !important;
277 }
278
279 .rednaoformbuilder .popover-content form .btn {
280 margin-right: 10px !important;
281 }
282
283 .rednaoformbuilder .target {
284 margin-top: 3px !important;
285 background: #f0f0f0 !important;
286 width: 100% !important;
287 border: 1px dashed #ccc !important;
288 }
289
290 .rednaoformbuilder #target, .rednaoformbuilder #input, .rednaoformbuilder #radioscheckboxes, .rednaoformbuilder #select, .rednaoformbuilder #buttons {
291 -webkit-touch-callout: none !important;
292 -webkit-user-select: none !important;
293 -khtml-user-select: none !important;
294 -moz-user-select: none !important;
295 -ms-user-select: none !important;
296 user-select: none !important;
297 }
298
299 .rednaoformbuilder #target form {
300
301 overflow: hidden !important;
302 }
303
304 .rednaoFormContainer{
305 width: 1160px;
306 }
307
308
309 .rednaoformbuilder .ui-helper-hidden-accessible
310 {
311 top:auto !important;
312 }
313
314 .rednaoformbuilder
315 {
316
317 }
318
319 #formPropertiesContainer .rednao-properties-control-label{
320 text-align: right;
321 }
322
323 #smartFormsGeneralDiv .tempForm{
324 opacity:0.6 !important;
325 filter:alpha(opacity=60) !important;
326 }
327
328 #redNaoAccordion .ui-icon-triangle-1-s, #redNaoAccordion .ui-icon-triangle-1-e,#redNaoFormulaAccordion .ui-icon-triangle-1-s,#redNaoFormulaAccordion .ui-icon-triangle-1-e
329 {
330 display: inline-block;
331 margin-top:1px;
332 vertical-align: middle;
333 }
334
335 #redNaoEmailEditor{
336 width:800px;
337 height: 500px;
338 margin: 0;
339 padding: 0;
340 }
341
342
343 #wp-redNaoTinyMCEEditor-wrap{
344 float:left;
345 width:600px;
346 margin:0;
347 padding: 0;
348 }
349
350 #redNaoAccordion{
351 width:200px;
352 margin:30px 0 0 0;
353 }
354
355 #redNaoFormulaAccordion{
356 width:200px;
357 }
358
359 #redNaoAccordion ul,#redNaoFormulaAccordion ul, #redNaoAccordion li,#redNaoFormulaAccordion li{
360 margin:0;
361 padding: 0;
362 }
363
364 #redNaoAccordion ul,#redNaoFormulaAccordion ul{
365 max-height: 440px;
366 overflow: scroll;
367 }
368
369 #redNaoAccordion button,#redNaoFormulaAccordion button{
370 margin:0;
371 padding: 7px;
372 width:100%;
373 }
374
375 #redNaoEmailEditorComponent{
376 width:800px;
377 height:450px;
378 margin:0px;
379 padding:0px;
380 }
381
382 #redNaoTinyMCEEditor_ifr{
383 background-color: white;
384 }
385
386 #smartFormsJavascriptText,#smartFormsCSSText{
387 width:100%;
388 height:500px;
389 padding:5px;
390 }