fontawesome
3 years ago
admin.css
2 years ago
chosen-sprite.png
9 years ago
chosen-sprite@2x.png
9 years ago
chosen.min.css
9 years ago
datepicker.css
5 years ago
index.php
8 years ago
mailin-front.css
7 years ago
push-admin.css
1 year ago
push-amp.css
1 year ago
select2.min.css
1 year ago
mailin-front.css
109 lines
| 1 | div.sib-sms-field { |
| 2 | display: inline-block; |
| 3 | position: relative; |
| 4 | width: 100%; |
| 5 | } |
| 6 | |
| 7 | .sib-sms-field .sib-country-block { |
| 8 | position: absolute; |
| 9 | right: auto; |
| 10 | left: 0; |
| 11 | top: 0; |
| 12 | bottom: 0; |
| 13 | padding: 1px; |
| 14 | -webkit-box-sizing: border-box; |
| 15 | -moz-box-sizing: border-box; |
| 16 | box-sizing: border-box; |
| 17 | } |
| 18 | |
| 19 | .sib-country-block .sib-toggle.sib-country-flg { |
| 20 | z-index: 1; |
| 21 | position: relative; |
| 22 | width: 46px; |
| 23 | height: 100%; |
| 24 | padding: 0 0 0 8px; |
| 25 | -webkit-box-sizing: border-box; |
| 26 | -moz-box-sizing: border-box; |
| 27 | box-sizing: border-box; |
| 28 | background-color: #dbdbdb; |
| 29 | cursor: pointer; |
| 30 | } |
| 31 | |
| 32 | .sib-country-block .sib-toggle .sib-cflags { |
| 33 | position: absolute; |
| 34 | top: 0; |
| 35 | bottom: 0; |
| 36 | margin: auto; |
| 37 | height: 15px; |
| 38 | width: 20px; |
| 39 | background-repeat: no-repeat; |
| 40 | background-color: #dbdbdb; |
| 41 | -webkit-box-sizing: border-box; |
| 42 | -moz-box-sizing: border-box; |
| 43 | box-sizing: border-box; |
| 44 | background-image: url('../img/flags/fr.png'); |
| 45 | } |
| 46 | .sib-country-block .sib-toggle .sib-icon-arrow { |
| 47 | position: absolute; |
| 48 | top: 50%; |
| 49 | margin-top: -2px; |
| 50 | right: 6px; |
| 51 | width: 0; |
| 52 | height: 0; |
| 53 | border-left: 3px solid transparent; |
| 54 | border-right: 3px solid transparent; |
| 55 | border-top: 4px solid; |
| 56 | } |
| 57 | .sib-sms-field ul.sib-country-list { |
| 58 | position: absolute; |
| 59 | z-index: 2; |
| 60 | list-style: none; |
| 61 | text-align: left; |
| 62 | padding: 0px; |
| 63 | margin: 0px 0px 0px -1px; |
| 64 | box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px; |
| 65 | background-color: white; |
| 66 | border: 1px solid rgb(204, 204, 204); |
| 67 | white-space: nowrap; |
| 68 | max-height: 150px; |
| 69 | overflow-y: scroll; |
| 70 | overflow-x: hidden; |
| 71 | top: 50px; |
| 72 | width: 250px; |
| 73 | } |
| 74 | .sib-sms-field ul.sib-country-list li.sib-country-prefix { |
| 75 | font-size: 14px; |
| 76 | padding:1px 10px; |
| 77 | cursor: pointer; |
| 78 | } |
| 79 | .sib-sms-field ul.sib-country-list li.sib-country-prefix:hover { |
| 80 | background-color: #dbdbdb; |
| 81 | } |
| 82 | .sib-sms-field ul.sib-country-list li .sib-flag-box { |
| 83 | width: 20px; |
| 84 | } |
| 85 | |
| 86 | .sib-sms-field ul.sib-country-list li .sib-flag-box .sib-flag { |
| 87 | height: 18px; |
| 88 | width: 20px; |
| 89 | background-image: url("../img/flags/ad.png"); |
| 90 | vertical-align: middle; |
| 91 | display: inline-block; |
| 92 | background-repeat:no-repeat; |
| 93 | } |
| 94 | .sib-sms-field ul.sib-country-list li .sib-flag-box .sib-dial-code { |
| 95 | margin-left: 20px; |
| 96 | } |
| 97 | .sib-sms-field .sib-sms { |
| 98 | padding-right: 6px; |
| 99 | padding-left: 52px; |
| 100 | margin-left: 0; |
| 101 | position: relative; |
| 102 | z-index: 0; |
| 103 | margin-top: 0 !important; |
| 104 | margin-bottom: 0 !important; |
| 105 | margin-right: 0; |
| 106 | } |
| 107 | .sib-multi-lists.sib_error { |
| 108 | color: #A94442; |
| 109 | } |