fontawesome
9 years ago
admin.css
7 years ago
chosen-sprite.png
9 years ago
chosen-sprite@2x.png
9 years ago
chosen.min.css
9 years ago
index.php
8 years ago
mailin-front.css
7 years ago
admin.css
263 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 | .small-content { |
| 52 | margin-top: 20px; |
| 53 | } |
| 54 | div.title { |
| 55 | border-bottom: 1px solid #333; |
| 56 | margin-right: 20px; |
| 57 | margin-bottom: 20px; |
| 58 | } |
| 59 | |
| 60 | .input-field { |
| 61 | margin-bottom: 10px; |
| 62 | } |
| 63 | |
| 64 | div.small-content1 { |
| 65 | margin-top: 20px; |
| 66 | } |
| 67 | |
| 68 | .sub-title { |
| 69 | font-size: 16px; |
| 70 | margin-bottom: 10px; |
| 71 | text-decoration: underline; |
| 72 | } |
| 73 | div.tooltip { |
| 74 | width: 350px !important; |
| 75 | } |
| 76 | button#send_email_btn { |
| 77 | margin-top: 10px; |
| 78 | } |
| 79 | div#email_send_field{ |
| 80 | margin-top: 10px; |
| 81 | } |
| 82 | input.has-success { |
| 83 | border-color: #3c763d; |
| 84 | -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); |
| 85 | box-shadow: inset 0 1px 1px rgba(0,0,0,.075); |
| 86 | } |
| 87 | input.error { |
| 88 | border-color: rgb(196, 32, 74) !important; |
| 89 | background-color: rgb(255, 255, 255); |
| 90 | } |
| 91 | ol.sib-bread { |
| 92 | margin-top: 30px; |
| 93 | } |
| 94 | .sib-widget-title { |
| 95 | margin-top: 10px; |
| 96 | margin-bottom: 30px; |
| 97 | } |
| 98 | .sib-widget-menu { |
| 99 | margin-top: 20px; |
| 100 | } |
| 101 | |
| 102 | div#sib-field-form1 { |
| 103 | margin: 10px; |
| 104 | padding: 0px; |
| 105 | -moz-box-sizing: border-box; |
| 106 | -webkit-box-sizing: border-box; |
| 107 | box-sizing: border-box; |
| 108 | /*min-height: 200px;*/ |
| 109 | } |
| 110 | |
| 111 | div.form-field { |
| 112 | margin: 10px 0; |
| 113 | padding: 0px; |
| 114 | -moz-box-sizing: border-box; |
| 115 | -webkit-box-sizing: border-box; |
| 116 | box-sizing: border-box; |
| 117 | background-color: #f5f5f5; |
| 118 | } |
| 119 | #sib-preview-form{ |
| 120 | padding: 0 24px 24px 24px; |
| 121 | |
| 122 | } |
| 123 | |
| 124 | div.small-content-1 { |
| 125 | margin-top: 10px; |
| 126 | } |
| 127 | |
| 128 | div.small-content2 { |
| 129 | display: block; |
| 130 | margin-left: 15px; |
| 131 | margin-right: 15px; |
| 132 | } |
| 133 | div#main-content textarea{ |
| 134 | padding-left: 3px; |
| 135 | } |
| 136 | |
| 137 | div.sib-scenarios{ |
| 138 | padding-top: 20px; |
| 139 | } |
| 140 | .sib-scenarios .thumbnail{ |
| 141 | min-height: 220px; |
| 142 | padding: 16px 6px 0 6px; |
| 143 | } |
| 144 | .sib-scenarios .thumbanail_focus:hover { |
| 145 | border: 2px solid #3498db; |
| 146 | } |
| 147 | .sib-scenarios .thumbanail_focus { |
| 148 | cursor: pointer; |
| 149 | border: 2px solid rgba(0, 0, 0, 0.09); |
| 150 | } |
| 151 | .sib-radio-label |
| 152 | { |
| 153 | font-weight: normal; |
| 154 | margin-right: 20px; |
| 155 | margin-bottom: 0px; |
| 156 | } |
| 157 | .sib-captcha-key |
| 158 | { |
| 159 | margin-top: 15px; |
| 160 | margin-bottom: 15px; |
| 161 | } |
| 162 | /* ---------------------- */ |
| 163 | |
| 164 | .popover.right > .arrow { |
| 165 | width: 0; |
| 166 | height: 0; |
| 167 | border-left: transparent !important; |
| 168 | border-top: 10px solid transparent !important; |
| 169 | border-bottom: 10px solid transparent !important; |
| 170 | border-right:10px solid #dddddd !important; |
| 171 | margin-left: 0px !important; |
| 172 | } |
| 173 | |
| 174 | .popover.left > .arrow{ |
| 175 | left:auto; |
| 176 | } |
| 177 | |
| 178 | #wrap-right-side #wrap-right-side p, #wrap-right-side a, #wrap-right-side span, #wrap-right-side strong { |
| 179 | font-size: 12px !important; |
| 180 | } |
| 181 | div#main-content, div#main-content p, div#main-content a, div#main-content span, div#main-content strong { |
| 182 | font-size: 14px; |
| 183 | } |
| 184 | |
| 185 | input[type=radio]:focus { |
| 186 | outline: 0 !important; |
| 187 | } |
| 188 | .sib-content .page-header { |
| 189 | /*margin-top: 20px !important;*/ |
| 190 | padding: 10px 15px !important; |
| 191 | margin: 0 0 12px 0 !important; |
| 192 | border-color: #ddd !important; |
| 193 | } |
| 194 | |
| 195 | .popover-help-form { |
| 196 | cursor: pointer; |
| 197 | } |
| 198 | |
| 199 | #main-content button { |
| 200 | min-width: 100px; |
| 201 | } |
| 202 | |
| 203 | a.sib-scenario-link, a:hover.sib-scenario-link { |
| 204 | color: #333 !important; |
| 205 | text-decoration: none !important; |
| 206 | } |
| 207 | |
| 208 | #datamain{ |
| 209 | margin-top: 20px; |
| 210 | } |
| 211 | pre.script { |
| 212 | visibility: hidden; |
| 213 | display: none; |
| 214 | } |
| 215 | |
| 216 | #sib-sync-form label{ |
| 217 | margin: 4px 24px 0 7px; |
| 218 | font-weight: normal; |
| 219 | } |
| 220 | |
| 221 | .sync-modal-body .sync-row { |
| 222 | margin: 6px 0 0 0; |
| 223 | padding: 10px; |
| 224 | border-bottom: solid 1px #ddd; |
| 225 | } |
| 226 | .sync-modal-body .row { |
| 227 | margin: 10px 0 0 0; |
| 228 | } |
| 229 | |
| 230 | .sync-row a{ |
| 231 | text-decoration: none; |
| 232 | opacity: 0.5; |
| 233 | } |
| 234 | .sync-row a:hover,.sync-row a:focus{ |
| 235 | text-decoration: none; |
| 236 | opacity: 1; |
| 237 | } |
| 238 | .sib-terms-url { |
| 239 | margin-top: 15px; |
| 240 | margin-bottom: 15px; |
| 241 | } |
| 242 | .sib-forms-wrapper i{ |
| 243 | font-size: 13px; |
| 244 | color: #72777c; |
| 245 | } |
| 246 | .sib-form-duplicate { |
| 247 | margin-top:10px; |
| 248 | } |
| 249 | #sib_final_confirm_template_id_area { |
| 250 | padding-left: 0px; |
| 251 | } |
| 252 | |
| 253 | .sib-gdpr-block-area { |
| 254 | margin-top: 15px; |
| 255 | margin-bottom: 20px; |
| 256 | } |
| 257 | .sib-gdpr-block-area textarea { |
| 258 | margin-bottom: 10px; |
| 259 | } |
| 260 | .sib-gdpr-block-area label { |
| 261 | font-weight: 100; |
| 262 | margin-left: 5px; |
| 263 | } |