PluginProbe
Booking Calendar / 11.1
Booking Calendar v11.1
11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 10.11.3 All 202 releases
booking / core / any / css / admin-br-table.css

admin-br-table.css in Booking Calendar 11.1, at core/any/css/admin-br-table.css

157 lines 4.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 Document : admin-booking resources-table
3 Created on : 2016-08-09, 11:38:06
4 Author : wpdevelop
5 Description: Resource Table CSS
6 */
7
8 /* General Class */
9 .wpbc_resources_table {
10
11 }
12
13
14 /* Resources Table */
15 .wpbc_resources_table .table,
16 .wpbc_resources_table .table.widefat {
17 border: 0px solid #bbb;
18 box-shadow: 0 0 1px #aaa;
19 }
20 .wpbc_resources_table table > thead > tr > th {
21 background-color: #ffffff;
22 border-bottom: 2px solid #e5e5e5;
23 }
24 .wpdevelop.wpbc_resources_table table > tfoot > tr > th {
25 background-color: #ffffff;
26 border-top: 1px solid #e5e5e5;
27 }
28 .wpbc_resources_table thead th,
29 .wpbc_resources_table tfoot th {
30 font-weight:600;
31 text-align: left;
32 }
33 .wpbc_resources_table th a,
34 .wpbc_resources_table th a:hover,
35 .wpbc_resources_table th a:focus {
36 text-decoration: none;
37 }
38 .wpdevelop.wpbc_resources_table table > tbody > tr.row_selected_color > th,
39 .wpdevelop.wpbc_resources_table table > tbody > tr.row_selected_color > td {
40 background: #b5d4ef;
41 border-color: #ccc !important;
42 }
43 /*.wpbc_resources_table th a span.glyphicon { */
44 /* font-size: 0.8em;*/
45 /* font-weight: 400;*/
46 /* padding-left: 2px;*/
47 /*}*/
48
49 .wpdevelop.wpbc_resources_table .table > thead > tr > th,
50 .wpdevelop.wpbc_resources_table .table > tbody > tr > th,
51 .wpdevelop.wpbc_resources_table .table > tfoot > tr > th,
52 .wpdevelop.wpbc_resources_table .table > thead > tr > td,
53 .wpdevelop.wpbc_resources_table .table > tbody > tr > td,
54 .wpdevelop.wpbc_resources_table .table > tfoot > tr > td {
55 vertical-align: middle;
56 }
57
58 /* Labels Colors */
59 .wpbc_resources_table .label {
60 border: 1px solid #EEEEEE;
61 box-shadow: 0 0 1px #ddd;
62 padding: 2px 5px;
63 white-space: nowrap;
64 line-height: 2.4em;
65 }
66 .wpbc_resources_table .label span,
67 .wpbc_resources_table .label a,
68 .wpbc_resources_table .label a:hover{
69 color:#fff;
70 text-decoration: none;
71 }
72 .wpbc_resources_table .label-pending {
73 background: #FFBB45;
74 }
75 .wpbc_resources_table .label-approved {
76 background: #9BE;
77 }
78 .wpbc_resources_table .label-trash {
79 background: #D94A48;
80 color: #fff;
81 text-shadow: 0 0 1px #E00;
82 }
83 .wpbc_resources_table .label-success {
84
85 }
86 .wpbc_resources_table .label-unknown {
87 background-color: #999 !important;
88 }
89 .wpbc_resources_table .label-error {
90 background-color: #FA773D !important;
91 }
92 .wpbc_resources_table .payment-label-success {
93 background-color: #468847 !important;
94 }
95 .wpbc_resources_table .payment-label-pending {
96 background-color: #992 !important;
97 }
98 .wpbc_resources_table .payment-label-unknown {
99 background-color: #999 !important;
100 }
101 .wpbc_resources_table .payment-label-error {
102 background-color: #FA773D !important;
103 }
104
105 .wpbc_resources_table .field-currency {
106 color: #444;
107 display: inline;
108 font-size: 15px;
109 font-weight: 600;
110 line-height: 1.7em;
111 height: 26px;
112 padding:0;
113 vertical-align: top;
114 }
115 .wpdevelop.wpbc_resources_table .table > tbody > tr > td select.form-control,
116 .wpbc_resources_table select {
117 width:auto;
118 height:2em;
119 /*padding: 2px;*/
120 /*border-radius: 0;*/
121 }
122 @media (max-width: 782px) {
123 .wpbc_resources_table th.wpbc_hide_mobile,
124 .wpbc_resources_table td.wpbc_hide_mobile {
125 display: none;
126 }
127 .wpbc_resources_table th.wpbc_col_id,
128 .wpbc_resources_table td.wpbc_col_id {
129 width: 4em;
130 }
131 .wpbc_resources_table th.wpbc_col_title,
132 .wpbc_resources_table td.wpbc_col_title {
133 width: 9em;
134 }
135 .wpbc_resources_table .field-currency {
136 line-height: 2.1em;
137 }
138 .wp-admin .wpbc_page select,
139 .wp-admin .wpbc_page .form-table select,
140 #wpbody .wpbc_resources_table input[type="text"],
141 #wpbody .wpbc_resources_table select {
142 height: 34px;
143 min-height: 28px;
144 line-height: 1.5;
145 }
146 }
147 @media (max-width: 600px) {
148 .wpbc_resources_table th.wpbc_hide_mobile_xs,
149 .wpbc_resources_table td.wpbc_hide_mobile_xs {
150 display: none;
151 }
152 }
153
154 .wpbc_resources_table .wpbc_icn_drag_indicator::before {
155 padding: 0 0 0 5px;
156 }
157