| 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 |
} |
| 70 |
|
| 71 |
|
| 72 |
|
| 73 |
.redNaoFormContainerHeading { |
| 74 |
font-size: 31.5px; |
| 75 |
line-height:40px; |
| 76 |
margin-left:10px; |
| 77 |
} |
| 78 |
|
| 79 |
.rednaoformbuilder .nav-tabs { |
| 80 |
border-bottom: 1px solid #ddd; |
| 81 |
margin-top:20px;f |
| 82 |
} |
| 83 |
|
| 84 |
.rednaoformbuilder .nav { |
| 85 |
margin-bottom: 20px; |
| 86 |
margin-left: 0; |
| 87 |
list-style: none; |
| 88 |
} |
| 89 |
|
| 90 |
.rednaoformbuilder .nav-tabs>li>a { |
| 91 |
padding-top: 8px; |
| 92 |
padding-bottom: 8px; |
| 93 |
line-height: 20px; |
| 94 |
border: 1px solid transparent; |
| 95 |
-webkit-border-radius: 4px 4px 0 0; |
| 96 |
-moz-border-radius: 4px 4px 0 0; |
| 97 |
border-radius: 4px 4px 0 0; |
| 98 |
} |
| 99 |
|
| 100 |
.rednaoformbuilder .nav-tabs>li>a, .rednaoformbuilder .nav-pills>li>a { |
| 101 |
padding-right: 12px; |
| 102 |
padding-left: 12px; |
| 103 |
margin-right: 2px; |
| 104 |
line-height: 14px; |
| 105 |
} |
| 106 |
.rednaoformbuilder .nav-tabs a { |
| 107 |
color: #08c; |
| 108 |
text-decoration: none; |
| 109 |
cursor:hand; |
| 110 |
cursor:pointer; |
| 111 |
font-size: 15px; |
| 112 |
} |
| 113 |
|
| 114 |
.rednaoformbuilder .nav-tabs>li>a:hover, .rednaoformbuilder .nav-tabs>li>a:focus { |
| 115 |
border-color: #eee #eee #ddd; |
| 116 |
text-decoration: none; |
| 117 |
background-color: #eee; |
| 118 |
|
| 119 |
} |
| 120 |
|
| 121 |
.rednaoformbuilder .selectedTab{ |
| 122 |
border-color: #eee #eee #ddd; |
| 123 |
text-decoration: none; |
| 124 |
background-color: #eee; |
| 125 |
} |
| 126 |
|
| 127 |
.rednaoformbuilder [class*="span"] { |
| 128 |
display: inline-block; |
| 129 |
min-height: 1px; |
| 130 |
margin-left: 5px; |
| 131 |
margin-right:5px; |
| 132 |
} |
| 133 |
|
| 134 |
#newFormContainer{ |
| 135 |
width:550px; |
| 136 |
|
| 137 |
display: inline-block; |
| 138 |
vertical-align: top; |
| 139 |
} |
| 140 |
|
| 141 |
#formSettingsScrollArea{ |
| 142 |
width:550px; |
| 143 |
display: inline-block; |
| 144 |
z-index: 10; |
| 145 |
|
| 146 |
|
| 147 |
|
| 148 |
padding:10px; |
| 149 |
|
| 150 |
|
| 151 |
} |
| 152 |
|
| 153 |
#formSettings{ |
| 154 |
width:100%; |
| 155 |
margin-right:10px; |
| 156 |
position:relative; |
| 157 |
|
| 158 |
} |
| 159 |
|
| 160 |
#smartFormPropertiesTable td{ |
| 161 |
border-bottom:lightgray; |
| 162 |
border-bottom-style: dotted; |
| 163 |
border-bottom-width: 1px; |
| 164 |
padding-bottom: 5px; |
| 165 |
padding-top:5px; |
| 166 |
} |
| 167 |
|
| 168 |
#smartFormPropertiesTable label{ |
| 169 |
color:#3399FF; |
| 170 |
cursor: inherit; |
| 171 |
|
| 172 |
} |
| 173 |
|
| 174 |
#smartFormPropertiesTable input[type=text] |
| 175 |
{ |
| 176 |
-webkit-border-radius: 5px; |
| 177 |
-moz-border-radius: 5px; |
| 178 |
border-radius: 5px; |
| 179 |
} |
| 180 |
|
| 181 |
.SmartFormsElementSelected{ |
| 182 |
background-color: #EBF5FF; |
| 183 |
border-color:#efefef; |
| 184 |
border-width: 1px; |
| 185 |
border-style: dotted; |
| 186 |
} |
| 187 |
|
| 188 |
.rednao_label_container |
| 189 |
{ |
| 190 |
width:200px; |
| 191 |
} |
| 192 |
|
| 193 |
#formBuilderComponents{ |
| 194 |
text-align: left; |
| 195 |
} |
| 196 |
|
| 197 |
#formBuilderButtonSet{ |
| 198 |
text-align: left !important; |
| 199 |
} |
| 200 |
|
| 201 |
|
| 202 |
.rednaoformbuilder body { |
| 203 |
padding-top: 60px !important; |
| 204 |
padding-bottom: 10px !important; |
| 205 |
position: relative |
| 206 |
} |
| 207 |
|
| 208 |
|
| 209 |
|
| 210 |
@media (max-width:979px) { |
| 211 |
.rednaoformbuilder body { |
| 212 |
padding-top: 0 !important; |
| 213 |
} |
| 214 |
|
| 215 |
|
| 216 |
} |
| 217 |
|
| 218 |
.rednaoformbuilder #components { |
| 219 |
min-height: 500px !important; |
| 220 |
} |
| 221 |
|
| 222 |
.rednaoformbuilder #target form { |
| 223 |
border: 1px solid #ccc !important; |
| 224 |
min-height: 200px !important; |
| 225 |
padding: 5px !important; |
| 226 |
padding-bottom: 30px |
| 227 |
} |
| 228 |
|
| 229 |
.rednaoformbuilder .component { |
| 230 |
cursor: pointer !important; |
| 231 |
} |
| 232 |
|
| 233 |
.rednaoformbuilder input { |
| 234 |
cursor: pointer !important; |
| 235 |
} |
| 236 |
|
| 237 |
.rednaoformbuilder textarea { |
| 238 |
resize: vertical !important; |
| 239 |
} |
| 240 |
|
| 241 |
.rednaoformbuilder .popover .rednao-control-group { |
| 242 |
cursor: default !important; |
| 243 |
} |
| 244 |
|
| 245 |
.rednaoformbuilder .popover input { |
| 246 |
cursor: text !important; |
| 247 |
|
| 248 |
} |
| 249 |
|
| 250 |
|
| 251 |
|
| 252 |
.rednaoformbuilder #redNaoSmartFormsPlaceHolder{ |
| 253 |
width:560px !important; |
| 254 |
height: 80px !important; |
| 255 |
background-color:#f0f0f0 !important; |
| 256 |
border-color: lightgray !important; |
| 257 |
border-style: dashed !important; |
| 258 |
border-width: 1px !important; |
| 259 |
} |
| 260 |
|
| 261 |
.rednaoformbuilder #render { |
| 262 |
min-height: 500px !important; |
| 263 |
font-family: monospace !important; |
| 264 |
} |
| 265 |
|
| 266 |
.rednaoformbuilder form .popover .controls { |
| 267 |
margin-left: 0 !important; |
| 268 |
} |
| 269 |
|
| 270 |
.rednaoformbuilder form .popover .control-label { |
| 271 |
text-align: left !important; |
| 272 |
} |
| 273 |
|
| 274 |
.rednaopropertiesform { |
| 275 |
width: 224px !important; |
| 276 |
} |
| 277 |
|
| 278 |
.rednaoformbuilder .popover-content form .btn { |
| 279 |
margin-right: 10px !important; |
| 280 |
} |
| 281 |
|
| 282 |
.rednaoformbuilder .target { |
| 283 |
margin-top: 3px !important; |
| 284 |
background: #f0f0f0 !important; |
| 285 |
width: 100% !important; |
| 286 |
border: 1px dashed #ccc !important; |
| 287 |
} |
| 288 |
|
| 289 |
.rednaoformbuilder #target, .rednaoformbuilder #input, .rednaoformbuilder #radioscheckboxes, .rednaoformbuilder #select, .rednaoformbuilder #buttons { |
| 290 |
-webkit-touch-callout: none !important; |
| 291 |
-webkit-user-select: none !important; |
| 292 |
-khtml-user-select: none !important; |
| 293 |
-moz-user-select: none !important; |
| 294 |
-ms-user-select: none !important; |
| 295 |
user-select: none !important; |
| 296 |
} |
| 297 |
|
| 298 |
.rednaoformbuilder #target form { |
| 299 |
|
| 300 |
overflow: hidden !important; |
| 301 |
} |
| 302 |
|
| 303 |
.rednaoFormContainer{ |
| 304 |
width: 1160px; |
| 305 |
} |
| 306 |
|
| 307 |
|
| 308 |
.rednaoformbuilder .ui-helper-hidden-accessible |
| 309 |
{ |
| 310 |
top:auto !important; |
| 311 |
} |
| 312 |
|
| 313 |
.rednaoformbuilder |
| 314 |
{ |
| 315 |
|
| 316 |
} |
| 317 |
|
| 318 |
#formPropertiesContainer .rednao-properties-control-label{ |
| 319 |
text-align: right; |
| 320 |
} |
| 321 |
|
| 322 |
#smartFormsGeneralDiv .tempForm{ |
| 323 |
opacity:0.6 !important; |
| 324 |
filter:alpha(opacity=60) !important; |
| 325 |
} |
| 326 |
|
| 327 |
#redNaoAccordion .ui-icon-triangle-1-s, #redNaoAccordion .ui-icon-triangle-1-e,#redNaoFormulaAccordion .ui-icon-triangle-1-s,#redNaoFormulaAccordion .ui-icon-triangle-1-e |
| 328 |
{ |
| 329 |
display: inline-block; |
| 330 |
margin-top:1px; |
| 331 |
vertical-align: middle; |
| 332 |
} |
| 333 |
|
| 334 |
#redNaoEmailEditor{ |
| 335 |
width:800px; |
| 336 |
height: 500px; |
| 337 |
margin: 0; |
| 338 |
padding: 0; |
| 339 |
} |
| 340 |
|
| 341 |
|
| 342 |
#wp-redNaoTinyMCEEditor-wrap{ |
| 343 |
float:left; |
| 344 |
width:600px; |
| 345 |
margin:0; |
| 346 |
padding: 0; |
| 347 |
} |
| 348 |
|
| 349 |
#redNaoAccordion{ |
| 350 |
width:200px; |
| 351 |
margin:30px 0 0 0; |
| 352 |
} |
| 353 |
|
| 354 |
#redNaoFormulaAccordion{ |
| 355 |
width:200px; |
| 356 |
} |
| 357 |
|
| 358 |
#redNaoAccordion ul,#redNaoFormulaAccordion ul, #redNaoAccordion li,#redNaoFormulaAccordion li{ |
| 359 |
margin:0; |
| 360 |
padding: 0; |
| 361 |
} |
| 362 |
|
| 363 |
#redNaoAccordion ul,#redNaoFormulaAccordion ul{ |
| 364 |
max-height: 440px; |
| 365 |
overflow: scroll; |
| 366 |
} |
| 367 |
|
| 368 |
#redNaoAccordion button,#redNaoFormulaAccordion button{ |
| 369 |
margin:0; |
| 370 |
padding: 7px; |
| 371 |
width:100%; |
| 372 |
} |
| 373 |
|
| 374 |
#redNaoEmailEditorComponent{ |
| 375 |
width:800px; |
| 376 |
height:450px; |
| 377 |
margin:0px; |
| 378 |
padding:0px; |
| 379 |
} |
| 380 |
|
| 381 |
#redNaoTinyMCEEditor_ifr{ |
| 382 |
background-color: white; |
| 383 |
width:600px !important; |
| 384 |
height: 400px !important; |
| 385 |
} |
| 386 |
|
| 387 |
#smartFormsJavascriptText,#smartFormsCSSText{ |
| 388 |
width:100%; |
| 389 |
height:500px; |
| 390 |
padding:5px; |
| 391 |
} |
| 392 |
|
| 393 |
ul#redNaoEmailFormFields{ |
| 394 |
height: 432px; |
| 395 |
overflow-x:hidden; |
| 396 |
} |
| 397 |
|
| 398 |
ul#redNaoFormulaFormFields{ |
| 399 |
height:300px; |
| 400 |
overflow-x:hidden; |
| 401 |
} |
| 402 |
|
| 403 |
.redNaoDisabled{ |
| 404 |
background-color: #f0f0f0 !important; |
| 405 |
} |