PluginProbe
VikBooking Hotel Booking Engine & PMS / trunk
VikBooking Hotel Booking Engine & PMS vtrunk
1.8.15 1.8.14 1.8.13 1.8.12 1.8.11 1.8.10 1.8.9 1.8.6 1.8.7 1.8.8 trunk 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 1.6.9 1.7.0 1.7.1 1.7.2 1.7.3 All 36 releases
vikbooking / admin / resources / css / bc / wp5.3.css

wp5.3.css in VikBooking Hotel Booking Engine & PMS trunk, at admin/resources/css/bc/wp5.3.css

136 lines 3.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 input[type="checkbox"] {
2 width: 16px !important;
3 }
4 input, textarea, select, .wp-core-ui select {
5 font-size: 14px;
6 }
7
8 .btn, .btn.btn-secondary {
9 padding: 10px 12px;
10 font-size: 13px;
11 }
12 .btn.vbo-config-btn {
13 padding: 10px 14px;
14 }
15 .btn.btn-small {
16 padding: 2px 10px;
17 font-size: 12px;
18 border-radius: var(--vbo-field-radius);
19 }
20 .btn-large, .btn.btn-large {
21 padding: 14px 24px;
22 font-size: 16px;
23 border-radius: var(--vbo-field-radius);
24 }
25
26 .btn-group button.btn:not(.btn-small),
27 .input-append button.btn:not(.btn-small),
28 .input-prepend button.btn:not(.btn-small) {
29 padding: 8px 10px;
30 margin: 0;
31 height: 40px;
32 }
33
34 .btn-group input[type="text"],
35 .input-append input[type="text"],
36 .input-prepend input[type="text"] {
37 height: 40px;
38 }
39
40 .select2-container--default .select2-selection--multiple .select2-selection__choice {
41 margin-bottom: 0;
42 }
43
44 .wp-calendar-box i.dashicons-calendar-alt {
45 top: 8px;
46 position: relative;
47 }
48
49 .media-sidebar input,
50 .media-sidebar select {
51 width: 65% !important;
52 }
53
54 .wp-admin select {
55 line-height: 2em;
56 min-height: 40px;
57 padding: 5px 34px 5px 10px !important;
58 border-radius: var(--vbo-field-radius);
59 border-color: #ddd;
60 }
61 select.vbo-select-small {
62 padding: 0px 24px 0px 8px !important;
63 min-height: 25px;
64 font-size: 12px;
65 height: 25px !important;
66 }
67 .wp-calendar-box {
68 padding: 0 10px 0 0;
69 }
70 .vbo-dashboard-fullcontainer .input-append .btn {
71 height: 40px;
72 line-height: 14px;
73 }
74 .new_depovr_container span:not(input), .new_depovr_container span:not(select), .new_depovr_container span:not(button) {
75 line-height: 2.5em;
76 }
77 .vbo-feature-remove {
78 margin-top: 4px;
79 }
80 .vbroomparampactive * {
81 vertical-align: top;
82 }
83 i.icon-new::before {
84 width: 15px;
85 height: 15px;
86 padding: 0;
87 margin-right: 2px;
88 }
89 .vbo-ratesoverview-entryinline .input-append button.btn, .admintable .input-append button.btn, #adminForm .btn-group button.btn, #filter-bar .input-append .btn,
90 .vbo-report-filter-val .input-append button.btn, .vbo-btn-toolbar .btn-group .btn {
91 padding: 9px 14px;
92 }
93 .vbo-ratesoverview-entryinline .input-append input[type="text"], .admintable .input-append input[type="text"], #adminForm .btn-group input[type="text"] {
94 height: 40px;
95 }
96 #adminForm .btn-group input[type="text"].hasDatepicker {
97 height: 40px;
98 }
99 #adminForm .btn-group .wp-calendar-box input[type="text"].hasDatepicker {
100 height: 38px;
101 }
102 .vbo-ratesoverview-entryinline .select2-container .select2-selection--single, .vbo-ratesoverview-entryinline .select2-container--default .select2-selection--single .select2-selection__arrow,
103 .vbo-reports-container .select2-container .select2-selection--single, .vbo-reports-container .select2-container--default .select2-selection--single .select2-selection__arrow {
104 height: 40px;
105 }
106 .vbo-ratesoverview-entryinline .select2-container--default .select2-selection--single .select2-selection__rendered, .vbo-reports-container .select2-container--default .select2-selection--single .select2-selection__rendered {
107 line-height: 34px;
108 }
109 .vbo-bookingdet-detcont .vbo-time-selects .vbo-time-selects-divider {
110 padding-top: 8px;
111 display: inline-block;
112 }
113 #vbo-statsform .btn-toolbar .btn-group .wp-calendar-box {
114 padding: 0px 6px;
115 }
116 #vbo-statsform .btn-toolbar .btn-group button.btn {
117 padding: 9px 12px;
118 }
119 .wp-admin .ui-datepicker .ui-datepicker-title {
120 line-height: 2.3em;
121 }
122 .wp-admin .ui-datepicker-multi .ui-datepicker-group table {
123 width: 99%;
124 }
125 .vbo-quickres-wrapper #vbspanpeople {
126 display: inline-block;
127 line-height: 2.6em;
128 }
129 .vbo-link-btn-small {
130 padding: 6px 10px;
131 }
132 #adminForm .btn-group.vbo-smstpl-bgroup button.btn {
133 height: auto;
134 margin: 3px;
135 padding: 6px 14px;
136 }