| @@ -1,654 +1 @@ | ||
| 1 | -/*-------------------------------------------------------------- | |
| 2 | -Alerts | |
| 3 | -.uwp-alert-warning, .uwp-alert-info, .uwp-alert-error, .uwp-alert-success { | |
| 4 | - margin: 0 0 10px; | |
| 5 | - padding: 15px; | |
| 6 | - border: 1px solid transparent; | |
| 7 | - border-radius: 4px; } | |
| 8 | - | |
| 9 | -.uwp-alert-warning { | |
| 10 | - color: #8A6D3B; | |
| 11 | - border-color: #FAEBCC; | |
| 12 | - background: #FCF8E3; } | |
| 13 | - | |
| 14 | -.uwp-alert-info { | |
| 15 | - color: #31708F; | |
| 16 | - border-color: #BCE8F1; | |
| 17 | - background: #D9EDF7; } | |
| 18 | - | |
| 19 | -.uwp-alert-error { | |
| 20 | - color: #A94442; | |
| 21 | - border-color: #EBCCD1; | |
| 22 | - background: #F2DEDE; } | |
| 23 | - | |
| 24 | -.uwp-alert-success { | |
| 25 | - color: #3C763D; | |
| 26 | - border-color: #D6E9C6; | |
| 27 | - background: #DFF0D8; } | |
| 28 | - | |
| 29 | -#users-wp .widefat { | |
| 30 | - border: none; | |
| 31 | - box-shadow: none; } | |
| 32 | -#users-wp .content-box { | |
| 33 | - background-color: #fff; | |
| 34 | - border: 1px solid #fff; | |
| 35 | - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); | |
| 36 | - margin-bottom: 20px; | |
| 37 | - padding: 20px; } | |
| 38 | -#users-wp a { | |
| 39 | - text-decoration: none; } | |
| 40 | -#users-wp .item-list-tabs ul.item-list-tabs-ul { | |
| 41 | - border-bottom: 1px solid #ddd; } | |
| 42 | - #users-wp .item-list-tabs ul.item-list-tabs-ul > li { | |
| 43 | - float: left; | |
| 44 | - margin-bottom: -1px; } | |
| 45 | - #users-wp .item-list-tabs ul.item-list-tabs-ul > li > a { | |
| 46 | - position: relative; | |
| 47 | - display: block; | |
| 48 | - padding: 5px 10px; | |
| 49 | - color: #23282d; | |
| 50 | - margin-right: 4px; | |
| 51 | - background-color: #e4e4e4; | |
| 52 | - line-height: 1.42857143; | |
| 53 | - border: 1px solid #cdcdcd; } | |
| 54 | - #users-wp .item-list-tabs ul.item-list-tabs-ul > li > a:hover { | |
| 55 | - background-color: #f1f1f1; } | |
| 56 | - #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 { | |
| 57 | - color: #555; | |
| 58 | - cursor: default; | |
| 59 | - background-color: #f1f1f1; | |
| 60 | - border: 1px solid #cdcdcd; | |
| 61 | - border-bottom-color: transparent; | |
| 62 | - opacity: 1; | |
| 63 | - font-weight: normal; } | |
| 64 | - #users-wp .item-list-tabs ul.item-list-tabs-ul:before, #users-wp .item-list-tabs ul.item-list-tabs-ul:after { | |
| 65 | - display: table; | |
| 66 | - content: ""; | |
| 67 | - line-height: 0; } | |
| 68 | - #users-wp .item-list-tabs ul.item-list-tabs-ul:after { | |
| 69 | - clear: both; } | |
| 70 | -#users-wp .item-list-sub-tabs-ul { | |
| 71 | - overflow: hidden; } | |
| 72 | - #users-wp .item-list-sub-tabs-ul > li { | |
| 73 | - float: left; | |
| 74 | - padding: 0 8px; | |
| 75 | - border-right: 2px solid #959595; | |
| 76 | - font-size: 14px; } | |
| 77 | - #users-wp .item-list-sub-tabs-ul > li:last-child { | |
| 78 | - border-right: none; } | |
| 79 | - #users-wp .item-list-sub-tabs-ul > li:first-child { | |
| 80 | - padding-left: 0; } | |
| 81 | - #users-wp .item-list-sub-tabs-ul > li.selected a { | |
| 82 | - color: #23282d; | |
| 83 | - font-weight: bold; } | |
| 84 | - | |
| 85 | -.uwp-form-table label { | |
| 86 | - display: block; } | |
| 87 | -.uwp-form-table label { | |
| 88 | - color: #666; | |
| 89 | - font-size: 14px; | |
| 90 | - font-style: italic; | |
| 91 | - margin: 4px 0 0; } | |
| 92 | -.uwp-form-table .uwp_label_inline label { | |
| 93 | - display: inline !important; } | |
| 94 | -.uwp-form-table .uwp_label_inline td { | |
| 95 | - padding: 5px 10px; } | |
| 96 | - | |
| 97 | -h3.users_wp_section_heading { | |
| 98 | - background-color: #e7e7e7; | |
| 99 | - padding: 10px; | |
| 100 | - font-size: 13px; | |
| 101 | - color: #6d6d6d; | |
| 102 | - text-transform: uppercase; | |
| 103 | - border-bottom: 1px #dedede solid; | |
| 104 | - border-top: 1px #fff solid; | |
| 105 | - margin: 0; } | |
| 106 | - | |
| 107 | -.uwp-form-table { | |
| 108 | - border-collapse: collapse; | |
| 109 | - margin-top: .5em; | |
| 110 | - width: 100%; | |
| 111 | - clear: both; | |
| 112 | - margin-bottom: 0; } | |
| 113 | - | |
| 114 | -.uwp-form-table, | |
| 115 | -.uwp-form-table td, | |
| 116 | -.uwp-form-table td p, | |
| 117 | -.uwp-form-table th { | |
| 118 | - font-size: 14px; } | |
| 119 | - | |
| 120 | -.uwp-form-table th { | |
| 121 | - vertical-align: top; | |
| 122 | - text-align: left; | |
| 123 | - padding: 15px 10px 5px 0; | |
| 124 | - width: 200px; | |
| 125 | - line-height: 1.3; | |
| 126 | - font-weight: 600; | |
| 127 | - color: #23282d; | |
| 128 | - text-shadow: none; } | |
| 129 | - | |
| 130 | -.uwp-form-table td { | |
| 131 | - margin-bottom: 9px; | |
| 132 | - padding: 10px 10px 10px 0; | |
| 133 | - line-height: 1.3; | |
| 134 | - vertical-align: middle; } | |
| 135 | - | |
| 136 | -.uwp-form-table p, | |
| 137 | -.uwp-form-table span.description { | |
| 138 | - font-size: 13px; | |
| 139 | - font-style: italic; } | |
| 140 | - | |
| 141 | -.uwp-form-table span.description { | |
| 142 | - display: block; } | |
| 143 | - | |
| 144 | -.uwp-form-table input[type=text] { | |
| 145 | - min-width: 300px; } | |
| 146 | - | |
| 147 | -.uwp-form-table .short_code { | |
| 148 | - font-weight: bold; | |
| 149 | - padding-top: 5px; | |
| 150 | - display: block; } | |
| 151 | - | |
| 152 | -.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 { | |
| 153 | - outline: 0; | |
| 154 | - -webkit-box-shadow: none; | |
| 155 | - box-shadow: none; } | |
| 156 | - | |
| 157 | -.uwp_well { | |
| 158 | - min-height: 20px; | |
| 159 | - padding: 19px; | |
| 160 | - margin-bottom: 20px; | |
| 161 | - background-color: #f5f5f5; | |
| 162 | - border: 1px solid #e3e3e3; | |
| 163 | - border-radius: 4px; | |
| 164 | - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | |
| 165 | - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } | |
| 166 | - | |
| 167 | -.uwp_sidebar_label_block th { | |
| 168 | - display: none; } | |
| 169 | - | |
| 170 | -.uwp_media_preview { | |
| 171 | - display: inline-block; } | |
| 172 | - | |
| 173 | -.uwp_media_input { | |
| 174 | - display: inline-block; | |
| 175 | - vertical-align: top; | |
| 176 | - max-width: 372px; } | |
| 177 | - | |
| 178 | -#uwp_form_builder_container { | |
| 179 | - padding: 0; | |
| 180 | - overflow: hidden; | |
| 181 | - width: auto; } | |
| 182 | - #uwp_form_builder_container .clearfix:after { | |
| 183 | - visibility: hidden; | |
| 184 | - display: block; | |
| 185 | - font-size: 0; | |
| 186 | - content: " "; | |
| 187 | - clear: both; | |
| 188 | - height: 0; } | |
| 189 | - #uwp_form_builder_container .uwp-side-sortables { | |
| 190 | - /* width:280px;*/ | |
| 191 | - border: 1px #DFDFDF solid; | |
| 192 | - background: #F5F5F5; } | |
| 193 | - #uwp_form_builder_container .uwp-side-sortables p { | |
| 194 | - padding: 0 10px; } | |
| 195 | - #uwp_form_builder_container .uwp-side-sortables .uwp-tabs-panel { | |
| 196 | - height: auto; | |
| 197 | - overflow: visible; | |
| 198 | - padding: 0.5em 0 0.5em 4px; | |
| 199 | - background-color: #FFFFFF; | |
| 200 | - border: 1px #DFDFDF solid; } | |
| 201 | - #uwp_form_builder_container .uwp-side-sortables .uwp-tabs-panel ul { | |
| 202 | - margin: 0; } | |
| 203 | - #uwp_form_builder_container .uwp-side-sortables h3 { | |
| 204 | - font-size: 15px; | |
| 205 | - font-weight: normal; | |
| 206 | - line-height: 1; | |
| 207 | - padding: 8px 10px; | |
| 208 | - margin: 0; | |
| 209 | - border-bottom: 1px #DFDFDF solid; | |
| 210 | - text-shadow: 0 1px 0 #FFFFFF; } | |
| 211 | - #uwp_form_builder_container .uwp-side-sortables .inside { | |
| 212 | - position: relative; | |
| 213 | - margin: 10px 0; | |
| 214 | - line-height: 1.4em; | |
| 215 | - padding: 0 12px 0 10px; } | |
| 216 | - #uwp_form_builder_container .uwp-side-sortables .posttype-tabs { | |
| 217 | - margin-bottom: 0; } | |
| 218 | - #uwp_form_builder_container .uwp-side-sortables .posttype-tabs li { | |
| 219 | - display: inline; | |
| 220 | - margin-bottom: 0; | |
| 221 | - padding: 5px 5px 1px 5px; } | |
| 222 | - #uwp_form_builder_container .uwp-side-sortables .posttype-tabs li a { | |
| 223 | - color: #333; | |
| 224 | - text-decoration: none; } | |
| 225 | - #uwp_form_builder_container .uwp-side-sortables .chosen-container { | |
| 226 | - width: 100% !important; } | |
| 227 | - #uwp_form_builder_container .uwp-side-sortables .chosen-container .chosen-search-input { | |
| 228 | - width: 100% !important; } | |
| 229 | - #uwp_form_builder_container #uwp-available-fields ul li { | |
| 230 | - float: left; | |
| 231 | - list-style: none outside none; | |
| 232 | - width: 50%; } | |
| 233 | - #uwp_form_builder_container #uwp-available-fields ul.full li { | |
| 234 | - float: left; | |
| 235 | - list-style: none outside none; | |
| 236 | - width: 100%; } | |
| 237 | - #uwp_form_builder_container .uwp-draggable-form-items { | |
| 238 | - border: 1px solid #BBBBBB; | |
| 239 | - color: #464646; | |
| 240 | - display: block; | |
| 241 | - margin-right: 8px; | |
| 242 | - padding: 4px 0 4px 5px; | |
| 243 | - position: relative; | |
| 244 | - text-align: left; | |
| 245 | - text-decoration: none; } | |
| 246 | - #uwp_form_builder_container .uwp-draggable-form-items b { | |
| 247 | - display: inline-block; | |
| 248 | - height: 16px; | |
| 249 | - left: 8px; | |
| 250 | - line-height: 16px; | |
| 251 | - position: absolute; | |
| 252 | - width: 18px; } | |
| 253 | - | |
| 254 | -#uwp_form_builder_container .uwp-taxonomy b { | |
| 255 | - background-position: -10px -10px; } | |
| 256 | -#uwp_form_builder_container .uwp-text b { | |
| 257 | - background-position: -10px -91px; } | |
| 258 | -#uwp_form_builder_container .uwp-link b { | |
| 259 | - background-position: -10px -91px; } | |
| 260 | -#uwp_form_builder_container .uwp-textarea b { | |
| 261 | - background-position: -10px -176px; } | |
| 262 | -#uwp_form_builder_container .uwp-checkbox b { | |
| 263 | - background-position: -10px -261px; } | |
| 264 | -#uwp_form_builder_container .uwp-select b { | |
| 265 | - background-position: -10px -10px; } | |
| 266 | -#uwp_form_builder_container .uwp-multiselect b { | |
| 267 | - background-position: -10px -10px; } | |
| 268 | -#uwp_form_builder_container .uwp-datepicker b { | |
| 269 | - background-position: -10px -218px; } | |
| 270 | -#uwp_form_builder_container .uwp-url b { | |
| 271 | - background-position: -10px -360px; } | |
| 272 | -#uwp_form_builder_container .uwp-digits b, #uwp_form_builder_container .uwp-captcha b { | |
| 273 | - background-position: -10px -454px; } | |
| 274 | -#uwp_form_builder_container .uwp-phone b { | |
| 275 | - background-position: -10px -532px; } | |
| 276 | -#uwp_form_builder_container .uwp-file b { | |
| 277 | - background-position: -10px -590px; } | |
| 278 | -#uwp_form_builder_container .uwp-radio b { | |
| 279 | - background-position: -10px -53px; } | |
| 280 | -#uwp_form_builder_container .uwp-address b { | |
| 281 | - background-position: -10px -132px; } | |
| 282 | -#uwp_form_builder_container .uwp-email b { | |
| 283 | - background-position: -10px -306px; } | |
| 284 | -#uwp_form_builder_container .uwp-currency b { | |
| 285 | - background-position: -10px -408px; } | |
| 286 | -#uwp_form_builder_container .uwp-time b { | |
| 287 | - background-position: -10px -493px; } | |
| 288 | -#uwp_form_builder_container .uwp-html b { | |
| 289 | - background-position: -10px -562px; } | |
| 290 | -#uwp_form_builder_container .uwp-instructions b { | |
| 291 | - background-position: -10px -623px; } | |
| 292 | -#uwp_form_builder_container .uwp-side-sortables .hndle { | |
| 293 | - cursor: move; | |
| 294 | - background: #F1F1F1; } | |
| 295 | -#uwp_form_builder_container .uwp-side-sortables .handlediv { | |
| 296 | - float: right; | |
| 297 | - height: 31px; | |
| 298 | - width: 27px; | |
| 299 | - cursor: pointer; } | |
| 300 | -#uwp_form_builder_container .uwp-side-sortables .handlediv:hover { | |
| 301 | - background: url(../../images/arrows.png) no-repeat 6px 7px; } | |
| 302 | -#uwp_form_builder_container .uwp-datetime b { | |
| 303 | - background-position: -10px -218px; } | |
| 304 | -#uwp_form_builder_container .uwp-sort-uwp_timing b { | |
| 305 | - background-position: -10px -493px; } | |
| 306 | -#uwp_form_builder_container .uwp-enum.uwp-sort-is_featured b { | |
| 307 | - background-position: -10px 104px; } | |
| 308 | -#uwp_form_builder_container .uwp-float.uwp-sort-overall_rating b { | |
| 309 | - background-position: -10px 211px; } | |
| 310 | -#uwp_form_builder_container .uwp-bigint.uwp-sort-comment_count b { | |
| 311 | - background-position: -10px 35px; } | |
| 312 | -#uwp_form_builder_container .uwp-random.uwp-sort-post_title b { | |
| 313 | - background-position: -10px 70px; } | |
| 314 | - | |
| 315 | -/*.general-form-builder-frame{ margin-left:290px;}*/ | |
| 316 | -/*.uwp-side-sortables{ margin-left:-290px; float:left;}*/ | |
| 317 | -#uwp_form_builder_container .field_row_main { | |
| 318 | - margin: 0 7px; | |
| 319 | - background: #fff; } | |
| 320 | - #uwp_form_builder_container .field_row_main ul { | |
| 321 | - margin-top: 0; } | |
| 322 | - #uwp_form_builder_container .field_row_main .title { | |
| 323 | - border: 1px #DFDFDF solid; | |
| 324 | - background: #F1F1F1; | |
| 325 | - height: auto; | |
| 326 | - line-height: 32px; | |
| 327 | - overflow: hidden; | |
| 328 | - padding-left: 10px; | |
| 329 | - position: relative; | |
| 330 | - text-shadow: 0 1px 0 #FFFFFF; | |
| 331 | - word-wrap: break-word; | |
| 332 | - padding-top: 3px; | |
| 333 | - margin-bottom: 1px; | |
| 334 | - cursor: move; } | |
| 335 | - #uwp_form_builder_container .field_row_main .title .handlediv { | |
| 336 | - float: right; | |
| 337 | - height: 26px; | |
| 338 | - width: 26px; | |
| 339 | - margin: 2px; | |
| 340 | - cursor: pointer; | |
| 341 | - vertical-align: middle; } | |
| 342 | - #uwp_form_builder_container .field_row_main .title .handlediv.close { | |
| 343 | - font-size: 18px; | |
| 344 | - color: #D70000; | |
| 345 | - margin-top: -2px; } | |
| 346 | - #uwp_form_builder_container .field_row_main .title .handlediv.move { | |
| 347 | - font-size: 18px; | |
| 348 | - color: #666; | |
| 349 | - margin-top: -2px; } | |
| 350 | - #uwp_form_builder_container .field_row_main .uwp-fieldset { | |
| 351 | - background: linear-gradient(to bottom, #E3E3E3 0px, #CCCCCC 100%) repeat scroll 0 0 #E3E3E3; | |
| 352 | - box-shadow: 0 1px 0 #E3E3E3 inset; } | |
| 353 | -#uwp_form_builder_container .field_row_main_sort { | |
| 354 | - float: left; | |
| 355 | - margin: 0 7px; | |
| 356 | - border: 1px solid #dfdfdf; | |
| 357 | - background: #fff; | |
| 358 | - padding: 10px; | |
| 359 | - border-radius: 3px; | |
| 360 | - -moz-border-radius: 3px; | |
| 361 | - -webkit-border-radius: 3px; | |
| 362 | - min-height: 405px; | |
| 363 | - width: 95%; } | |
| 364 | - #uwp_form_builder_container .field_row_main_sort ul { | |
| 365 | - margin-top: 0; } | |
| 366 | - #uwp_form_builder_container .field_row_main_sort .title { | |
| 367 | - border: 1px #DFDFDF solid; | |
| 368 | - background: #F1F1F1; | |
| 369 | - height: auto; | |
| 370 | - line-height: 32px; | |
| 371 | - overflow: hidden; | |
| 372 | - padding-left: 10px; | |
| 373 | - position: relative; | |
| 374 | - text-shadow: 0 1px 0 #FFFFFF; | |
| 375 | - word-wrap: break-word; | |
| 376 | - padding-top: 3px; | |
| 377 | - margin-bottom: 1px; | |
| 378 | - cursor: move; } | |
| 379 | - #uwp_form_builder_container .field_row_main_sort .title .handlediv { | |
| 380 | - float: right; | |
| 381 | - height: 26px; | |
| 382 | - width: 26px; | |
| 383 | - margin: 2px; | |
| 384 | - cursor: pointer; | |
| 385 | - vertical-align: middle; } | |
| 386 | - #uwp_form_builder_container .field_row_main_sort .uwp-fieldset { | |
| 387 | - background: linear-gradient(to bottom, #E3E3E3 0px, #CCCCCC 100%) repeat scroll 0 0 #E3E3E3; | |
| 388 | - box-shadow: 0 1px 0 #E3E3E3 inset; } | |
| 389 | - | |
| 390 | -#uwp-selected-fields .ui-sortable-handle { | |
| 391 | - background: #eee; } | |
| 392 | -#uwp-selected-fields .field_frm { | |
| 393 | - padding: 10px; } | |
| 394 | -#uwp-selected-fields input[type="text"], | |
| 395 | -#uwp-selected-fields input[type="email"], | |
| 396 | -#uwp-selected-fields select { | |
| 397 | - width: 100%; | |
| 398 | - padding: 6px 12px; | |
| 399 | - height: 34px; | |
| 400 | - color: #555; | |
| 401 | - border: 1px solid #ccc; | |
| 402 | - border-radius: 4px; | |
| 403 | - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
| 404 | - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
| 405 | - -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; | |
| 406 | - -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; | |
| 407 | - transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } | |
| 408 | -#uwp-selected-fields input[type="text"]:focus, | |
| 409 | -#uwp-selected-fields input[type="email"]:focus, | |
| 410 | -#uwp-selected-fields select:focus { | |
| 411 | - border-color: #66afe9; | |
| 412 | - outline: 0; | |
| 413 | - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); | |
| 414 | - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } | |
| 415 | -#uwp-selected-fields ul li label { | |
| 416 | - display: inline-block; | |
| 417 | - max-width: 100%; | |
| 418 | - margin-bottom: 5px; | |
| 419 | - font-weight: 700; | |
| 420 | - font-size: 14px; | |
| 421 | - color: #666666; } | |
| 422 | -#uwp-selected-fields .fa-info-circle { | |
| 423 | - color: #3673cc; | |
| 424 | - font-size: 16px; } | |
| 425 | - | |
| 426 | -#uwp_form_builder_container { | |
| 427 | - margin-right: 0; | |
| 428 | - /*.field_row_main{ width:63%; float:left;}*/ } | |
| 429 | - #uwp_form_builder_container .uwp-side-sortables { | |
| 430 | - width: 32%; | |
| 431 | - float: left; } | |
| 432 | - #uwp_form_builder_container .field_row_main_sort { | |
| 433 | - width: 63%; | |
| 434 | - float: left; } | |
| 435 | - #uwp_form_builder_container #uwp-form-builder-tab, | |
| 436 | - #uwp_form_builder_container #uwp-form-builder-tab-predefined { | |
| 437 | - float: left; | |
| 438 | - width: 100%; } | |
| 439 | - #uwp_form_builder_container #uwp-form-builder-tab ul { | |
| 440 | - margin: 0; } | |
| 441 | - #uwp_form_builder_container #uwp-form-builder-tab-sort ul { | |
| 442 | - margin: 0; } | |
| 443 | - | |
| 444 | -/* tooltip css */ | |
| 445 | -.uwp-tooltip-wrap { | |
| 446 | - position: relative; | |
| 447 | - text-align: left; | |
| 448 | - -webkit-transform: translateZ(0); | |
| 449 | - /* webkit flicker fix */ | |
| 450 | - -webkit-font-smoothing: antialiased; | |
| 451 | - /* webkit text rendering fix */ | |
| 452 | - width: 100%; | |
| 453 | - display: block; | |
| 454 | - /* This bridges the gap so you can mouse into the tooltip without it disappearing */ | |
| 455 | - /* CSS Triangles - see Trevor's post */ } | |
| 456 | - .uwp-tooltip-wrap .uwp-tooltip { | |
| 457 | - text-align: center; | |
| 458 | - background: #1496bb; | |
| 459 | - color: #fff; | |
| 460 | - display: block; | |
| 461 | - left: -25px; | |
| 462 | - margin-bottom: 15px; | |
| 463 | - opacity: 0; | |
| 464 | - padding: 20px; | |
| 465 | - pointer-events: none; | |
| 466 | - position: absolute; | |
| 467 | - width: 100%; | |
| 468 | - -webkit-transform: translateY(10px); | |
| 469 | - -moz-transform: translateY(10px); | |
| 470 | - -ms-transform: translateY(10px); | |
| 471 | - -o-transform: translateY(10px); | |
| 472 | - transform: translateY(10px); | |
| 473 | - -webkit-transition: all .25s ease-out; | |
| 474 | - -moz-transition: all .25s ease-out; | |
| 475 | - -o-transition: all .25s ease-out; | |
| 476 | - transition: all .25s ease-out; | |
| 477 | - -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); | |
| 478 | - -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); | |
| 479 | - -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); | |
| 480 | - -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); | |
| 481 | - box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); | |
| 482 | - bottom: -200px; } | |
| 483 | - .uwp-tooltip-wrap .uwp-tooltip:before { | |
| 484 | - bottom: -20px; | |
| 485 | - content: " "; | |
| 486 | - display: block; | |
| 487 | - height: 20px; | |
| 488 | - left: 0; | |
| 489 | - position: absolute; | |
| 490 | - width: 100%; } | |
| 491 | - .uwp-tooltip-wrap .uwp-tooltip:after { | |
| 492 | - border-left: solid transparent 10px; | |
| 493 | - border-right: solid transparent 10px; | |
| 494 | - border-top: solid #1496bb 10px; | |
| 495 | - bottom: -10px; | |
| 496 | - content: " "; | |
| 497 | - height: 0; | |
| 498 | - left: 50%; | |
| 499 | - margin-left: -13px; | |
| 500 | - position: absolute; | |
| 501 | - width: 0; } | |
| 502 | - .uwp-tooltip-wrap:hover .uwp-tooltip { | |
| 503 | - opacity: 1; | |
| 504 | - pointer-events: auto; | |
| 505 | - -webkit-transform: translateY(0px); | |
| 506 | - -moz-transform: translateY(0px); | |
| 507 | - -ms-transform: translateY(0px); | |
| 508 | - -o-transform: translateY(0px); | |
| 509 | - transform: translateY(0px); | |
| 510 | - transition-delay: 0.5s; | |
| 511 | - bottom: 100%; } | |
| 512 | - | |
| 513 | -/* IE can just show/hide with no transition */ | |
| 514 | -.lte8 .uwp-tooltip-wrap .uwp-tooltip { | |
| 515 | - display: none; } | |
| 516 | -.lte8 .uwp-tooltip-wrap:hover .uwp-tooltip { | |
| 517 | - display: block; | |
| 518 | - transition-delay: 0.5s; } | |
| 519 | - | |
| 520 | -#uwp_form_builder_container { | |
| 521 | - /* | |
| 522 | -Radio input buttons | |
| 523 | -*/ } | |
| 524 | - #uwp_form_builder_container .uwp-cb-enable, #uwp_form_builder_container .uwp-cb-disable, | |
| 525 | - #uwp_form_builder_container .uwp-cb-enable span, #uwp_form_builder_container .uwp-cb-disable span { | |
| 526 | - display: block; | |
| 527 | - float: left; } | |
| 528 | - #uwp_form_builder_container .uwp-cb-enable span, #uwp_form_builder_container .uwp-cb-disable span { | |
| 529 | - line-height: 30px; | |
| 530 | - display: block; | |
| 531 | - background-repeat: no-repeat; | |
| 532 | - font-weight: bold; } | |
| 533 | - #uwp_form_builder_container .uwp-cb-enable span { | |
| 534 | - padding: 0 10px; | |
| 535 | - -webkit-border-radius: 5px 0 0 5px; | |
| 536 | - -moz-border-radius: 5px 0 0 5px; | |
| 537 | - border-radius: 5px 0 0 5px; | |
| 538 | - border: 1px solid #bbb; | |
| 539 | - border-right: none; | |
| 540 | - background: #e8e8e8; | |
| 541 | - background-image: -webkit-linear-gradient(top, #e8e8e8, #cccccc); | |
| 542 | - background-image: -moz-linear-gradient(top, #e8e8e8, #cccccc); | |
| 543 | - background-image: -ms-linear-gradient(top, #e8e8e8, #cccccc); | |
| 544 | - background-image: -o-linear-gradient(top, #e8e8e8, #cccccc); | |
| 545 | - background-image: linear-gradient(to bottom, #e8e8e8, #cccccc); } | |
| 546 | - #uwp_form_builder_container .uwp-cb-disable span { | |
| 547 | - padding: 0 10px; | |
| 548 | - -webkit-border-radius: 0 5px 5px 0; | |
| 549 | - -moz-border-radius: 0 5px 5px 0; | |
| 550 | - border-radius: 0 5px 5px 0; | |
| 551 | - border: 1px solid #bbb; | |
| 552 | - border-left: none; | |
| 553 | - background: #e8e8e8; | |
| 554 | - background-image: -webkit-linear-gradient(top, #e8e8e8, #cccccc); | |
| 555 | - background-image: -moz-linear-gradient(top, #e8e8e8, #cccccc); | |
| 556 | - background-image: -ms-linear-gradient(top, #e8e8e8, #cccccc); | |
| 557 | - background-image: -o-linear-gradient(top, #e8e8e8, #cccccc); | |
| 558 | - background-image: linear-gradient(to bottom, #e8e8e8, #cccccc); } | |
| 559 | - #uwp_form_builder_container .uwp-ri-disabled:checked + .uwp-cb-disable span { | |
| 560 | - border-color: #616161; | |
| 561 | - background: #878787; | |
| 562 | - background-image: -webkit-linear-gradient(top, #878787, #616161); | |
| 563 | - background-image: -moz-linear-gradient(top, #878787, #616161); | |
| 564 | - background-image: -ms-linear-gradient(top, #878787, #616161); | |
| 565 | - background-image: -o-linear-gradient(top, #878787, #616161); | |
| 566 | - background-image: linear-gradient(to bottom, #878787, #616161); | |
| 567 | - color: #fff; } | |
| 568 | - #uwp_form_builder_container .uwp-ri-enabled:checked + .uwp-cb-enable span { | |
| 569 | - border-color: #2980b9; | |
| 570 | - background: #3498db; | |
| 571 | - background-image: -webkit-linear-gradient(top, #3498db, #2980b9); | |
| 572 | - background-image: -moz-linear-gradient(top, #3498db, #2980b9); | |
| 573 | - background-image: -ms-linear-gradient(top, #3498db, #2980b9); | |
| 574 | - background-image: -o-linear-gradient(top, #3498db, #2980b9); | |
| 575 | - background-image: linear-gradient(to bottom, #3498db, #2980b9); | |
| 576 | - color: #fff; } | |
| 577 | - #uwp_form_builder_container .uwp-switch label { | |
| 578 | - cursor: pointer; } | |
| 579 | - #uwp_form_builder_container .uwp-switch input { | |
| 580 | - display: none; } | |
| 581 | - #uwp_form_builder_container .uwp-switch { | |
| 582 | - height: 32px; } | |
| 583 | - #uwp_form_builder_container .advance.ui-sortable .ui-state-highlight, | |
| 584 | - #uwp_form_builder_container .core.ui-sortable .ui-state-highlight { | |
| 585 | - width: 100%; | |
| 586 | - height: 37px; | |
| 587 | - background: #fd9720; } | |
| 588 | - | |
| 589 | -.uwp_chosen_select { | |
| 590 | - width: 100%; } | |
| 591 | - | |
| 592 | -@media screen and (max-width: 768px) { | |
| 593 | - #uwp_form_builder_container .field_row_main { | |
| 594 | - margin: 0; | |
| 595 | - width: auto; | |
| 596 | - float: none; } | |
| 597 | - #uwp_form_builder_container .field_row_main_sort { | |
| 598 | - margin: 0; | |
| 599 | - width: auto; | |
| 600 | - float: none; } | |
| 601 | - #uwp_form_builder_container .uwp-side-sortables { | |
| 602 | - width: auto; | |
| 603 | - float: none; | |
| 604 | - margin-bottom: 15px; } } | |
| 605 | -@media screen and (min-width: 768px) and (max-width: 920px) { | |
| 606 | - #uwp_form_builder_container .field_row_main { | |
| 607 | - margin: 0; | |
| 608 | - width: 54%; } | |
| 609 | - #uwp_form_builder_container .field_row_main_sort { | |
| 610 | - margin: 0; | |
| 611 | - width: 54%; } | |
| 612 | - #uwp_form_builder_container .uwp-side-sortables { | |
| 613 | - width: 38%; | |
| 614 | - margin-right: 15px; | |
| 615 | - margin-bottom: 15px; } } | |
| 616 | -@media screen and (min-width: 920px) and (max-width: 1080px) { | |
| 617 | - #uwp_form_builder_container .field_row_main { | |
| 618 | - margin: 0; | |
| 619 | - width: 48%; } | |
| 620 | - #uwp_form_builder_container .field_row_main_sort { | |
| 621 | - margin: 0; | |
| 622 | - width: 48%; } | |
| 623 | - #uwp_form_builder_container .uwp-side-sortables { | |
| 624 | - width: 42%; | |
| 625 | - margin-right: 15px; | |
| 626 | - margin-bottom: 15px; } } | |
| 627 | -@media screen and (min-width: 1080px) and (max-width: 2080px) { | |
| 628 | - #uwp_form_builder_container { | |
| 629 | - /*.field_row_main{ margin:0; width:48%;}*/ } | |
| 630 | - #uwp_form_builder_container .field_row_main_sort { | |
| 631 | - margin: 0; | |
| 632 | - width: 48%; } | |
| 633 | - #uwp_form_builder_container #uwp-available-fields.uwp-side-sortables { | |
| 634 | - width: 42%; | |
| 635 | - margin-right: 15px; | |
| 636 | - margin-bottom: 15px; } | |
| 637 | - #uwp_form_builder_container #uwp-selected-fields.uwp-side-sortables { | |
| 638 | - width: 55%; | |
| 639 | - margin-bottom: 15px; } } | |
| 640 | -#uwp_form_builder_container .uwp-draggable-form-items b { | |
| 641 | - background: transparent url(../images/sprite.png); } | |
| 642 | -#uwp_form_builder_container .uwp-side-sortables .handlediv:hover { | |
| 643 | - background: url(../images/arrows.png) no-repeat 6px 7px; } | |
| 644 | -#uwp_form_builder_container .field_row_main .title .handlediv { | |
| 645 | - background: url(../images/arrows_down.png) no-repeat center center; } | |
| 646 | -#uwp_form_builder_container .field_row_main_sort .title .handlediv { | |
| 647 | - background: url(../images/arrows_down.png) no-repeat center center; } | |
| 648 | -#uwp_form_builder_container .field_row_main_sort .title .handlediv.close { | |
| 649 | - background: url(../images/cross-img.png) no-repeat center center; } | |
| 650 | -#uwp_form_builder_container .field_row_main_sort .title .handlediv.move { | |
| 651 | - background: url(../images/move.png) no-repeat center center; } | |
| 652 | - | |
| 653 | -/*# sourceMappingURL=users-wp-admin.css.map */ | |
| 1 | +.button-primary.uwp-advanced-toggle{float:right;margin:10px}.single_select_page .select2-container{display:inline-block}.uwp-tooltip-wrap{position:relative;text-align:left;-webkit-transform:translateZ(0);-webkit-font-smoothing:antialiased;width:100%;display:block}.lte8 .uwp-tooltip-wrap .uwp-tooltip{display:none}.uwp-ui-tooltip{padding:7px;position:absolute;z-index:9999;max-width:300px;background:#333!important;border-radius:3px!important;-webkit-box-shadow:1px 1px 2px 1px hsla(0,0%,83.9%,.5);box-shadow:1px 1px 2px 1px hsla(0,0%,83.9%,.5);color:#dedede!important;text-rendering:optimizeLegibility;text-shadow:none!important;white-space:pre-line;word-wrap:break-word;border-width:1px}.uwp-help-tip{cursor:help;float:right;margin:2px -15px 0 0}.uwp-settings-title .uwp-help-tip{float:none;margin:0 0 0 10px}.uwp-upload-fields{float:left;margin-left:12px}.uwp-upload-display.thumbnail{float:left;min-width:25px;min-height:25px}.uwp-upload-img .centered{width:100%;height:100%;text-align:center;vertical-align:middle}.uwp-upload-display img{max-height:100px;max-width:100px;vertical-align:middle;margin:auto}.uwp-pb-wrapper .progressBar{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);border:none}.uwp-pb-wrapper .progressBar div{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}span.uwp-custom-desc code{position:relative;background-color:#e0e0e0;padding:5px;margin:2px;border-radius:3px;color:#6d6d6d;cursor:pointer;border:1px solid #e4e4e4;display:inline-block}span.uwp-custom-desc code.uwp-tag-copied:before{content:"Copied";position:absolute;background:#000;color:#fff;top:-30px;left:calc(50% - 35px);padding:5px 10px;border-radius:5px;font-style:normal}span.uwp-custom-desc code.uwp-tag-copied:after{top:100%;display:none}.uwp-tag-copied span,span.uwp-custom-desc code.uwp-tag-copied:after{content:" ";position:absolute;left:50%;margin:-29px 0 0 -5px;border:5px solid transparent;border-top-color:#000}.uwp-tag-copied span{top:25px}.profile_seo_meta_separator-wrap td.forminp-radio ul li{display:inline-block;margin-right:5px}.profile_seo_meta_separator-wrap td.forminp-radio ul li label input.uwp-seo-meta-separator{position:absolute;top:-20px;left:0}.profile_seo_meta_separator-wrap td.forminp-radio ul li label{padding:10px 15px;position:relative;vertical-align:middle;overflow:hidden;margin:0!important;border:1px solid #ccc;margin-right:10px}.profile_seo_meta_separator-wrap td.forminp-radio ul li label.active{border-color:#007bba;border-width:2px}.wp-list-table.membershiptypes .manage-column.column-reorder,.wp-list-table.membershiptypes .reorder.column-reorder,.wp-list-table.usertypes .manage-column.column-reorder,.wp-list-table.usertypes .reorder.column-reorder{width:5%;text-align:center}.uwp-dragging{background-color:#fff;border:1px solid #007cba;box-shadow:0 4px 8px rgba(0,0,0,.1);opacity:.9}.uwp-drag-placeholder{background-color:#f0f0f1;border:1px dashed #007cba;visibility:visible!important}.wp-admin .single_select_page .select2-container{width:25em}@media only screen and (max-width:600px){.wp-admin .single_select_page .select2-container{width:100%;margin-bottom:.5rem}}.wp-admin .wrap.userswp .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove{padding-right:0} | |