| 1 |
/*-------------------------------------------------------------- |
| 2 |
Alerts |
| 3 |
--------------------------------------------------------------*/ |
| 4 |
.uwp-alert-warning, .uwp-alert-info, .uwp-alert-error, .uwp-alert-success { |
| 5 |
margin: 0 0 10px; |
| 6 |
padding: 15px; |
| 7 |
border: 1px solid transparent; |
| 8 |
border-radius: 4px; } |
| 9 |
|
| 10 |
.uwp-alert-warning { |
| 11 |
color: #8A6D3B; |
| 12 |
border-color: #FAEBCC; |
| 13 |
background: #FCF8E3; } |
| 14 |
|
| 15 |
.uwp-alert-info { |
| 16 |
color: #31708F; |
| 17 |
border-color: #BCE8F1; |
| 18 |
background: #D9EDF7; } |
| 19 |
|
| 20 |
.uwp-alert-error { |
| 21 |
color: #A94442; |
| 22 |
border-color: #EBCCD1; |
| 23 |
background: #F2DEDE; } |
| 24 |
|
| 25 |
.uwp-alert-success { |
| 26 |
color: #3C763D; |
| 27 |
border-color: #D6E9C6; |
| 28 |
background: #DFF0D8; } |
| 29 |
|
| 30 |
#users-wp .widefat { |
| 31 |
border: none; |
| 32 |
box-shadow: none; } |
| 33 |
#users-wp .content-box { |
| 34 |
background-color: #fff; |
| 35 |
border: 1px solid #fff; |
| 36 |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); |
| 37 |
margin-bottom: 20px; |
| 38 |
padding: 20px; } |
| 39 |
#users-wp a { |
| 40 |
text-decoration: none; } |
| 41 |
#users-wp .item-list-tabs ul.item-list-tabs-ul { |
| 42 |
border-bottom: 1px solid #ddd; } |
| 43 |
#users-wp .item-list-tabs ul.item-list-tabs-ul > li { |
| 44 |
float: left; |
| 45 |
margin-bottom: -1px; } |
| 46 |
#users-wp .item-list-tabs ul.item-list-tabs-ul > li > a { |
| 47 |
position: relative; |
| 48 |
display: block; |
| 49 |
padding: 5px 10px; |
| 50 |
color: #23282d; |
| 51 |
margin-right: 4px; |
| 52 |
background-color: #e4e4e4; |
| 53 |
line-height: 1.42857143; |
| 54 |
border: 1px solid #cdcdcd; } |
| 55 |
#users-wp .item-list-tabs ul.item-list-tabs-ul > li > a:hover { |
| 56 |
background-color: #f1f1f1; } |
| 57 |
#users-wp .item-list-tabs ul.item-list-tabs-ul > li.selected > a, #users-wp .item-list-tabs ul.item-list-tabs-ul > li.selected > a:hover, #users-wp .item-list-tabs ul.item-list-tabs-ul > li.selected > a:focus { |
| 58 |
color: #555; |
| 59 |
cursor: default; |
| 60 |
background-color: #f1f1f1; |
| 61 |
border: 1px solid #cdcdcd; |
| 62 |
border-bottom-color: transparent; |
| 63 |
opacity: 1; |
| 64 |
font-weight: normal; } |
| 65 |
#users-wp .item-list-tabs ul.item-list-tabs-ul:before, #users-wp .item-list-tabs ul.item-list-tabs-ul:after { |
| 66 |
display: table; |
| 67 |
content: ""; |
| 68 |
line-height: 0; } |
| 69 |
#users-wp .item-list-tabs ul.item-list-tabs-ul:after { |
| 70 |
clear: both; } |
| 71 |
#users-wp .item-list-sub-tabs-ul { |
| 72 |
overflow: hidden; } |
| 73 |
#users-wp .item-list-sub-tabs-ul > li { |
| 74 |
float: left; |
| 75 |
padding: 0 8px; |
| 76 |
border-right: 2px solid #959595; |
| 77 |
font-size: 14px; } |
| 78 |
#users-wp .item-list-sub-tabs-ul > li:last-child { |
| 79 |
border-right: none; } |
| 80 |
#users-wp .item-list-sub-tabs-ul > li:first-child { |
| 81 |
padding-left: 0; } |
| 82 |
#users-wp .item-list-sub-tabs-ul > li.selected a { |
| 83 |
color: #23282d; |
| 84 |
font-weight: bold; } |
| 85 |
|
| 86 |
.uwp-form-table label { |
| 87 |
display: block; } |
| 88 |
.uwp-form-table label { |
| 89 |
color: #666; |
| 90 |
font-size: 14px; |
| 91 |
font-style: italic; |
| 92 |
margin: 4px 0 0; } |
| 93 |
.uwp-form-table .uwp_label_inline label { |
| 94 |
display: inline !important; } |
| 95 |
.uwp-form-table .uwp_label_inline td { |
| 96 |
padding: 5px 10px; } |
| 97 |
|
| 98 |
h3.users_wp_section_heading { |
| 99 |
background-color: #e7e7e7; |
| 100 |
padding: 10px; |
| 101 |
font-size: 13px; |
| 102 |
color: #6d6d6d; |
| 103 |
text-transform: uppercase; |
| 104 |
border-bottom: 1px #dedede solid; |
| 105 |
border-top: 1px #fff solid; |
| 106 |
margin: 0; } |
| 107 |
|
| 108 |
.uwp-form-table { |
| 109 |
border-collapse: collapse; |
| 110 |
margin-top: .5em; |
| 111 |
width: 100%; |
| 112 |
clear: both; |
| 113 |
margin-bottom: 0; } |
| 114 |
|
| 115 |
.uwp-form-table, |
| 116 |
.uwp-form-table td, |
| 117 |
.uwp-form-table td p, |
| 118 |
.uwp-form-table th { |
| 119 |
font-size: 14px; } |
| 120 |
|
| 121 |
.uwp-form-table th { |
| 122 |
vertical-align: top; |
| 123 |
text-align: left; |
| 124 |
padding: 15px 10px 5px 0; |
| 125 |
width: 200px; |
| 126 |
line-height: 1.3; |
| 127 |
font-weight: 600; |
| 128 |
color: #23282d; |
| 129 |
text-shadow: none; } |
| 130 |
|
| 131 |
.uwp-form-table td { |
| 132 |
margin-bottom: 9px; |
| 133 |
padding: 10px 10px 10px 0; |
| 134 |
line-height: 1.3; |
| 135 |
vertical-align: middle; } |
| 136 |
|
| 137 |
.uwp-form-table p, |
| 138 |
.uwp-form-table span.description { |
| 139 |
font-size: 13px; |
| 140 |
font-style: italic; } |
| 141 |
|
| 142 |
.uwp-form-table span.description { |
| 143 |
display: block; } |
| 144 |
|
| 145 |
.uwp-form-table input[type=text] { |
| 146 |
min-width: 300px; } |
| 147 |
|
| 148 |
.uwp-form-table .short_code { |
| 149 |
font-weight: bold; |
| 150 |
padding-top: 5px; |
| 151 |
display: block; } |
| 152 |
|
| 153 |
.item-list-tabs .filter-links a, .item-list-tabs .filter-links a:hover, .item-list-tabs .filter-links a:active, .item-list-tabs .filter-links a:focus { |
| 154 |
outline: 0; |
| 155 |
-webkit-box-shadow: none; |
| 156 |
box-shadow: none; } |
| 157 |
|
| 158 |
.uwp_well { |
| 159 |
min-height: 20px; |
| 160 |
padding: 19px; |
| 161 |
margin-bottom: 20px; |
| 162 |
background-color: #f5f5f5; |
| 163 |
border: 1px solid #e3e3e3; |
| 164 |
border-radius: 4px; |
| 165 |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
| 166 |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } |
| 167 |
|
| 168 |
.uwp_sidebar_label_block th { |
| 169 |
display: none; } |
| 170 |
|
| 171 |
.uwp_media_preview { |
| 172 |
display: inline-block; } |
| 173 |
|
| 174 |
.uwp_media_input { |
| 175 |
display: inline-block; |
| 176 |
vertical-align: top; |
| 177 |
max-width: 372px; } |
| 178 |
|
| 179 |
.button-primary.uwp-advanced-toggle { |
| 180 |
float: right; |
| 181 |
margin: 10px; } |
| 182 |
|
| 183 |
.uwp-ui-tooltip { |
| 184 |
padding: 7px; |
| 185 |
position: absolute; |
| 186 |
z-index: 9999; |
| 187 |
max-width: 300px; |
| 188 |
background: #333 !important; |
| 189 |
border-radius: 3px !important; |
| 190 |
-webkit-box-shadow: 1px 1px 2px 1px rgba(214, 214, 214, 0.5); |
| 191 |
box-shadow: 1px 1px 2px 1px rgba(214, 214, 214, 0.5); |
| 192 |
color: #dedede !important; |
| 193 |
text-rendering: optimizeLegibility; |
| 194 |
text-shadow: none !important; |
| 195 |
white-space: pre-line; |
| 196 |
/* show line breaks */ |
| 197 |
word-wrap: break-word; |
| 198 |
border-width: 1px; } |
| 199 |
|
| 200 |
.uwp-help-tip { |
| 201 |
cursor: help; |
| 202 |
float: right; |
| 203 |
margin: 2px -15px 0 0; } |
| 204 |
|
| 205 |
.uwp-help-tip.uwp-help-tip-no-margin { |
| 206 |
margin: 0; } |
| 207 |
|
| 208 |
.uwp-settings-title .uwp-help-tip { |
| 209 |
float: none; |
| 210 |
margin: 0 0 0 10px; } |
| 211 |
|
| 212 |
.uwp-upload-fields { |
| 213 |
float: left; |
| 214 |
margin-left: 12px; } |
| 215 |
|
| 216 |
.uwp-upload-display.thumbnail { |
| 217 |
float: left; |
| 218 |
min-width: 25px; |
| 219 |
min-height: 25px; } |
| 220 |
|
| 221 |
.uwp-upload-img .centered { |
| 222 |
width: 100%; |
| 223 |
height: 100%; |
| 224 |
text-align: center; |
| 225 |
vertical-align: middle; } |
| 226 |
|
| 227 |
.uwp-upload-display img { |
| 228 |
max-height: 100px; |
| 229 |
max-width: 100px; |
| 230 |
vertical-align: middle; |
| 231 |
margin: auto; } |
| 232 |
|
| 233 |
.uwp-pb-wrapper .progressBar { |
| 234 |
height: 20px; |
| 235 |
margin-bottom: 20px; |
| 236 |
overflow: hidden; |
| 237 |
background-color: #f5f5f5; |
| 238 |
border-radius: 4px; |
| 239 |
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); |
| 240 |
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); |
| 241 |
border: none; } |
| 242 |
.uwp-pb-wrapper .progressBar div { |
| 243 |
float: left; |
| 244 |
width: 0; |
| 245 |
height: 100%; |
| 246 |
font-size: 12px; |
| 247 |
line-height: 20px; |
| 248 |
color: #fff; |
| 249 |
text-align: center; |
| 250 |
background-color: #337ab7; |
| 251 |
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); |
| 252 |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); |
| 253 |
-webkit-transition: width .6s ease; |
| 254 |
-o-transition: width .6s ease; |
| 255 |
transition: width .6s ease; } |
| 256 |
|
| 257 |
#uwp_form_builder_container { |
| 258 |
padding: 0; |
| 259 |
overflow: hidden; |
| 260 |
width: auto; } |
| 261 |
#uwp_form_builder_container .clearfix:after { |
| 262 |
visibility: hidden; |
| 263 |
display: block; |
| 264 |
font-size: 0; |
| 265 |
content: " "; |
| 266 |
clear: both; |
| 267 |
height: 0; } |
| 268 |
#uwp_form_builder_container .uwp-side-sortables { |
| 269 |
/* width:280px;*/ |
| 270 |
border: 1px #DFDFDF solid; |
| 271 |
background: #F5F5F5; } |
| 272 |
#uwp_form_builder_container .uwp-side-sortables p { |
| 273 |
padding: 0 10px; } |
| 274 |
#uwp_form_builder_container .uwp-side-sortables .uwp-tabs-panel { |
| 275 |
height: auto; |
| 276 |
overflow: visible; |
| 277 |
padding: 0.5em 0 0.5em 4px; |
| 278 |
background-color: #FFFFFF; |
| 279 |
border: 1px #DFDFDF solid; } |
| 280 |
#uwp_form_builder_container .uwp-side-sortables .uwp-tabs-panel ul { |
| 281 |
margin: 0; } |
| 282 |
#uwp_form_builder_container .uwp-side-sortables h3 { |
| 283 |
font-size: 15px; |
| 284 |
font-weight: normal; |
| 285 |
line-height: 1; |
| 286 |
padding: 8px 10px; |
| 287 |
margin: 0; |
| 288 |
border-bottom: 1px #DFDFDF solid; |
| 289 |
text-shadow: 0 1px 0 #FFFFFF; |
| 290 |
display: inline-block; } |
| 291 |
#uwp_form_builder_container .uwp-side-sortables .inside { |
| 292 |
position: relative; |
| 293 |
margin: 10px 0; |
| 294 |
line-height: 1.4em; |
| 295 |
padding: 0 12px 0 10px; } |
| 296 |
#uwp_form_builder_container .uwp-side-sortables .posttype-tabs { |
| 297 |
margin-bottom: 0; } |
| 298 |
#uwp_form_builder_container .uwp-side-sortables .posttype-tabs li { |
| 299 |
display: inline; |
| 300 |
margin-bottom: 0; |
| 301 |
padding: 5px 5px 1px 5px; } |
| 302 |
#uwp_form_builder_container .uwp-side-sortables .posttype-tabs li a { |
| 303 |
color: #333; |
| 304 |
text-decoration: none; } |
| 305 |
#uwp_form_builder_container #uwp-available-fields ul li { |
| 306 |
float: left; |
| 307 |
list-style: none outside none; |
| 308 |
width: 50%; } |
| 309 |
#uwp_form_builder_container #uwp-available-fields ul.full li { |
| 310 |
float: left; |
| 311 |
list-style: none outside none; |
| 312 |
width: 100%; } |
| 313 |
#uwp_form_builder_container .uwp-draggable-form-items { |
| 314 |
border: 1px solid #BBBBBB; |
| 315 |
color: #464646; |
| 316 |
display: block; |
| 317 |
margin-right: 8px; |
| 318 |
padding: 4px 0 4px 5px; |
| 319 |
position: relative; |
| 320 |
text-align: left; |
| 321 |
text-decoration: none; |
| 322 |
background: #fafafa; } |
| 323 |
#uwp_form_builder_container .uwp-draggable-form-items b { |
| 324 |
display: inline-block; |
| 325 |
height: 16px; |
| 326 |
left: 8px; |
| 327 |
line-height: 16px; |
| 328 |
position: absolute; |
| 329 |
width: 18px; } |
| 330 |
|
| 331 |
#uwp_form_builder_container .uwp-taxonomy b { |
| 332 |
background-position: -10px -10px; } |
| 333 |
#uwp_form_builder_container .uwp-text b { |
| 334 |
background-position: -10px -91px; } |
| 335 |
#uwp_form_builder_container .uwp-link b { |
| 336 |
background-position: -10px -91px; } |
| 337 |
#uwp_form_builder_container .uwp-textarea b { |
| 338 |
background-position: -10px -176px; } |
| 339 |
#uwp_form_builder_container .uwp-checkbox b { |
| 340 |
background-position: -10px -261px; } |
| 341 |
#uwp_form_builder_container .uwp-select b { |
| 342 |
background-position: -10px -10px; } |
| 343 |
#uwp_form_builder_container .uwp-multiselect b { |
| 344 |
background-position: -10px -10px; } |
| 345 |
#uwp_form_builder_container .uwp-datepicker b { |
| 346 |
background-position: -10px -218px; } |
| 347 |
#uwp_form_builder_container .uwp-url b { |
| 348 |
background-position: -10px -360px; } |
| 349 |
#uwp_form_builder_container .uwp-digits b, #uwp_form_builder_container .uwp-captcha b { |
| 350 |
background-position: -10px -454px; } |
| 351 |
#uwp_form_builder_container .uwp-phone b { |
| 352 |
background-position: -10px -532px; } |
| 353 |
#uwp_form_builder_container .uwp-file b { |
| 354 |
background-position: -10px -590px; } |
| 355 |
#uwp_form_builder_container .uwp-radio b { |
| 356 |
background-position: -10px -53px; } |
| 357 |
#uwp_form_builder_container .uwp-address b { |
| 358 |
background-position: -10px -132px; } |
| 359 |
#uwp_form_builder_container .uwp-email b { |
| 360 |
background-position: -10px -306px; } |
| 361 |
#uwp_form_builder_container .uwp-currency b { |
| 362 |
background-position: -10px -408px; } |
| 363 |
#uwp_form_builder_container .uwp-time b { |
| 364 |
background-position: -10px -493px; } |
| 365 |
#uwp_form_builder_container .uwp-html b { |
| 366 |
background-position: -10px -562px; } |
| 367 |
#uwp_form_builder_container .uwp-instructions b { |
| 368 |
background-position: -10px -623px; } |
| 369 |
#uwp_form_builder_container .uwp-side-sortables .hndle { |
| 370 |
cursor: move; |
| 371 |
background: #F1F1F1; } |
| 372 |
#uwp_form_builder_container .uwp-side-sortables .handlediv { |
| 373 |
float: right; |
| 374 |
height: 31px; |
| 375 |
width: 27px; |
| 376 |
cursor: pointer; } |
| 377 |
#uwp_form_builder_container .uwp-side-sortables .handlediv:hover { |
| 378 |
background: url(../../images/arrows.png) no-repeat 6px 7px; } |
| 379 |
#uwp_form_builder_container .uwp-datetime b { |
| 380 |
background-position: -10px -218px; } |
| 381 |
#uwp_form_builder_container .uwp-sort-uwp_timing b { |
| 382 |
background-position: -10px -493px; } |
| 383 |
#uwp_form_builder_container .uwp-enum.uwp-sort-is_featured b { |
| 384 |
background-position: -10px 104px; } |
| 385 |
#uwp_form_builder_container .uwp-float.uwp-sort-overall_rating b { |
| 386 |
background-position: -10px 211px; } |
| 387 |
#uwp_form_builder_container .uwp-bigint.uwp-sort-comment_count b { |
| 388 |
background-position: -10px 35px; } |
| 389 |
#uwp_form_builder_container .uwp-random.uwp-sort-post_title b { |
| 390 |
background-position: -10px 70px; } |
| 391 |
#uwp_form_builder_container span.field-type { |
| 392 |
float: right; |
| 393 |
margin-right: 25px; |
| 394 |
font-weight: initial; } |
| 395 |
#uwp_form_builder_container .icon-arrow { |
| 396 |
position: absolute; |
| 397 |
right: 0; |
| 398 |
padding: 10px; |
| 399 |
cursor: pointer; } |
| 400 |
|
| 401 |
/*.general-form-builder-frame{ margin-left:290px;}*/ |
| 402 |
/*.uwp-side-sortables{ margin-left:-290px; float:left;}*/ |
| 403 |
#uwp_form_builder_container .field_row_main { |
| 404 |
margin: 0 7px; |
| 405 |
background: #fff; } |
| 406 |
#uwp_form_builder_container .field_row_main ul { |
| 407 |
margin-top: 0; } |
| 408 |
#uwp_form_builder_container .field_row_main .title { |
| 409 |
border: 1px #DFDFDF solid; |
| 410 |
background: #F1F1F1; |
| 411 |
height: 37px; |
| 412 |
line-height: 32px; |
| 413 |
overflow: hidden; |
| 414 |
padding-left: 10px; |
| 415 |
position: relative; |
| 416 |
text-shadow: 0 1px 0 #FFFFFF; |
| 417 |
word-wrap: break-word; |
| 418 |
padding-top: 3px; |
| 419 |
margin-bottom: 1px; |
| 420 |
cursor: move; } |
| 421 |
#uwp_form_builder_container .field_row_main .title .handlediv { |
| 422 |
float: right; |
| 423 |
height: 26px; |
| 424 |
width: 26px; |
| 425 |
margin: 2px; |
| 426 |
cursor: pointer; |
| 427 |
vertical-align: middle; } |
| 428 |
#uwp_form_builder_container .field_row_main .title .handlediv.close { |
| 429 |
font-size: 12px; |
| 430 |
color: #D70000; |
| 431 |
position: absolute; |
| 432 |
right: -12px; |
| 433 |
top: 2px; } |
| 434 |
#uwp_form_builder_container .field_row_main .title .handlediv.move { |
| 435 |
font-size: 18px; |
| 436 |
color: #666; |
| 437 |
margin-top: -2px; } |
| 438 |
#uwp_form_builder_container .field_row_main .uwp-fieldset { |
| 439 |
background: #fafafa; } |
| 440 |
#uwp_form_builder_container .field_row_main_sort { |
| 441 |
float: left; |
| 442 |
margin: 0 7px; |
| 443 |
border: 1px solid #dfdfdf; |
| 444 |
background: #fff; |
| 445 |
padding: 10px; |
| 446 |
border-radius: 3px; |
| 447 |
-moz-border-radius: 3px; |
| 448 |
-webkit-border-radius: 3px; |
| 449 |
min-height: 405px; |
| 450 |
width: 95%; } |
| 451 |
#uwp_form_builder_container .field_row_main_sort ul { |
| 452 |
margin-top: 0; } |
| 453 |
#uwp_form_builder_container .field_row_main_sort .title { |
| 454 |
border: 1px #DFDFDF solid; |
| 455 |
background: #F1F1F1; |
| 456 |
height: auto; |
| 457 |
line-height: 32px; |
| 458 |
overflow: hidden; |
| 459 |
padding-left: 10px; |
| 460 |
position: relative; |
| 461 |
text-shadow: 0 1px 0 #FFFFFF; |
| 462 |
word-wrap: break-word; |
| 463 |
padding-top: 3px; |
| 464 |
margin-bottom: 1px; |
| 465 |
cursor: move; } |
| 466 |
#uwp_form_builder_container .field_row_main_sort .title .handlediv { |
| 467 |
float: right; |
| 468 |
height: 26px; |
| 469 |
width: 26px; |
| 470 |
margin: 2px; |
| 471 |
cursor: pointer; |
| 472 |
vertical-align: middle; } |
| 473 |
#uwp_form_builder_container .field_row_main_sort .uwp-fieldset { |
| 474 |
background: linear-gradient(to bottom, #E3E3E3 0px, #CCCCCC 100%) repeat scroll 0 0 #E3E3E3; |
| 475 |
box-shadow: 0 1px 0 #E3E3E3 inset; } |
| 476 |
|
| 477 |
#uwp-selected-fields .ui-sortable-handle { |
| 478 |
background: #eee; } |
| 479 |
#uwp-selected-fields .li-settings { |
| 480 |
position: relative; } |
| 481 |
#uwp-selected-fields .field_frm { |
| 482 |
padding: 10px; } |
| 483 |
#uwp-selected-fields input[type="text"], |
| 484 |
#uwp-selected-fields input[type="email"], |
| 485 |
#uwp-selected-fields select { |
| 486 |
width: 100%; |
| 487 |
padding: 6px 12px; |
| 488 |
height: 34px; |
| 489 |
color: #555; |
| 490 |
border: 1px solid #ccc; |
| 491 |
border-radius: 4px; |
| 492 |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| 493 |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| 494 |
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; |
| 495 |
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; |
| 496 |
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } |
| 497 |
#uwp-selected-fields input[type="text"]:focus, |
| 498 |
#uwp-selected-fields input[type="email"]:focus, |
| 499 |
#uwp-selected-fields select:focus { |
| 500 |
border-color: #66afe9; |
| 501 |
outline: 0; |
| 502 |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); |
| 503 |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } |
| 504 |
#uwp-selected-fields ul li label { |
| 505 |
display: inline-block; |
| 506 |
max-width: 100%; |
| 507 |
margin-bottom: 5px; |
| 508 |
font-weight: 700; |
| 509 |
font-size: 14px; |
| 510 |
color: #666666; } |
| 511 |
#uwp-selected-fields .fa-info-circle { |
| 512 |
color: #3673cc; |
| 513 |
font-size: 16px; } |
| 514 |
#uwp-selected-fields .toggle-arrow { |
| 515 |
position: absolute; |
| 516 |
right: 0; |
| 517 |
padding: 12px; |
| 518 |
cursor: pointer; |
| 519 |
z-index: 99; } |
| 520 |
|
| 521 |
#uwp_form_builder_container { |
| 522 |
margin-right: 0; |
| 523 |
/*.field_row_main{ width:63%; float:left;}*/ } |
| 524 |
#uwp_form_builder_container .uwp-side-sortables { |
| 525 |
width: 32%; |
| 526 |
float: left; } |
| 527 |
#uwp_form_builder_container .field_row_main_sort { |
| 528 |
width: 63%; |
| 529 |
float: left; } |
| 530 |
#uwp_form_builder_container #uwp-form-builder-tab, |
| 531 |
#uwp_form_builder_container #uwp-form-builder-tab-predefined { |
| 532 |
float: left; |
| 533 |
width: 100%; } |
| 534 |
#uwp_form_builder_container #uwp-form-builder-tab ul { |
| 535 |
margin: 0; } |
| 536 |
#uwp_form_builder_container #uwp-form-builder-tab-sort ul { |
| 537 |
margin: 0; } |
| 538 |
|
| 539 |
.uwp-setting-name .uwp-help-tip { |
| 540 |
float: none; |
| 541 |
margin: 0; } |
| 542 |
|
| 543 |
.uwp-tab-actions .uwp-advanced-toggle { |
| 544 |
float: left; |
| 545 |
vertical-align: middle; |
| 546 |
margin: 0 10px 0 0; } |
| 547 |
.uwp-tab-actions input#save { |
| 548 |
margin-right: 7px; } |
| 549 |
.uwp-tab-actions a.item-delete { |
| 550 |
color: #a00; |
| 551 |
vertical-align: middle; } |
| 552 |
|
| 553 |
/* tooltip css */ |
| 554 |
.uwp-tooltip-wrap { |
| 555 |
position: relative; |
| 556 |
text-align: left; |
| 557 |
-webkit-transform: translateZ(0); |
| 558 |
/* webkit flicker fix */ |
| 559 |
-webkit-font-smoothing: antialiased; |
| 560 |
/* webkit text rendering fix */ |
| 561 |
width: 100%; |
| 562 |
display: block; |
| 563 |
/* This bridges the gap so you can mouse into the tooltip without it disappearing */ |
| 564 |
/* CSS Triangles - see Trevor's post */ } |
| 565 |
.uwp-tooltip-wrap .uwp-tooltip { |
| 566 |
text-align: center; |
| 567 |
background: #1496bb; |
| 568 |
color: #fff; |
| 569 |
display: block; |
| 570 |
left: -25px; |
| 571 |
margin-bottom: 15px; |
| 572 |
opacity: 0; |
| 573 |
padding: 20px; |
| 574 |
pointer-events: none; |
| 575 |
position: absolute; |
| 576 |
width: 100%; |
| 577 |
-webkit-transform: translateY(10px); |
| 578 |
-moz-transform: translateY(10px); |
| 579 |
-ms-transform: translateY(10px); |
| 580 |
-o-transform: translateY(10px); |
| 581 |
transform: translateY(10px); |
| 582 |
-webkit-transition: all .25s ease-out; |
| 583 |
-moz-transition: all .25s ease-out; |
| 584 |
-o-transition: all .25s ease-out; |
| 585 |
transition: all .25s ease-out; |
| 586 |
-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); |
| 587 |
-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); |
| 588 |
-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); |
| 589 |
-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); |
| 590 |
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); |
| 591 |
bottom: -200px; } |
| 592 |
.uwp-tooltip-wrap .uwp-tooltip:before { |
| 593 |
bottom: -20px; |
| 594 |
content: " "; |
| 595 |
display: block; |
| 596 |
height: 20px; |
| 597 |
left: 0; |
| 598 |
position: absolute; |
| 599 |
width: 100%; } |
| 600 |
.uwp-tooltip-wrap .uwp-tooltip:after { |
| 601 |
border-left: solid transparent 10px; |
| 602 |
border-right: solid transparent 10px; |
| 603 |
border-top: solid #1496bb 10px; |
| 604 |
bottom: -10px; |
| 605 |
content: " "; |
| 606 |
height: 0; |
| 607 |
left: 50%; |
| 608 |
margin-left: -13px; |
| 609 |
position: absolute; |
| 610 |
width: 0; } |
| 611 |
.uwp-tooltip-wrap:hover .uwp-tooltip { |
| 612 |
opacity: 1; |
| 613 |
pointer-events: auto; |
| 614 |
-webkit-transform: translateY(0px); |
| 615 |
-moz-transform: translateY(0px); |
| 616 |
-ms-transform: translateY(0px); |
| 617 |
-o-transform: translateY(0px); |
| 618 |
transform: translateY(0px); |
| 619 |
transition-delay: 0.5s; |
| 620 |
bottom: 100%; } |
| 621 |
|
| 622 |
/* IE can just show/hide with no transition */ |
| 623 |
.lte8 .uwp-tooltip-wrap .uwp-tooltip { |
| 624 |
display: none; } |
| 625 |
.lte8 .uwp-tooltip-wrap:hover .uwp-tooltip { |
| 626 |
display: block; |
| 627 |
transition-delay: 0.5s; } |
| 628 |
|
| 629 |
#uwp_form_builder_container { |
| 630 |
/* |
| 631 |
Radio input buttons |
| 632 |
*/ } |
| 633 |
#uwp_form_builder_container .uwp-cb-enable, #uwp_form_builder_container .uwp-cb-disable, |
| 634 |
#uwp_form_builder_container .uwp-cb-enable span, #uwp_form_builder_container .uwp-cb-disable span { |
| 635 |
display: block; |
| 636 |
float: left; } |
| 637 |
#uwp_form_builder_container .uwp-cb-enable span, #uwp_form_builder_container .uwp-cb-disable span { |
| 638 |
line-height: 30px; |
| 639 |
display: block; |
| 640 |
background-repeat: no-repeat; |
| 641 |
font-weight: bold; } |
| 642 |
#uwp_form_builder_container .uwp-cb-enable span { |
| 643 |
padding: 0 10px; |
| 644 |
-webkit-border-radius: 5px 0 0 5px; |
| 645 |
-moz-border-radius: 5px 0 0 5px; |
| 646 |
border-radius: 5px 0 0 5px; |
| 647 |
border: 1px solid #bbb; |
| 648 |
border-right: none; |
| 649 |
background: #e8e8e8; |
| 650 |
background-image: -webkit-linear-gradient(top, #e8e8e8, #cccccc); |
| 651 |
background-image: -moz-linear-gradient(top, #e8e8e8, #cccccc); |
| 652 |
background-image: -ms-linear-gradient(top, #e8e8e8, #cccccc); |
| 653 |
background-image: -o-linear-gradient(top, #e8e8e8, #cccccc); |
| 654 |
background-image: linear-gradient(to bottom, #e8e8e8, #cccccc); } |
| 655 |
#uwp_form_builder_container .uwp-cb-disable span { |
| 656 |
padding: 0 10px; |
| 657 |
-webkit-border-radius: 0 5px 5px 0; |
| 658 |
-moz-border-radius: 0 5px 5px 0; |
| 659 |
border-radius: 0 5px 5px 0; |
| 660 |
border: 1px solid #bbb; |
| 661 |
border-left: none; |
| 662 |
background: #e8e8e8; |
| 663 |
background-image: -webkit-linear-gradient(top, #e8e8e8, #cccccc); |
| 664 |
background-image: -moz-linear-gradient(top, #e8e8e8, #cccccc); |
| 665 |
background-image: -ms-linear-gradient(top, #e8e8e8, #cccccc); |
| 666 |
background-image: -o-linear-gradient(top, #e8e8e8, #cccccc); |
| 667 |
background-image: linear-gradient(to bottom, #e8e8e8, #cccccc); } |
| 668 |
#uwp_form_builder_container .uwp-ri-disabled:checked + .uwp-cb-disable span { |
| 669 |
border-color: #616161; |
| 670 |
background: #878787; |
| 671 |
background-image: -webkit-linear-gradient(top, #878787, #616161); |
| 672 |
background-image: -moz-linear-gradient(top, #878787, #616161); |
| 673 |
background-image: -ms-linear-gradient(top, #878787, #616161); |
| 674 |
background-image: -o-linear-gradient(top, #878787, #616161); |
| 675 |
background-image: linear-gradient(to bottom, #878787, #616161); |
| 676 |
color: #fff; } |
| 677 |
#uwp_form_builder_container .uwp-ri-enabled:checked + .uwp-cb-enable span { |
| 678 |
border-color: #2980b9; |
| 679 |
background: #3498db; |
| 680 |
background-image: -webkit-linear-gradient(top, #3498db, #2980b9); |
| 681 |
background-image: -moz-linear-gradient(top, #3498db, #2980b9); |
| 682 |
background-image: -ms-linear-gradient(top, #3498db, #2980b9); |
| 683 |
background-image: -o-linear-gradient(top, #3498db, #2980b9); |
| 684 |
background-image: linear-gradient(to bottom, #3498db, #2980b9); |
| 685 |
color: #fff; } |
| 686 |
#uwp_form_builder_container .uwp-switch label { |
| 687 |
cursor: pointer; } |
| 688 |
#uwp_form_builder_container .uwp-switch input { |
| 689 |
display: none; } |
| 690 |
#uwp_form_builder_container .uwp-switch { |
| 691 |
height: 32px; } |
| 692 |
#uwp_form_builder_container .advance.ui-sortable .ui-state-highlight, |
| 693 |
#uwp_form_builder_container .core.ui-sortable .ui-state-highlight { |
| 694 |
width: 100%; |
| 695 |
height: 37px; |
| 696 |
background: #fd9720; } |
| 697 |
#uwp_form_builder_container .select2-container { |
| 698 |
width: 100% !important; } |
| 699 |
|
| 700 |
@media screen and (max-width: 768px) { |
| 701 |
#uwp_form_builder_container .field_row_main { |
| 702 |
margin: 0; |
| 703 |
width: auto; |
| 704 |
float: none; } |
| 705 |
#uwp_form_builder_container .field_row_main_sort { |
| 706 |
margin: 0; |
| 707 |
width: auto; |
| 708 |
float: none; } |
| 709 |
#uwp_form_builder_container .uwp-side-sortables { |
| 710 |
width: auto; |
| 711 |
float: none; |
| 712 |
margin-bottom: 15px; } } |
| 713 |
@media screen and (min-width: 768px) and (max-width: 920px) { |
| 714 |
#uwp_form_builder_container .field_row_main { |
| 715 |
margin: 0; |
| 716 |
width: 54%; } |
| 717 |
#uwp_form_builder_container .field_row_main_sort { |
| 718 |
margin: 0; |
| 719 |
width: 54%; } |
| 720 |
#uwp_form_builder_container .uwp-side-sortables { |
| 721 |
width: 38%; |
| 722 |
margin-right: 15px; |
| 723 |
margin-bottom: 15px; } } |
| 724 |
@media screen and (min-width: 920px) and (max-width: 1080px) { |
| 725 |
#uwp_form_builder_container .field_row_main { |
| 726 |
margin: 0; |
| 727 |
width: 48%; } |
| 728 |
#uwp_form_builder_container .field_row_main_sort { |
| 729 |
margin: 0; |
| 730 |
width: 48%; } |
| 731 |
#uwp_form_builder_container .uwp-side-sortables { |
| 732 |
width: 42%; |
| 733 |
margin-right: 15px; |
| 734 |
margin-bottom: 15px; } } |
| 735 |
@media screen and (min-width: 1080px) and (max-width: 2080px) { |
| 736 |
#uwp_form_builder_container { |
| 737 |
/*.field_row_main{ margin:0; width:48%;}*/ } |
| 738 |
#uwp_form_builder_container .field_row_main_sort { |
| 739 |
margin: 0; |
| 740 |
width: 48%; } |
| 741 |
#uwp_form_builder_container #uwp-available-fields.uwp-side-sortables { |
| 742 |
width: 42%; |
| 743 |
margin-right: 15px; |
| 744 |
margin-bottom: 15px; } |
| 745 |
#uwp_form_builder_container #uwp-selected-fields.uwp-side-sortables { |
| 746 |
width: 55%; |
| 747 |
margin-bottom: 15px; } } |
| 748 |
body.userswp_page_uwp-addons .lity-container { |
| 749 |
max-width: 772px !important; } |
| 750 |
body.userswp_page_uwp-addons .lity-container .lity-iframe-container { |
| 751 |
height: 90vh; } |
| 752 |
|
| 753 |
.uwp-products .uwp-product { |
| 754 |
background: #fff; |
| 755 |
border: 1px solid #ccc; |
| 756 |
display: inline-block; |
| 757 |
position: relative; |
| 758 |
margin: 0 0 15px 0; |
| 759 |
box-sizing: border-box; |
| 760 |
width: 32%; |
| 761 |
margin-left: 2%; } |
| 762 |
.uwp-products .uwp-product:nth-child(3n+1) { |
| 763 |
margin-left: 0; } |
| 764 |
@media screen and (max-width: 600px) { |
| 765 |
.uwp-products .uwp-product { |
| 766 |
width: calc(100% - 15px); } } |
| 767 |
.uwp-products .uwp-product:hover .uwp-product-image img { |
| 768 |
opacity: 0.75; } |
| 769 |
.uwp-products .uwp-product:hover .uwp-product-image .uwp-product-info { |
| 770 |
display: block; } |
| 771 |
.uwp-products .uwp-product a { |
| 772 |
text-decoration: none; } |
| 773 |
.uwp-products .uwp-product h3 { |
| 774 |
background: #f9f9f9; |
| 775 |
padding: 15px; |
| 776 |
margin: 0; } |
| 777 |
.uwp-products .uwp-product h3 .uwp-help-tip { |
| 778 |
float: none; |
| 779 |
margin: 0; } |
| 780 |
.uwp-products .uwp-product .uwp-product-image { |
| 781 |
max-height: 198px; |
| 782 |
display: block; |
| 783 |
overflow: hidden; |
| 784 |
border-top: 1px solid #ddd; |
| 785 |
border-bottom: 1px solid #ddd; |
| 786 |
position: relative; |
| 787 |
box-sizing: border-box; } |
| 788 |
.uwp-products .uwp-product .uwp-product-image img { |
| 789 |
float: left; } |
| 790 |
@media screen and (max-width: 600px) { |
| 791 |
.uwp-products .uwp-product .uwp-product-image { |
| 792 |
max-height: 318px; } } |
| 793 |
.uwp-products .uwp-product .uwp-product-image .uwp-product-info { |
| 794 |
position: absolute; |
| 795 |
top: calc(50% - 14px); |
| 796 |
left: calc(50% - 39px); |
| 797 |
background: #000000b5; |
| 798 |
padding: 5px 10px; |
| 799 |
border-radius: 4px; |
| 800 |
color: #fff; |
| 801 |
display: none; } |
| 802 |
@media screen and (max-width: 600px) { |
| 803 |
.uwp-products .uwp-product .uwp-product-image .uwp-product-info { |
| 804 |
display: block; } } |
| 805 |
.uwp-products .uwp-product .uwp-product-excerpt { |
| 806 |
border-bottom: 1px solid #ddd; |
| 807 |
display: block; |
| 808 |
padding: 5px 10px; } |
| 809 |
.uwp-products .uwp-product .uwp-product-excerpt p { |
| 810 |
margin: 0; } |
| 811 |
.uwp-products .uwp-product .uwp-product-button { |
| 812 |
min-height: 40px; |
| 813 |
display: block; |
| 814 |
background: #f9f9f9; } |
| 815 |
.uwp-products .uwp-product .uwp-product-button .addons-price-text { |
| 816 |
margin: 10px 0 0 6px; |
| 817 |
float: left; } |
| 818 |
.uwp-products .uwp-product .addons-button { |
| 819 |
float: right; |
| 820 |
margin: 5px 6px 0 0; } |
| 821 |
.uwp-products .uwp-product img { |
| 822 |
max-width: 100%; } |
| 823 |
|
| 824 |
#wpeu-licence-popup input { |
| 825 |
padding: 5px; |
| 826 |
box-sizing: border-box; |
| 827 |
border-radius: 2px; |
| 828 |
border: 1px solid #ccc; } |
| 829 |
#wpeu-licence-popup h3 { |
| 830 |
margin: 0 0 6px 0; } |
| 831 |
|
| 832 |
#uwp_form_builder_container .uwp-draggable-form-items b { |
| 833 |
background: transparent url(../images/sprite.png); } |
| 834 |
#uwp_form_builder_container .uwp-side-sortables .handlediv:hover { |
| 835 |
background: url(../images/arrows.png) no-repeat 6px 7px; } |
| 836 |
#uwp_form_builder_container .field_row_main .title .handlediv { |
| 837 |
background: url(../images/arrows_down.png) no-repeat center center; } |
| 838 |
#uwp_form_builder_container .field_row_main_sort .title .handlediv { |
| 839 |
background: url(../images/arrows_down.png) no-repeat center center; } |
| 840 |
#uwp_form_builder_container .field_row_main_sort .title .handlediv.close { |
| 841 |
background: url(../images/cross-img.png) no-repeat center center; } |
| 842 |
#uwp_form_builder_container .field_row_main_sort .title .handlediv.move { |
| 843 |
background: url(../images/move.png) no-repeat center center; } |
| 844 |
|
| 845 |
/*# sourceMappingURL=users-wp-admin.css.map */ |
| 846 |
|