wp7.0.css
75 lines
| 1 | /* the following code should be used in case the |
| 2 | pages of VikRestaurants load the commons forms |
| 3 | styles of WordPress 7.0+ */ |
| 4 | .btn-toolbar input { |
| 5 | min-height: 32px; |
| 6 | height: 32px; |
| 7 | max-height: 32px; |
| 8 | } |
| 9 | |
| 10 | .btn-toolbar .btn-group .btn:not(.btn-mini), |
| 11 | .btn-toolbar .input-append .btn:not(.btn-mini), |
| 12 | .btn-toolbar .input-prepend .btn:not(.btn-mini) { |
| 13 | min-width: 32px; |
| 14 | } |
| 15 | |
| 16 | .btn-toolbar select { |
| 17 | min-height: 32px; |
| 18 | height: 32px; |
| 19 | max-height: 32px; |
| 20 | line-height: 1; |
| 21 | } |
| 22 | |
| 23 | .btn-group .btn:not(.btn-mini), |
| 24 | .input-append .btn:not(.btn-mini), |
| 25 | .input-prepend .btn:not(.btn-mini) { |
| 26 | min-width: 40px; |
| 27 | min-height: 32px; |
| 28 | height: auto !important; |
| 29 | } |
| 30 | |
| 31 | .btn-group span.btn:not(.btn-mini), |
| 32 | .input-append span.btn:not(.btn-mini), |
| 33 | .input-prepend span.btn:not(.btn-mini) { |
| 34 | line-height: 2; |
| 35 | } |
| 36 | |
| 37 | .modal .modal-footer .btn { |
| 38 | padding: 8px 16px; |
| 39 | } |
| 40 | |
| 41 | .map-table-inspector { |
| 42 | background: #fff !important; |
| 43 | } |
| 44 | |
| 45 | .vre-card-fieldset.add .vre-card { |
| 46 | background: #fff; |
| 47 | } |
| 48 | |
| 49 | .select2-container .select2-choice { |
| 50 | height: 40px !important; |
| 51 | line-height: 40px !important; |
| 52 | } |
| 53 | .btn-toolbar .select2-container .select2-choice { |
| 54 | height: 32px !important; |
| 55 | line-height: 32px !important; |
| 56 | } |
| 57 | .select2-container.select2-allowclear .select2-choice abbr { |
| 58 | top: 15px !important; |
| 59 | right: 36px !important; |
| 60 | } |
| 61 | .select2-container .select2-choice .select2-arrow { |
| 62 | width: 30px !important; |
| 63 | } |
| 64 | .wp-admin .select2-container .select2-choice .select2-arrow b { |
| 65 | background: none !important; |
| 66 | background-image: none !important; |
| 67 | } |
| 68 | .select2-container .select2-choice .select2-arrow b:before { |
| 69 | font-family: "Font Awesome 5 Free"; |
| 70 | content: "\f078"; |
| 71 | position: absolute; |
| 72 | left: 50%; |
| 73 | top: 50%; |
| 74 | transform: translate(-50%, -50%); |
| 75 | } |