app.min.js
8 years ago
chosen-sprite.png
8 years ago
chosen-sprite@2x.png
8 years ago
styles.css
8 years ago
styles.css
874 lines
| 1 | #advanced-attributes hr { |
| 2 | margin-top: 30px; } |
| 3 | #advanced-attributes h3.inner-title { |
| 4 | color: #425e99; } |
| 5 | |
| 6 | /*# sourceMappingURL=advancedAttributes.css.map */ |
| 7 | |
| 8 | #availability-price .input.checkbox { |
| 9 | padding-left: 4px; } |
| 10 | #availability-price .input.inner { |
| 11 | margin-left: 10px; } |
| 12 | #availability-price .input.inner h4 { |
| 13 | margin-top: 5px; } |
| 14 | #availability-price h4 { |
| 15 | margin-bottom: 5px; } |
| 16 | #availability-price .input { |
| 17 | margin-bottom: 5px; } |
| 18 | #availability-price .open-indicator { |
| 19 | display: inline-block; |
| 20 | width: 7px; } |
| 21 | |
| 22 | /*# sourceMappingURL=availabilityPrice.css.map */ |
| 23 | |
| 24 | #basic-product-information .input.checkbox { |
| 25 | padding-left: 4px; } |
| 26 | #basic-product-information h4 { |
| 27 | margin-bottom: 5px; } |
| 28 | #basic-product-information .input { |
| 29 | margin-bottom: 5px; } |
| 30 | |
| 31 | /*# sourceMappingURL=basicInformation.css.map */ |
| 32 | |
| 33 | |
| 34 | |
| 35 | /*# sourceMappingURL=common.css.map */ |
| 36 | |
| 37 | .wpallexport-mappings a.add { |
| 38 | display: block; |
| 39 | background: url("../static/img/add.png") no-repeat; |
| 40 | background-position-y: 3px; |
| 41 | padding-left: 15px; |
| 42 | margin-top: 10px; } |
| 43 | .wpallexport-mappings a.delete { |
| 44 | background: url("../static/img/trash.png") no-repeat; |
| 45 | width: 19px; |
| 46 | height: 22px; |
| 47 | display: inline-block; |
| 48 | position: relative; |
| 49 | top: 5px; } |
| 50 | .wpallexport-mappings .fade-in-out.ng-move, |
| 51 | .wpallexport-mappings .fade-in-out.ng-enter, |
| 52 | .wpallexport-mappings .fade-in-out.ng-leave { |
| 53 | -webkit-transition: all linear 0.15s; |
| 54 | transition: all linear 0.15s; } |
| 55 | .wpallexport-mappings .fade-in-out.ng-leave.ng-leave-active, |
| 56 | .wpallexport-mappings .fade-in-out.ng-move, |
| 57 | .wpallexport-mappings .fade-in-out.ng-enter { |
| 58 | opacity: 0; } |
| 59 | .wpallexport-mappings .fade-in-out.ng-leave, |
| 60 | .wpallexport-mappings .fade-in-out.ng-move.ng-move-active, |
| 61 | .wpallexport-mappings .fade-in-out.ng-enter.ng-enter-active { |
| 62 | opacity: 1; } |
| 63 | |
| 64 | /*# sourceMappingURL=mapping.css.map */ |
| 65 | |
| 66 | |
| 67 | |
| 68 | /*# sourceMappingURL=detailedInformation.css.map */ |
| 69 | |
| 70 | .category-mapper { |
| 71 | user-select: none; |
| 72 | position: relative; } |
| 73 | .category-mapper ul { |
| 74 | list-style: none; } |
| 75 | .category-mapper ul li { |
| 76 | display: block; |
| 77 | position: relative; |
| 78 | margin-bottom: 0; } |
| 79 | .category-mapper ul li .with-children .category { |
| 80 | min-height: 36px; } |
| 81 | .category-mapper ul li .without-children .category { |
| 82 | margin-top: 9px; |
| 83 | min-height: 18px; } |
| 84 | .category-mapper ul li .category-name-container { |
| 85 | float: left; |
| 86 | position: relative; } |
| 87 | .category-mapper ul li .line { |
| 88 | float: left; |
| 89 | border-top: 1px dashed #40acad; |
| 90 | margin-top: 24px; } |
| 91 | .category-mapper ul li .mapping { |
| 92 | float: right; } |
| 93 | .category-mapper ul li .category-icon-container { |
| 94 | position: relative; } |
| 95 | .category-mapper ul li:after { |
| 96 | /* bullets */ |
| 97 | position: absolute; |
| 98 | left: -26px; |
| 99 | /*adjust manually*/ |
| 100 | top: 0; } |
| 101 | .category-mapper ul li:before { |
| 102 | /* lines */ |
| 103 | content: ""; |
| 104 | position: absolute; |
| 105 | left: 12px; |
| 106 | /* adjust manually */ |
| 107 | height: 100%; |
| 108 | width: 1px; } |
| 109 | .category-mapper ul li:first-child:before { |
| 110 | /* first li's line */ |
| 111 | top: 38px; |
| 112 | /* moves the line down so that it disappears under the bullet. Adjust manually */ } |
| 113 | .category-mapper ul li:last-child:before { |
| 114 | /* last li's line */ |
| 115 | height: 6px; |
| 116 | /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */ } |
| 117 | .category-mapper .category |
| 118 | ul.icons li { |
| 119 | margin-bottom: 40px; } |
| 120 | .category-mapper .category { |
| 121 | border: 1px dashed #40acad; |
| 122 | border-radius: 5px; |
| 123 | position: relative; |
| 124 | padding: 7px; |
| 125 | background-color: #fff; |
| 126 | display: inline-block; |
| 127 | margin-left: 3px; } |
| 128 | .category-mapper .mapping { |
| 129 | position: relative; |
| 130 | width: 400px; |
| 131 | background-color: #fff; |
| 132 | padding: 5px 5px 5px 0; |
| 133 | font-size: 12px; } |
| 134 | .category-mapper .mapping.gender { |
| 135 | padding: 0 !important; } |
| 136 | .category-mapper .category-title { |
| 137 | font-size: 13px !important; |
| 138 | font-weight: bold !important; |
| 139 | color: #000 !important; |
| 140 | text-decoration: none; } |
| 141 | .category-mapper .children-number { |
| 142 | font-size: 12px; |
| 143 | color: #7c7c7c; } |
| 144 | .category-mapper button { |
| 145 | cursor: pointer; } |
| 146 | .category-mapper .plus, .category-mapper .minus { |
| 147 | color: #40acad; |
| 148 | font-size: 11px; |
| 149 | border: 2px solid; |
| 150 | border-radius: 50%; |
| 151 | display: inline-block; |
| 152 | width: 17px; |
| 153 | height: 17px; |
| 154 | font-weight: bold; |
| 155 | cursor: pointer; |
| 156 | margin-right: 6px; |
| 157 | background-color: #fff; |
| 158 | margin-top: 2px; } |
| 159 | .category-mapper .plus svg, .category-mapper .minus svg { |
| 160 | margin-left: auto; |
| 161 | margin-right: auto; |
| 162 | margin-top: 5px; |
| 163 | display: block; |
| 164 | fill: #40acad; } |
| 165 | .category-mapper .plus { |
| 166 | background-color: #40acad; } |
| 167 | .category-mapper .plus svg { |
| 168 | margin-top: 4px; |
| 169 | fill: #fff; } |
| 170 | .category-mapper .plus.blank { |
| 171 | background-color: #fff; } |
| 172 | .category-mapper .vline { |
| 173 | border-left: 1px dashed #40acad; |
| 174 | height: 12px; |
| 175 | width: 0; |
| 176 | margin-left: 10px; } |
| 177 | .category-mapper .vline.bottom { |
| 178 | height: 24px; } |
| 179 | .category-mapper .hline { |
| 180 | position: absolute; |
| 181 | border-bottom: dashed 1px #40acad; |
| 182 | top: 25px; |
| 183 | width: 100%; } |
| 184 | .category-mapper .noborder { |
| 185 | border: none; } |
| 186 | .category-mapper .dot { |
| 187 | border: 2px solid #40acad; |
| 188 | border-radius: 50%; |
| 189 | width: 3px; |
| 190 | height: 3px; |
| 191 | background-color: #40acad; |
| 192 | display: block; |
| 193 | float: left; |
| 194 | margin-top: 22px; |
| 195 | margin-left: 3px; |
| 196 | margin-right: 3px; } |
| 197 | .category-mapper .mask { |
| 198 | position: absolute; |
| 199 | bottom: 0; |
| 200 | left: 0; |
| 201 | background-color: #fff; |
| 202 | width: 24px; |
| 203 | height: 40px; } |
| 204 | .category-mapper .mask.grey { |
| 205 | background-color: #f1f1f1; } |
| 206 | |
| 207 | /*# sourceMappingURL=categoryMapper.css.map */ |
| 208 | |
| 209 | .selected-automatically { |
| 210 | color: grey !important; } |
| 211 | |
| 212 | .wpae-google-category-input.opened { |
| 213 | border-radius: 5px 5px 0 0 !important; |
| 214 | border-bottom: none; } |
| 215 | |
| 216 | .google-category-selector { |
| 217 | display: inline-block; |
| 218 | background-color: #fff; |
| 219 | border: 1px solid #ccc; |
| 220 | border-radius: 0 0 5px 5px; |
| 221 | width: 400px; } |
| 222 | .google-category-selector .expand { |
| 223 | float: right; } |
| 224 | .google-category-selector .header { |
| 225 | text-align: right; |
| 226 | padding: 5px; } |
| 227 | .google-category-selector .header a { |
| 228 | font-family: 'Open-Sans', sans-serif; |
| 229 | font-size: 14px; |
| 230 | font-weight: bold; |
| 231 | text-decoration: none; |
| 232 | color: #40acad; } |
| 233 | .google-category-selector .header a:hover { |
| 234 | color: red; } |
| 235 | .google-category-selector .breadcrumbs { |
| 236 | cursor: pointer; |
| 237 | font-size: 12px; |
| 238 | padding: 3px; } |
| 239 | .google-category-selector span.breadcrumb-content:hover { |
| 240 | text-decoration: underline; } |
| 241 | .google-category-selector ul { |
| 242 | padding-left: 0; |
| 243 | background-color: transparent; } |
| 244 | .google-category-selector ul li { |
| 245 | list-style: none; |
| 246 | cursor: pointer; |
| 247 | font-size: 12px; |
| 248 | margin-bottom: 0; } |
| 249 | .google-category-selector ul li .div-content { |
| 250 | padding: 3px 10px 0 10px; } |
| 251 | .google-category-selector ul li .div-content:hover { |
| 252 | background-color: #40acad; |
| 253 | color: #fff; } |
| 254 | .google-category-selector .search { |
| 255 | background-image: url("../static/img/search.svg"); |
| 256 | background-repeat: no-repeat; |
| 257 | background-size: 15px 15px; |
| 258 | background-position: 355px 3px; } |
| 259 | .google-category-selector .expand-button { |
| 260 | width: 20px; |
| 261 | height: 20px; |
| 262 | display: block; |
| 263 | float: left; } |
| 264 | .google-category-selector .expand-button .chevron { |
| 265 | background-color: #F1F2F2; |
| 266 | border: 1px solid #ccc; |
| 267 | width: 20px; |
| 268 | height: 20px; |
| 269 | border-radius: 50%; } |
| 270 | .google-category-selector .expand-button .chevron svg { |
| 271 | fill: #7086B4; |
| 272 | display: block; |
| 273 | margin-left: auto; |
| 274 | margin-right: auto; |
| 275 | margin-top: 4px; } |
| 276 | .google-category-selector .google-category-name-container { |
| 277 | display: block; |
| 278 | margin-left: 35px; |
| 279 | width: 100%; |
| 280 | vertical-align: top; |
| 281 | margin-top: 2px; |
| 282 | font-size: 14px; |
| 283 | height: 24px; } |
| 284 | .google-category-selector .google-no-results-found { |
| 285 | font-size: 16px; |
| 286 | color: #808080; |
| 287 | text-align: center; |
| 288 | margin-top: 45px; |
| 289 | margin-bottom: 45px; } |
| 290 | .google-category-selector .inner-categories { |
| 291 | margin-left: 25px; } |
| 292 | |
| 293 | .no-categories-notice { |
| 294 | max-width: 550px; |
| 295 | margin-left: 28px; |
| 296 | margin-top: 3px; |
| 297 | margin-bottom: 7px; } |
| 298 | |
| 299 | /*# sourceMappingURL=googleCategorySelector.css.map */ |
| 300 | |
| 301 | |
| 302 | |
| 303 | /*# sourceMappingURL=productCategories.css.map */ |
| 304 | |
| 305 | |
| 306 | |
| 307 | /*# sourceMappingURL=shipping.css.map */ |
| 308 | |
| 309 | .slide-toggle { |
| 310 | transition: 0.6s ease-in-out; |
| 311 | -webkit-transition: 0.6s ease-in-out; } |
| 312 | |
| 313 | #googleMerchants .adjust-price input { |
| 314 | border-radius: 5px 0 0 5px !important; |
| 315 | border-right: none; } |
| 316 | #googleMerchants .adjust-price select { |
| 317 | margin-left: 0; |
| 318 | width: 50px; |
| 319 | border-radius: 0 5px 5px 0 !important; |
| 320 | background-position: right 5px top 9px; } |
| 321 | #googleMerchants .adjust-price .tooltip-container { |
| 322 | margin-top: 5px; } |
| 323 | #googleMerchants .adjust-price-link { |
| 324 | display: block; |
| 325 | margin-top: 5px; } |
| 326 | #googleMerchants div.input label { |
| 327 | color: #000; } |
| 328 | #googleMerchants p { |
| 329 | margin-top: 0; } |
| 330 | #googleMerchants select { |
| 331 | width: 400px; |
| 332 | margin: 10px 0 10px 0; |
| 333 | -webkit-appearance: none; |
| 334 | height: 40px; |
| 335 | border: 1px solid #ddd; |
| 336 | border-radius: 4px; |
| 337 | -moz-border-radius: 4px; |
| 338 | -khtml-border-radius: 4px; |
| 339 | -webkit-border-radius: 4px; |
| 340 | color: #777; |
| 341 | font-size: 15px; |
| 342 | position: relative; |
| 343 | padding-left: 9px; |
| 344 | cursor: pointer; |
| 345 | top: 0; |
| 346 | background-image: url(../static/img/ddown.png); |
| 347 | background-repeat: no-repeat; |
| 348 | background-position: right 9px top 8px; } |
| 349 | #googleMerchants select:focus { |
| 350 | outline: none; } |
| 351 | #googleMerchants select.inner { |
| 352 | margin-left: 26px; } |
| 353 | #googleMerchants .pointer { |
| 354 | cursor: pointer; } |
| 355 | #googleMerchants .wpallexport-collapsed-content { |
| 356 | display: block; |
| 357 | padding: 0; } |
| 358 | #googleMerchants .wpallexport-collapsed-content-inner { |
| 359 | padding-top: 5px; } |
| 360 | #googleMerchants .wpallexport-section { |
| 361 | display: block; } |
| 362 | #googleMerchants .wpallexport-content-section { |
| 363 | padding-bottom: 0; |
| 364 | margin-bottom: 10px; } |
| 365 | #googleMerchants .wpallexport-help { |
| 366 | position: relative; |
| 367 | top: -2px; } |
| 368 | #googleMerchants .wpallexport-collapsed-header:not(.wpallexport-advanced-options-header) { |
| 369 | margin-bottom: 15px; |
| 370 | padding-left: 24px; } |
| 371 | #googleMerchants .advanced-options { |
| 372 | color: #40acad; } |
| 373 | #googleMerchants div.inner { |
| 374 | margin-left: 23px; |
| 375 | margin-top: 5px; |
| 376 | margin-bottom: 5px; } |
| 377 | #googleMerchants .input.inner { |
| 378 | margin-left: 26px; |
| 379 | margin-top: 5px; } |
| 380 | #googleMerchants .input.checkbox.inner { |
| 381 | margin-left: 26px; |
| 382 | margin-top: 10px; } |
| 383 | #googleMerchants .wpallexport-google-merchants-advanced-options .wpallexport-advanced-options-header h3 { |
| 384 | color: #40acad; } |
| 385 | #googleMerchants .wpallexport-google-merchants-advanced-options .wpallexport-content-section { |
| 386 | border-top: 1px solid #ddd; |
| 387 | border-right-style: none; |
| 388 | border-bottom-style: none; |
| 389 | border-left-style: none; |
| 390 | background: #f1f2f2; |
| 391 | padding-bottom: 15px; |
| 392 | margin: 5px 0 0; } |
| 393 | #googleMerchants .wpallexport-google-merchants-advanced-options .wpallexport-advanced-options-content { |
| 394 | display: block; } |
| 395 | #googleMerchants .wpallexport-help { |
| 396 | color: #fff; |
| 397 | font-weight: 900; |
| 398 | border-radius: 50%; } |
| 399 | #googleMerchants input.custom-value, #googleMerchants select.custom-value { |
| 400 | font-size: 12px !important; |
| 401 | height: 35px; |
| 402 | border: 1px solid #ddd; |
| 403 | border-radius: 4px; |
| 404 | -moz-border-radius: 4px; |
| 405 | -khtml-border-radius: 4px; |
| 406 | -webkit-border-radius: 4px; |
| 407 | color: #000; |
| 408 | position: relative; |
| 409 | top: 0; |
| 410 | width: 250px; |
| 411 | margin-left: 1px; } |
| 412 | #googleMerchants input.custom-value { |
| 413 | padding-left: 9px; |
| 414 | margin-left: 2px; } |
| 415 | #googleMerchants select.custom-value { |
| 416 | color: #777; } |
| 417 | #googleMerchants input[type=radio], #googleMerchants input[type=checkbox] { |
| 418 | margin-right: 8px; } |
| 419 | #googleMerchants .wpallexport-advanced-options-header { |
| 420 | padding-left: 25px; } |
| 421 | #googleMerchants .wpallexport-advanced-options-content input, #googleMerchants .wpallexport-advanced-options-content select { |
| 422 | margin-left: 0; } |
| 423 | #googleMerchants .fade.ng-hide { |
| 424 | opacity: 0; } |
| 425 | #googleMerchants .fade.ng-hide-remove, |
| 426 | #googleMerchants .fade.ng-hide-add { |
| 427 | display: block !important; } |
| 428 | #googleMerchants .fade.ng-hide-remove { |
| 429 | transition: all linear 300ms; } |
| 430 | #googleMerchants .fade.ng-hide-add { |
| 431 | transition: all linear 200ms; } |
| 432 | #googleMerchants .wpallexport-advanced-options { |
| 433 | padding: 0 0 0 5px; } |
| 434 | #googleMerchants .editable { |
| 435 | font-size: 12px !important; |
| 436 | -moz-appearance: textfield; |
| 437 | -webkit-appearance: textfield; |
| 438 | margin: 10px; |
| 439 | width: auto; |
| 440 | background-color: #fff; |
| 441 | border: 1px solid #ddd; |
| 442 | border-radius: 4px; |
| 443 | -moz-border-radius: 4px; |
| 444 | padding: 10px; |
| 445 | -khtml-border-radius: 4px; |
| 446 | -webkit-border-radius: 4px; |
| 447 | color: #000; |
| 448 | position: relative; |
| 449 | top: 0; |
| 450 | margin-left: 1px; } |
| 451 | #googleMerchants .editable:empty:before { |
| 452 | content: attr(placeholder); |
| 453 | cursor: text; |
| 454 | opacity: 0.7; |
| 455 | display: block; |
| 456 | /* For Firefox */ } |
| 457 | #googleMerchants .select-container { |
| 458 | width: 300px; |
| 459 | padding: 10px 10px 10px 25px; } |
| 460 | #googleMerchants .chosen-search input { |
| 461 | margin: 1px 0; |
| 462 | padding: 4px 20px 4px 5px; |
| 463 | width: 100%; |
| 464 | height: auto; |
| 465 | outline: 0; |
| 466 | border: 1px solid #aaa; |
| 467 | background: #fff url(../static/js/jquery/css/chosen/chosen-sprite.png) no-repeat 100% -20px; |
| 468 | font-size: 1em; |
| 469 | font-family: sans-serif; |
| 470 | line-height: normal; |
| 471 | border-radius: 0; } |
| 472 | #googleMerchants input.wpae-default-input { |
| 473 | width: 300px; |
| 474 | max-width: 300px; |
| 475 | padding: 13px; |
| 476 | border-radius: 5px; } |
| 477 | #googleMerchants .no-attributes { |
| 478 | padding: 5px; |
| 479 | margin-left: 23px; } |
| 480 | #googleMerchants .no-attributes.outer { |
| 481 | margin-left: 20px; } |
| 482 | #googleMerchants .wpae-highlight-droppable { |
| 483 | cursor: copy !important; } |
| 484 | |
| 485 | .ng-cloak { |
| 486 | display: none; } |
| 487 | |
| 488 | .tooltip-container { |
| 489 | display: inline-block; } |
| 490 | |
| 491 | .wpae-field-mapping { |
| 492 | padding: 9px; |
| 493 | border: 1px solid #ddd; |
| 494 | margin-bottom: 10px; |
| 495 | font-size: 12px; |
| 496 | color: #40acad; |
| 497 | text-decoration: none; |
| 498 | position: static; |
| 499 | margin-left: 10px; } |
| 500 | |
| 501 | google-category-selector { |
| 502 | position: absolute; |
| 503 | z-index: 100; |
| 504 | top: 41px; |
| 505 | left: 1px; } |
| 506 | |
| 507 | /*# sourceMappingURL=styles.css.map */ |
| 508 | |
| 509 | |
| 510 | |
| 511 | /*# sourceMappingURL=bootstrap-chosen-variables.css.map */ |
| 512 | |
| 513 | .chosen-select { |
| 514 | width: 100%; } |
| 515 | |
| 516 | .chosen-select-deselect { |
| 517 | width: 100%; } |
| 518 | |
| 519 | .chosen-container { |
| 520 | display: inline-block; |
| 521 | font-size: 14px; |
| 522 | position: relative; |
| 523 | vertical-align: middle; } |
| 524 | .chosen-container .chosen-drop { |
| 525 | background: #fff; |
| 526 | border: 1px solid #ccc; |
| 527 | border-bottom-right-radius: 4px; |
| 528 | border-bottom-left-radius: 4px; |
| 529 | -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25); |
| 530 | box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25); |
| 531 | margin-top: -1px; |
| 532 | position: absolute; |
| 533 | top: 100%; |
| 534 | left: -9000px; |
| 535 | z-index: 1060; } |
| 536 | .chosen-container.chosen-with-drop .chosen-drop { |
| 537 | left: 0; |
| 538 | right: 0; } |
| 539 | .chosen-container .chosen-results { |
| 540 | color: #555555; |
| 541 | margin: 0 4px 4px 0 !important; |
| 542 | max-height: 240px; |
| 543 | padding: 0 0 0 4px; |
| 544 | position: relative; |
| 545 | overflow-x: hidden; |
| 546 | overflow-y: auto; |
| 547 | -webkit-overflow-scrolling: touch; } |
| 548 | .chosen-container .chosen-results li { |
| 549 | display: none; |
| 550 | line-height: 1.42857; |
| 551 | list-style: none; |
| 552 | margin: 0; |
| 553 | padding: 5px 6px; } |
| 554 | .chosen-container .chosen-results li em { |
| 555 | background: #feffde; |
| 556 | font-style: normal; } |
| 557 | .chosen-container .chosen-results li.group-result { |
| 558 | display: list-item; |
| 559 | cursor: default; |
| 560 | color: #999; |
| 561 | font-weight: bold; } |
| 562 | .chosen-container .chosen-results li.group-option { |
| 563 | padding-left: 15px; } |
| 564 | .chosen-container .chosen-results li.active-result { |
| 565 | cursor: pointer; |
| 566 | display: list-item; } |
| 567 | .chosen-container .chosen-results li.highlighted { |
| 568 | background-color: #337ab7; |
| 569 | background-image: none; |
| 570 | color: white; } |
| 571 | .chosen-container .chosen-results li.highlighted em { |
| 572 | background: transparent; } |
| 573 | .chosen-container .chosen-results li.disabled-result { |
| 574 | display: list-item; |
| 575 | color: #777777; } |
| 576 | .chosen-container .chosen-results .no-results { |
| 577 | background: #eeeeee; |
| 578 | display: list-item; } |
| 579 | .chosen-container .chosen-results-scroll { |
| 580 | background: white; |
| 581 | margin: 0 4px; |
| 582 | position: absolute; |
| 583 | text-align: center; |
| 584 | width: 321px; |
| 585 | z-index: 1; } |
| 586 | .chosen-container .chosen-results-scroll span { |
| 587 | display: inline-block; |
| 588 | height: 1.42857; |
| 589 | text-indent: -5000px; |
| 590 | width: 9px; } |
| 591 | .chosen-container .chosen-results-scroll-down { |
| 592 | bottom: 0; } |
| 593 | .chosen-container .chosen-results-scroll-down span { |
| 594 | background: url("chosen-sprite.png") no-repeat -4px -3px; } |
| 595 | .chosen-container .chosen-results-scroll-up span { |
| 596 | background: url("chosen-sprite.png") no-repeat -22px -3px; } |
| 597 | |
| 598 | .chosen-container-single .chosen-single { |
| 599 | background-color: #fff !important; |
| 600 | -webkit-background-clip: padding-box; |
| 601 | -moz-background-clip: padding; |
| 602 | background-clip: padding-box; |
| 603 | border: 1px solid #ccc; |
| 604 | border-top-right-radius: 4px; |
| 605 | border-top-left-radius: 4px; |
| 606 | border-bottom-right-radius: 4px; |
| 607 | border-bottom-left-radius: 4px; |
| 608 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| 609 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| 610 | color: #555555; |
| 611 | display: block; |
| 612 | height: 40px; |
| 613 | overflow: hidden; |
| 614 | line-height: 40px; |
| 615 | padding: 0 0 0 8px; |
| 616 | position: relative; |
| 617 | text-decoration: none; |
| 618 | white-space: nowrap; } |
| 619 | .chosen-container-single .chosen-single span { |
| 620 | display: block; |
| 621 | margin-right: 26px; |
| 622 | overflow: hidden; |
| 623 | text-overflow: ellipsis; |
| 624 | white-space: nowrap; } |
| 625 | .chosen-container-single .chosen-single abbr { |
| 626 | background: url("chosen-sprite.png") right top no-repeat; |
| 627 | display: block; |
| 628 | font-size: 1px; |
| 629 | height: 10px; |
| 630 | position: absolute; |
| 631 | right: 26px; |
| 632 | top: 15px; |
| 633 | width: 12px; } |
| 634 | .chosen-container-single .chosen-single abbr:hover { |
| 635 | background-position: right -11px; } |
| 636 | .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover { |
| 637 | background-position: right 2px; } |
| 638 | .chosen-container-single .chosen-single div { |
| 639 | display: block; |
| 640 | height: 100%; |
| 641 | position: absolute; |
| 642 | top: 0; |
| 643 | right: 0; |
| 644 | width: 18px; } |
| 645 | .chosen-container-single .chosen-single div b { |
| 646 | background: url("chosen-sprite.png") no-repeat 0 11px; |
| 647 | display: block; |
| 648 | height: 100%; |
| 649 | width: 100%; } |
| 650 | .chosen-container-single .chosen-default { |
| 651 | color: #777777; } |
| 652 | .chosen-container-single .chosen-search { |
| 653 | margin: 0; |
| 654 | padding: 3px 4px; |
| 655 | position: relative; |
| 656 | white-space: nowrap; |
| 657 | z-index: 1000; } |
| 658 | .chosen-container-single .chosen-search input[type="text"] { |
| 659 | background: url("chosen-sprite.png") no-repeat 100% -20px, #fff; |
| 660 | border: 1px solid #ccc; |
| 661 | border-top-right-radius: 4px; |
| 662 | border-top-left-radius: 4px; |
| 663 | border-bottom-right-radius: 4px; |
| 664 | border-bottom-left-radius: 4px; |
| 665 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| 666 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| 667 | margin: 1px 0; |
| 668 | padding: 4px 20px 4px 4px; |
| 669 | width: 100%; } |
| 670 | .chosen-container-single .chosen-drop { |
| 671 | margin-top: -1px; |
| 672 | border-bottom-right-radius: 4px; |
| 673 | border-bottom-left-radius: 4px; |
| 674 | -webkit-background-clip: padding-box; |
| 675 | -moz-background-clip: padding; |
| 676 | background-clip: padding-box; } |
| 677 | |
| 678 | .chosen-container-single-nosearch .chosen-search input[type="text"] { |
| 679 | position: absolute; |
| 680 | left: -9000px; } |
| 681 | |
| 682 | .chosen-container-multi .chosen-choices { |
| 683 | background-color: #fff; |
| 684 | border: 1px solid #ccc; |
| 685 | border-top-right-radius: 4px; |
| 686 | border-top-left-radius: 4px; |
| 687 | border-bottom-right-radius: 4px; |
| 688 | border-bottom-left-radius: 4px; |
| 689 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| 690 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| 691 | cursor: text; |
| 692 | height: auto !important; |
| 693 | height: 1%; |
| 694 | margin: 0; |
| 695 | overflow: hidden; |
| 696 | padding: 0; |
| 697 | position: relative; } |
| 698 | .chosen-container-multi .chosen-choices li { |
| 699 | float: left; |
| 700 | list-style: none; } |
| 701 | .chosen-container-multi .chosen-choices .search-field { |
| 702 | margin: 0; |
| 703 | padding: 0; |
| 704 | white-space: nowrap; } |
| 705 | .chosen-container-multi .chosen-choices .search-field input[type="text"] { |
| 706 | background: transparent !important; |
| 707 | border: 0 !important; |
| 708 | -webkit-box-shadow: none; |
| 709 | box-shadow: none; |
| 710 | color: #555555; |
| 711 | height: 32px; |
| 712 | margin: 0; |
| 713 | padding: 4px; |
| 714 | outline: 0; } |
| 715 | .chosen-container-multi .chosen-choices .search-field .default { |
| 716 | color: #999; } |
| 717 | .chosen-container-multi .chosen-choices .search-choice { |
| 718 | -webkit-background-clip: padding-box; |
| 719 | -moz-background-clip: padding; |
| 720 | background-clip: padding-box; |
| 721 | background-color: #eeeeee; |
| 722 | border: 1px solid #ccc; |
| 723 | border-top-right-radius: 4px; |
| 724 | border-top-left-radius: 4px; |
| 725 | border-bottom-right-radius: 4px; |
| 726 | border-bottom-left-radius: 4px; |
| 727 | background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%); |
| 728 | background-image: -o-linear-gradient(top, white 0%, #eeeeee 100%); |
| 729 | background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%); |
| 730 | background-repeat: repeat-x; |
| 731 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); |
| 732 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| 733 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| 734 | color: #333333; |
| 735 | cursor: default; |
| 736 | line-height: 13px; |
| 737 | margin: 6px 0 3px 5px; |
| 738 | padding: 3px 20px 3px 5px; |
| 739 | position: relative; } |
| 740 | .chosen-container-multi .chosen-choices .search-choice .search-choice-close { |
| 741 | background: url("chosen-sprite.png") right top no-repeat; |
| 742 | display: block; |
| 743 | font-size: 1px; |
| 744 | height: 10px; |
| 745 | position: absolute; |
| 746 | right: 4px; |
| 747 | top: 5px; |
| 748 | width: 12px; |
| 749 | cursor: pointer; } |
| 750 | .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover { |
| 751 | background-position: right -11px; } |
| 752 | .chosen-container-multi .chosen-choices .search-choice-focus { |
| 753 | background: #d4d4d4; } |
| 754 | .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close { |
| 755 | background-position: right -11px; } |
| 756 | .chosen-container-multi .chosen-results { |
| 757 | margin: 0 0 0 0; |
| 758 | padding: 0; } |
| 759 | .chosen-container-multi .chosen-drop .result-selected { |
| 760 | display: none; } |
| 761 | |
| 762 | .chosen-container-active .chosen-single { |
| 763 | border: 1px solid #66afe9; |
| 764 | -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9; |
| 765 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9; |
| 766 | -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; |
| 767 | -o-transition: border linear 0.2s, box-shadow linear 0.2s; |
| 768 | transition: border linear 0.2s, box-shadow linear 0.2s; } |
| 769 | .chosen-container-active.chosen-with-drop .chosen-single { |
| 770 | background-color: #fff; |
| 771 | border: 1px solid #66afe9; |
| 772 | border-bottom-right-radius: 0; |
| 773 | border-bottom-left-radius: 0; |
| 774 | -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9; |
| 775 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9; |
| 776 | -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; |
| 777 | -o-transition: border linear 0.2s, box-shadow linear 0.2s; |
| 778 | transition: border linear 0.2s, box-shadow linear 0.2s; } |
| 779 | .chosen-container-active.chosen-with-drop .chosen-single div { |
| 780 | background: transparent; |
| 781 | border-left: none; } |
| 782 | .chosen-container-active.chosen-with-drop .chosen-single div b { |
| 783 | background-position: -18px 11px; } |
| 784 | .chosen-container-active .chosen-choices { |
| 785 | border: 1px solid #66afe9; |
| 786 | border-bottom-right-radius: 0; |
| 787 | border-bottom-left-radius: 0; |
| 788 | -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9; |
| 789 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9; |
| 790 | -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; |
| 791 | -o-transition: border linear 0.2s, box-shadow linear 0.2s; |
| 792 | transition: border linear 0.2s, box-shadow linear 0.2s; } |
| 793 | .chosen-container-active .chosen-choices .search-field input[type="text"] { |
| 794 | color: #111 !important; } |
| 795 | .chosen-container-active.chosen-with-drop .chosen-choices { |
| 796 | border-bottom-right-radius: 0; |
| 797 | border-bottom-left-radius: 0; } |
| 798 | |
| 799 | .chosen-disabled { |
| 800 | cursor: default; |
| 801 | opacity: 0.5 !important; } |
| 802 | .chosen-disabled .chosen-single { |
| 803 | cursor: default; } |
| 804 | .chosen-disabled .chosen-choices .search-choice .search-choice-close { |
| 805 | cursor: default; } |
| 806 | |
| 807 | .chosen-rtl { |
| 808 | text-align: right; } |
| 809 | .chosen-rtl .chosen-single { |
| 810 | padding: 0 8px 0 0; |
| 811 | overflow: visible; } |
| 812 | .chosen-rtl .chosen-single span { |
| 813 | margin-left: 26px; |
| 814 | margin-right: 0; |
| 815 | direction: rtl; } |
| 816 | .chosen-rtl .chosen-single div { |
| 817 | left: 7px; |
| 818 | right: auto; } |
| 819 | .chosen-rtl .chosen-single abbr { |
| 820 | left: 26px; |
| 821 | right: auto; } |
| 822 | .chosen-rtl .chosen-choices .search-field input[type="text"] { |
| 823 | direction: rtl; } |
| 824 | .chosen-rtl .chosen-choices li { |
| 825 | float: right; } |
| 826 | .chosen-rtl .chosen-choices .search-choice { |
| 827 | margin: 6px 5px 3px 0; |
| 828 | padding: 3px 5px 3px 19px; } |
| 829 | .chosen-rtl .chosen-choices .search-choice .search-choice-close { |
| 830 | background-position: right top; |
| 831 | left: 4px; |
| 832 | right: auto; } |
| 833 | .chosen-rtl.chosen-container-single .chosen-results { |
| 834 | margin: 0 0 4px 4px; |
| 835 | padding: 0 4px 0 0; } |
| 836 | .chosen-rtl .chosen-results .group-option { |
| 837 | padding-left: 0; |
| 838 | padding-right: 15px; } |
| 839 | .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div { |
| 840 | border-right: none; } |
| 841 | .chosen-rtl .chosen-search input[type="text"] { |
| 842 | background: url("chosen-sprite.png") no-repeat -28px -20px, #fff; |
| 843 | direction: rtl; |
| 844 | padding: 4px 5px 4px 20px; } |
| 845 | |
| 846 | @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) { |
| 847 | .chosen-rtl .chosen-search input[type="text"], |
| 848 | .chosen-container-single .chosen-single abbr, |
| 849 | .chosen-container-single .chosen-single div b, |
| 850 | .chosen-container-single .chosen-search input[type="text"], |
| 851 | .chosen-container-multi .chosen-choices .search-choice .search-choice-close, |
| 852 | .chosen-container .chosen-results-scroll-down span, |
| 853 | .chosen-container .chosen-results-scroll-up span { |
| 854 | background-image: url("chosen-sprite@2x.png") !important; |
| 855 | background-size: 52px 37px !important; |
| 856 | background-repeat: no-repeat !important; } } |
| 857 | |
| 858 | /*# sourceMappingURL=bootstrap-chosen.css.map */ |
| 859 | |
| 860 | |
| 861 | |
| 862 | /*# sourceMappingURL=bootstrap-variables.css.map */ |
| 863 | |
| 864 | #unique-identifiers .input.checkbox { |
| 865 | padding-left: 4px; } |
| 866 | #unique-identifiers .input.inner h4 { |
| 867 | margin-top: 5px; } |
| 868 | #unique-identifiers h4 { |
| 869 | margin-bottom: 5px; } |
| 870 | #unique-identifiers .input { |
| 871 | margin-bottom: 5px; } |
| 872 | |
| 873 | /*# sourceMappingURL=uniqueIdentifiers.css.map */ |
| 874 |