fontawesome
9 years ago
admin.css
5 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
admin.css
296 lines
| 1 | |
| 2 | #adminmenuwrap { |
| 3 | clear: left; |
| 4 | } |
| 5 | #adminmenuback { |
| 6 | z-index: 0 !important; |
| 7 | } |
| 8 | body { |
| 9 | height: auto !important; |
| 10 | background: #F1F1F1 !important; |
| 11 | } |
| 12 | |
| 13 | .btn:focus, .btn.active:focus, .btn:active, .btn.active { |
| 14 | outline: none !important; |
| 15 | } |
| 16 | #main-content .panel-default > .page-header { |
| 17 | background-color: #f5f5f5 !important; |
| 18 | } |
| 19 | .breadcrumb { |
| 20 | background-color: transparent !important; |
| 21 | } |
| 22 | .clearfix { |
| 23 | clear: both; |
| 24 | } |
| 25 | |
| 26 | .box-border-box { |
| 27 | -moz-box-sizing: border-box; |
| 28 | -webkit-box-sizing: border-box; |
| 29 | box-sizing: border-box; |
| 30 | } |
| 31 | |
| 32 | #wrap { |
| 33 | margin-top: 20px; |
| 34 | } |
| 35 | |
| 36 | #logo-img { |
| 37 | margin-right: 10px; |
| 38 | width: 154px; |
| 39 | } |
| 40 | |
| 41 | #wrap-right-side { |
| 42 | padding-left: 30px; |
| 43 | } |
| 44 | |
| 45 | .sidebar-widget { |
| 46 | padding: 5px 15px; |
| 47 | margin-bottom: 30px; |
| 48 | min-height: 150px; |
| 49 | } |
| 50 | |
| 51 | .sib-small-content { |
| 52 | margin-top: 20px; |
| 53 | display:block; |
| 54 | } |
| 55 | |
| 56 | .sib-small-content .panel-body{ |
| 57 | display: block; |
| 58 | } |
| 59 | |
| 60 | .sib-small-content .panel-body .row{ |
| 61 | display: block; |
| 62 | } |
| 63 | |
| 64 | div.title { |
| 65 | border-bottom: 1px solid #333; |
| 66 | margin-right: 20px; |
| 67 | margin-bottom: 20px; |
| 68 | } |
| 69 | |
| 70 | .input-field { |
| 71 | margin-bottom: 10px; |
| 72 | } |
| 73 | |
| 74 | div.small-content1 { |
| 75 | margin-top: 20px; |
| 76 | } |
| 77 | |
| 78 | .sub-title { |
| 79 | font-size: 16px; |
| 80 | margin-bottom: 10px; |
| 81 | text-decoration: underline; |
| 82 | } |
| 83 | div.tooltip { |
| 84 | width: 350px !important; |
| 85 | } |
| 86 | button#send_email_btn { |
| 87 | margin-top: 10px; |
| 88 | } |
| 89 | div#email_send_field{ |
| 90 | margin-top: 10px; |
| 91 | display:grid; |
| 92 | } |
| 93 | input.has-success { |
| 94 | border-color: #3c763d; |
| 95 | -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); |
| 96 | box-shadow: inset 0 1px 1px rgba(0,0,0,.075); |
| 97 | } |
| 98 | input.error { |
| 99 | border-color: rgb(196, 32, 74) !important; |
| 100 | background-color: rgb(255, 255, 255); |
| 101 | } |
| 102 | ol.sib-bread { |
| 103 | margin-top: 30px; |
| 104 | } |
| 105 | .sib-widget-title { |
| 106 | margin-top: 10px; |
| 107 | margin-bottom: 30px; |
| 108 | } |
| 109 | .sib-widget-menu { |
| 110 | margin-top: 20px; |
| 111 | } |
| 112 | |
| 113 | div#sib-field-form1 { |
| 114 | margin: 10px; |
| 115 | padding: 0px; |
| 116 | -moz-box-sizing: border-box; |
| 117 | -webkit-box-sizing: border-box; |
| 118 | box-sizing: border-box; |
| 119 | /*min-height: 200px;*/ |
| 120 | } |
| 121 | |
| 122 | div.form-field { |
| 123 | margin: 10px 0; |
| 124 | padding: 0px; |
| 125 | -moz-box-sizing: border-box; |
| 126 | -webkit-box-sizing: border-box; |
| 127 | box-sizing: border-box; |
| 128 | background-color: #f5f5f5; |
| 129 | } |
| 130 | #sib-preview-form{ |
| 131 | padding: 0 24px 24px 24px; |
| 132 | |
| 133 | } |
| 134 | |
| 135 | div.small-content-1 { |
| 136 | margin-top: 10px; |
| 137 | } |
| 138 | |
| 139 | div.small-content2 { |
| 140 | display: block; |
| 141 | margin-left: 15px; |
| 142 | margin-right: 15px; |
| 143 | } |
| 144 | div#main-content textarea{ |
| 145 | padding-left: 3px; |
| 146 | } |
| 147 | |
| 148 | div.sib-scenarios{ |
| 149 | padding-top: 20px; |
| 150 | } |
| 151 | .sib-scenarios .thumbnail{ |
| 152 | min-height: 220px; |
| 153 | padding: 16px 6px 0 6px; |
| 154 | } |
| 155 | .sib-scenarios .thumbanail_focus:hover { |
| 156 | border: 2px solid #3498db; |
| 157 | } |
| 158 | .sib-scenarios .thumbanail_focus { |
| 159 | cursor: pointer; |
| 160 | border: 2px solid rgba(0, 0, 0, 0.09); |
| 161 | } |
| 162 | .sib-radio-label |
| 163 | { |
| 164 | font-weight: normal; |
| 165 | margin-right: 20px; |
| 166 | margin-bottom: 0px; |
| 167 | } |
| 168 | .sib-captcha-key |
| 169 | { |
| 170 | margin-top: 15px; |
| 171 | margin-bottom: 15px; |
| 172 | } |
| 173 | /* ---------------------- */ |
| 174 | |
| 175 | .popover.right > .arrow { |
| 176 | width: 0; |
| 177 | height: 0; |
| 178 | border-left: transparent !important; |
| 179 | border-top: 10px solid transparent !important; |
| 180 | border-bottom: 10px solid transparent !important; |
| 181 | border-right:10px solid #dddddd !important; |
| 182 | margin-left: 0px !important; |
| 183 | } |
| 184 | |
| 185 | .popover.left > .arrow{ |
| 186 | left:auto; |
| 187 | } |
| 188 | |
| 189 | #wrap-right-side #wrap-right-side p, #wrap-right-side a, #wrap-right-side span, #wrap-right-side strong { |
| 190 | font-size: 12px !important; |
| 191 | } |
| 192 | div#main-content, div#main-content p, div#main-content a, div#main-content span, div#main-content strong { |
| 193 | font-size: 14px; |
| 194 | } |
| 195 | |
| 196 | input[type=radio]:focus { |
| 197 | outline: 0 !important; |
| 198 | } |
| 199 | .sib-content .page-header { |
| 200 | /*margin-top: 20px !important;*/ |
| 201 | padding: 10px 15px !important; |
| 202 | margin: 0 0 12px 0 !important; |
| 203 | border-color: #ddd !important; |
| 204 | display:block; |
| 205 | } |
| 206 | |
| 207 | .popover-help-form { |
| 208 | cursor: pointer; |
| 209 | } |
| 210 | |
| 211 | #main-content button { |
| 212 | min-width: 100px; |
| 213 | } |
| 214 | |
| 215 | a.sib-scenario-link, a:hover.sib-scenario-link { |
| 216 | color: #333 !important; |
| 217 | text-decoration: none !important; |
| 218 | } |
| 219 | |
| 220 | #datamain{ |
| 221 | margin-top: 20px; |
| 222 | } |
| 223 | pre.script { |
| 224 | visibility: hidden; |
| 225 | display: none; |
| 226 | } |
| 227 | |
| 228 | #sib-sync-form label{ |
| 229 | margin: 4px 24px 0 7px; |
| 230 | font-weight: normal; |
| 231 | } |
| 232 | |
| 233 | .sync-modal-body .sync-row { |
| 234 | margin: 6px 0 0 0; |
| 235 | padding: 10px; |
| 236 | border-bottom: solid 1px #ddd; |
| 237 | } |
| 238 | .sync-modal-body .row { |
| 239 | margin: 10px 0 0 0; |
| 240 | } |
| 241 | |
| 242 | .sync-row a{ |
| 243 | text-decoration: none; |
| 244 | opacity: 0.5; |
| 245 | } |
| 246 | .sync-row a:hover,.sync-row a:focus{ |
| 247 | text-decoration: none; |
| 248 | opacity: 1; |
| 249 | } |
| 250 | .sib-terms-url { |
| 251 | margin-top: 15px; |
| 252 | margin-bottom: 15px; |
| 253 | } |
| 254 | .sib-forms-wrapper i{ |
| 255 | font-size: 13px; |
| 256 | color: #72777c; |
| 257 | } |
| 258 | .sib-form-duplicate { |
| 259 | margin-top:10px; |
| 260 | } |
| 261 | #sib_final_confirm_template_id_area { |
| 262 | padding-left: 0px; |
| 263 | } |
| 264 | |
| 265 | .sib-gdpr-block-area { |
| 266 | margin-top: 15px; |
| 267 | margin-bottom: 20px; |
| 268 | } |
| 269 | .sib-gdpr-block-area textarea { |
| 270 | margin-bottom: 10px; |
| 271 | } |
| 272 | .sib-gdpr-block-area label { |
| 273 | font-weight: 100; |
| 274 | margin-left: 5px; |
| 275 | } |
| 276 | |
| 277 | .sib-statistics-data-value { |
| 278 | padding-left: 3.5rem !important; |
| 279 | } |
| 280 | |
| 281 | #sib-statistics-date-container { |
| 282 | margin-bottom: 10px; |
| 283 | } |
| 284 | label[for="sib-statistics-date"] { |
| 285 | margin-bottom: 0; |
| 286 | line-height: 2.15384615; |
| 287 | font-size: 15px; |
| 288 | } |
| 289 | |
| 290 | .sib-last-column-value { |
| 291 | padding-left: 0 !important; |
| 292 | } |
| 293 | |
| 294 | .sib-spinner { |
| 295 | float: none; |
| 296 | } |