| Matthias Andreas Benkard | d1f5b68 | 2023-11-18 13:18:30 +0100 | [diff] [blame] | 1 | .btn-xs-lg>.lang-sm:after { | 
|  | 2 | margin-left: 4px; | 
|  | 3 | } | 
|  | 4 |  | 
|  | 5 | .bootstrap-select { | 
|  | 6 | max-width: 350px; | 
|  | 7 | } | 
|  | 8 |  | 
|  | 9 | .card-login .apps .btn { | 
|  | 10 | width: auto; | 
|  | 11 | float: left; | 
|  | 12 | margin-right: 10px; | 
|  | 13 | margin-top: auto; | 
|  | 14 | } | 
|  | 15 | .card-login .apps .btn:hover { | 
|  | 16 | margin-top: 1px !important; | 
|  | 17 | border-bottom-width: 3px; | 
|  | 18 | } | 
|  | 19 |  | 
|  | 20 | .responsive-tabs .nav-tabs { | 
|  | 21 | display: none; | 
|  | 22 | } | 
|  | 23 |  | 
|  | 24 | .dataTables_paginate.paging_simple_numbers .pagination { | 
|  | 25 | display: flex; | 
|  | 26 | flex-wrap: wrap; | 
|  | 27 | } | 
|  | 28 |  | 
|  | 29 | @media (min-width: 768px) { | 
|  | 30 | .responsive-tabs .nav-tabs { | 
|  | 31 | display: flex; | 
|  | 32 | } | 
|  | 33 |  | 
|  | 34 | .responsive-tabs .card .card-body.collapse { | 
|  | 35 | display: block; | 
|  | 36 | } | 
|  | 37 | } | 
|  | 38 |  | 
|  | 39 |  | 
|  | 40 | @media (max-width: 767px) { | 
|  | 41 | .responsive-tabs .tab-pane:not(.rsettings) { | 
|  | 42 | display: block !important; | 
|  | 43 | opacity: 1; | 
|  | 44 | } | 
|  | 45 |  | 
|  | 46 | .card-login .apps .btn { | 
|  | 47 | width: 100%; | 
|  | 48 | float: none; | 
|  | 49 | margin-bottom: 10px; | 
|  | 50 | } | 
|  | 51 |  | 
|  | 52 | .card-login .apps .btn { | 
|  | 53 | border-bottom-width: 4px; | 
|  | 54 | } | 
|  | 55 |  | 
|  | 56 | .xs-show { | 
|  | 57 | display: block !important; | 
|  | 58 | } | 
|  | 59 |  | 
|  | 60 | .recent-login-success { | 
|  | 61 | font-size: 14px; | 
|  | 62 | margin-top: 10px !important; | 
|  | 63 | } | 
|  | 64 | .pull-xs-right { | 
|  | 65 | float: right !important; | 
|  | 66 | } | 
|  | 67 | .pull-xs-right .dropdown-menu { | 
|  | 68 | right: 0; | 
|  | 69 | left: auto; | 
|  | 70 | } | 
|  | 71 | .text-xs-left { | 
|  | 72 | text-align: left; | 
|  | 73 | } | 
|  | 74 | .text-xs-bold { | 
|  | 75 | font-weight: bold; | 
|  | 76 | } | 
|  | 77 | .text-xs-bold .small { | 
|  | 78 | font-weight: normal; | 
|  | 79 | text-align: justify; | 
|  | 80 | } | 
|  | 81 | .btn.d-block { | 
|  | 82 | width: 100%; | 
|  | 83 | white-space: normal; | 
|  | 84 | } | 
|  | 85 | .btn.btn-xs-half, | 
|  | 86 | .btn.d-block.btn-xs-half { | 
|  | 87 | width: 50%; | 
|  | 88 | } | 
|  | 89 | .btn.btn-xs-third, | 
|  | 90 | .btn.d-block.btn-xs-third { | 
|  | 91 | width: 33.33%; | 
|  | 92 | } | 
|  | 93 | .btn.btn-xs-quart, | 
|  | 94 | .btn.d-block.btn-xs-quart { | 
|  | 95 | width: 25%; | 
|  | 96 | } | 
|  | 97 | .btn.d-block.btn-sm, | 
|  | 98 | .btn-xs-lg { | 
|  | 99 | padding: .5rem 1rem; | 
|  | 100 | line-height: 20px; | 
|  | 101 | } | 
|  | 102 | .input-xs-lg { | 
|  | 103 | height: 47px; | 
|  | 104 | padding: 13px 16px; | 
|  | 105 | } | 
|  | 106 | .btn-group:not(.input-group-btn) { | 
|  | 107 | display: flex; | 
|  | 108 | flex-wrap: wrap; | 
|  | 109 | } | 
|  | 110 | .btn-group.nowrap { | 
|  | 111 | flex-wrap: nowrap; | 
|  | 112 | } | 
|  | 113 | .btn-group.nowrap .dropdown-menu { | 
|  | 114 | width: 100%; | 
|  | 115 | } | 
|  | 116 | .card-login .btn-group { | 
|  | 117 | display: block; | 
|  | 118 | } | 
|  | 119 | .mass-actions-user .btn-group { | 
|  | 120 | float: none; | 
|  | 121 | } | 
|  | 122 | div[class^='mass-actions'] .dropdown-menu, | 
|  | 123 | .card-xs-lg .dropdown-menu, | 
|  | 124 | .dropdown-menu.login { | 
|  | 125 | width: 100%; | 
|  | 126 | } | 
|  | 127 | div[class^='mass-actions'] .btn-group .dropdown-menu { | 
|  | 128 | top: 50%; | 
|  | 129 | } | 
|  | 130 | div[class^='mass-actions'] .btn-group .btn-group .dropdown-menu, | 
|  | 131 | div.mass-actions-quarantine .btn-group .dropdown-menu, | 
|  | 132 | .card-xs-lg .dropdown-menu { | 
|  | 133 | top: 100%; | 
|  | 134 | } | 
|  | 135 | div[class^='mass-actions'] .dropdown-menu>li>a, | 
|  | 136 | .card-xs-lg .dropdown-menu>li>a, | 
|  | 137 | .dropdown-menu.login>li>a { | 
|  | 138 | padding: 8px 20px; | 
|  | 139 | } | 
|  | 140 | div[class^='mass-actions'] .dropdown-header { | 
|  | 141 | font-size: 14px; | 
|  | 142 | font-weight: bold; | 
|  | 143 | } | 
|  | 144 | .top100 { | 
|  | 145 | top: 100% !important; | 
|  | 146 | } | 
|  | 147 | .top33 { | 
|  | 148 | top: 33% !important; | 
|  | 149 | } | 
|  | 150 | .footable-filtering .form { | 
|  | 151 | width: 65%; | 
|  | 152 | } | 
|  | 153 | .btn-xs-lg>.lang-sm:after { | 
|  | 154 | top: 1px; | 
|  | 155 | } | 
|  | 156 | .pagination { | 
|  | 157 | margin-bottom: 5px; | 
|  | 158 | } | 
|  | 159 | .mass-actions-mailbox { | 
|  | 160 | padding: 0; | 
|  | 161 | } | 
|  | 162 | .card-xs-lg .card-header { | 
|  | 163 | height: 66px; | 
|  | 164 | line-height: 47px; | 
|  | 165 | } | 
|  | 166 | .card-xs-lg .btn-group .btn { | 
|  | 167 | padding-right: 5px; | 
|  | 168 | padding-left: 5px; | 
|  | 169 | } | 
|  | 170 | .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) { | 
|  | 171 | width: 100%; | 
|  | 172 | } | 
|  | 173 | .btn-group:not(.bootstrap-select) { | 
|  | 174 | width: auto !important; | 
|  | 175 | } | 
|  | 176 | .bootstrap-select { | 
|  | 177 | max-width: 100%; | 
|  | 178 | } | 
|  | 179 | .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text { | 
|  | 180 | margin-right: 14px; | 
|  | 181 | white-space: normal; | 
|  | 182 | } | 
|  | 183 | .btn-group > .btn-group { | 
|  | 184 | flex-basis: 100%; | 
|  | 185 | } | 
|  | 186 | .btn-group .btn { | 
|  | 187 | display: flex !important; | 
|  | 188 | align-items: center; | 
|  | 189 | justify-content: center; | 
|  | 190 | } | 
|  | 191 | .btn-group .btn i { | 
|  | 192 | margin-right: 5px; | 
|  | 193 | } | 
|  | 194 | .card-login .btn-group .btn { | 
|  | 195 | display: block !important; | 
|  | 196 | } | 
|  | 197 |  | 
|  | 198 | .dt-sm-head-hidden .dtr-title { | 
|  | 199 | display: none !important; | 
|  | 200 | } | 
|  | 201 |  | 
|  | 202 | div.dataTables_wrapper div.dataTables_length { | 
|  | 203 | text-align: left; | 
|  | 204 | } | 
|  | 205 |  | 
|  | 206 | .senders-mw220 { | 
|  | 207 | max-width: 100% !important; | 
|  | 208 | } | 
|  | 209 |  | 
|  | 210 | table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, | 
|  | 211 | table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before, | 
|  | 212 | table.dataTable td.dt-control:before { | 
|  | 213 | height: 2rem; | 
|  | 214 | width: 2rem; | 
|  | 215 | line-height: 2rem; | 
|  | 216 | margin-top: -15px; | 
|  | 217 | } | 
|  | 218 |  | 
|  | 219 | li .dtr-data { | 
|  | 220 | padding: 0; | 
|  | 221 | } | 
|  | 222 | } | 
|  | 223 |  | 
|  | 224 | @media (max-width: 350px) { | 
|  | 225 | .mailcow-logo img { | 
|  | 226 | max-width: 250px; | 
|  | 227 | } | 
|  | 228 | } | 
|  | 229 |  | 
|  | 230 | @media (min-width: 1400px) { | 
|  | 231 | .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { | 
|  | 232 | max-width: 1600px; | 
|  | 233 | } | 
|  | 234 | } |