PluginProbe
Yatra – Travel Booking & Tour Operator Software / 2.0.1
Yatra – Travel Booking & Tour Operator Software v2.0.1
3.0.14 3.0.14.1 3.0.14.2 3.0.12 3.0.13 3.0.11 3.0.10 3.0.9 3.0.8 3.0.7 3.0.6 3.0.5 3.0.5.1 3.0.4 3.0.3 3.0.2.9 3.0.2.7 3.0.2.8 3.0.2.6 trunk 1.0.0 2.0.0 2.0.1 2.0.10 2.0.11 All 82 releases
yatra / assets / admin / css / admin-style.css

admin-style.css in Yatra – Travel Booking & Tour Operator Software 2.0.1, at assets/admin/css/admin-style.css

363 lines 6.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .yatra-tabs {
2 border: 1px solid #0274be;
3 }
4
5 .yatra-tabs > ul {
6 position: relative;
7 margin: 0;
8 padding: 0;
9 list-style: none;
10 border-bottom: 1px dotted #f9f9f9;
11 font-size: 0;
12 background: #0274be;
13 }
14
15 .yatra-tabs > ul .indicator {
16 display: block;
17 position: absolute;
18 bottom: 0;
19 left: 0;
20 height: 3px;
21 width: 20%;
22 background: #1E88E5;
23 -webkit-transform: translateZ(0) translateX(0);
24 transform: translateZ(0) translateX(0);
25 transition: all 0.3s ease;
26 }
27
28 .yatra-tabs > ul li {
29 display: inline-block;
30 font-size: 14px;
31 margin-bottom: 0;
32 }
33
34 .yatra-tabs > ul li a {
35 display: block;
36 position: relative;
37 padding: 20px;
38 text-decoration: none;
39 text-align: center;
40 font-weight: bold;
41 color: #fff;
42 border-right: 1px solid #0274be;
43
44 }
45
46 .yatra-tabs > ul li a:focus {
47 text-shadow: none;
48 box-shadow: none;
49 }
50
51 .yatra-tabs > ul li:last-child a {
52 border-right: 0;
53 }
54
55 .yatra-tabs > ul li a[aria-selected], .yatra-tabs > ul li a:hover {
56 color: #0274be;
57 background: #fff;
58
59 }
60
61 .yatra-tabs > ul li a[aria-selected]:before {
62 /*-webkit-transform: translateZ(0) translateY(0);
63 transform: translateZ(0) translateY(0);*/
64 }
65
66 .yatra-tabs > section {
67 display: inline-block;
68 width: 100%;
69 }
70
71 .yatra-tabs > section[aria-hidden="true"] {
72 display: none;
73 }
74
75 .yatra-tabs section[role="tabpanel"] {
76 padding: 15px 0;
77 }
78
79 .yatra-tabs section:after {
80 content: '';
81 clear: both;
82 }
83
84 .yatra-field-wrap p {
85 padding-left: 10px;
86 padding-right: 10px;
87 }
88
89 .yatra-tab-content:after {
90 clear: both;
91 content: "";
92 display: block;
93 }
94
95 .yatra-tab-content label {
96 font-weight: bold;
97 font-size: 14px;
98 }
99
100 .yatra-tab-content .select2 {
101 width: 100% !important;
102 }
103
104 .yatra-tab-content input,
105 .yatra-tab-content input[type="text"],
106 .yatra-tab-content input[type="number"],
107 .yatra-tab-content select,
108 .yatra-tab-content textarea
109 .yatra-tab-content .widefat {
110 font-size: 14px;
111 height: auto;
112 padding: 6px 10px;
113 border-radius: 0;
114 border: 1px solid #ddd;
115 box-shadow: none;
116 color: #000;
117 margin-top: 5px;
118 }
119
120 @media (min-width: 600px) {
121
122 .yatra-right {
123 float: right;
124 width: 49%;
125 max-width: 49%;
126 }
127
128 .yatra-left {
129 float: left;
130 width: 49%;
131 max-width: 49%;
132 }
133
134 .yatra-field-row:after {
135 clear: both;
136 content: "";
137 display: block;
138 }
139
140 .yatra-field-row {
141 display: block;
142 }
143 }
144
145 .mb-meta-vertical-tab {
146 width: 40%;
147 float: left;
148
149 outline: none;
150 display: block;
151 }
152
153 .mb-meta-vertical-tab-content {
154
155 width: 60%;
156 float: right;
157 display: block;
158
159 }
160
161 .mb-meta-vertical-tab-content .mb-meta-vertical-tab-content-item {
162 display: none;
163 }
164
165 .mb-meta-vertical-tab-content .mb-meta-vertical-tab-content-item.active {
166
167 display: block;
168 }
169
170 .mb-meta-vertical-tab li {
171 padding: 5px;
172 background: #074771;
173 margin: 2px;
174 cursor: pointer;
175 color: #ffff;
176 text-transform: uppercase;
177
178 }
179
180 .mb-meta-vertical-tab li .fa, .mb-meta-vertical-tab li svg {
181 margin-right: 10px;
182 line-height: 22px;
183 }
184
185 .mb-meta-vertical-tab li:hover, .mb-meta-vertical-tab li.active {
186 background: #0468a9;
187 }
188
189 .mb-repeator {
190 background: #f9f9f9;
191 border: 1px solid #ddd;
192 margin: 5px;
193 }
194
195 .mb-repeator .add, .mb-repeator .remove {
196 float: right;
197 height: 25px;
198 width: 25px;
199 background: #676767;
200 line-height: 27px;
201 border-radius: 100%;
202 cursor: pointer;
203 color: #fff;
204 margin: 0 5px 0 5px;
205 }
206
207 .mb-repeator .add:hover, .mb-repeator .remove:hover {
208
209 background: #074771;
210 }
211
212 .mb-repeator-heading {
213 display: block;
214 padding: 10px;
215 background: #dadadacc;
216
217 }
218
219 .mb-repeator-fields {
220 display: block;
221
222 }
223
224 .mb-repeator .toggle {
225
226 float: left;
227 cursor: pointer;
228 line-height: 27px;
229 }
230
231 .mb-repeator-heading:after {
232 content: '';
233 display: block;
234 clear: both;
235 }
236
237 .mb-repeator-heading .repeator-title {
238 line-height: 25px;
239 margin-left: 10px;
240 font-weight: 500;
241 }
242
243 .mb-gallery-add {
244 width: 225px;
245 height: 160px;
246 border: 4px dotted #074771;
247 padding: 0;
248 /* border-radius: 4px; */
249 display: flex;
250 align-items: center;
251 justify-content: center;
252 font-size: 14px;
253 line-height: 30px;
254 color: #1A84EE;
255 background: #fbfbfb;
256 position: relative;
257 margin: 10px auto;
258 }
259
260 ul.mb-selected-gallery-list {
261 max-width: 100%;
262 overflow: hidden;
263 }
264
265 ul.mb-selected-gallery-list li {
266 width: 160px;
267 display: block;
268 margin: 5px;
269 padding: 5px;
270 float: left;
271 position: relative;
272 }
273
274 ul.mb-selected-gallery-list li a.remove {
275 position: absolute;
276
277 height: 25px;
278 width: 25px;
279 text-align: center;
280 background: #ffff;
281 border: 1px solid;
282 cursor: pointer;
283 }
284
285 ul.mb-selected-gallery-list li img {
286 width: 100%;
287 height: 125px;
288 object-fit: cover;
289 border: 4px solid #bbbbbb;
290 }
291
292 .mb-tour-attributes-fields {
293 padding: 10px;
294 margin: 5px;
295 background: #f1f1f1;
296 border: 1px solid #aaa;
297 display: block;
298 position: relative;
299 }
300
301 .mb-tour-attributes-fields:after {
302 content: '';
303 display: block;
304 width: 100%;
305 clear: both;
306 }
307
308 .mb-tour-attributes-fields .mb-remove-item {
309 position: absolute;
310 right: -4px;
311 top: -10px;
312 height: 25px;
313 width: 25px;
314 background: #0274be;
315 color: #fff;
316 border-radius: 100%;
317 text-align: center;
318 line-height: 25px;
319 font-size: 25px;
320 cursor: pointer;
321 }
322
323 .mb-tour-attributes-fields .mb-remove-item:hover {
324 background: #000;
325 }
326
327 .postbox .inside .mb-tour-attributes-fields h2 {
328 padding-top: 0;
329 padding-bottom: 0;
330 font-weight: bold;
331 text-transform: uppercase;
332 }
333
334 .yatra-tabs > section#tour-attributes {
335 width: 50%;
336 }
337
338 .yatra-booking-meta-information table {
339 width: 100%;
340
341 margin: 0 !important;
342 padding: 0;
343 margin-bottom: 20px;
344 }
345
346 table.yatra-booking-meta-info th,
347 table.yatra-booking-meta-info td,
348 table.yatra-booking-meta-customer-info th,
349 table.yatra-booking-meta-customer-info td {
350 border: 1px solid #ddd;
351 padding: 10px;
352 }
353
354 .yatra-booking-meta-information h2 {
355 padding-left: 0;
356 font-weight: bold !important;
357 text-transform: uppercase;
358 }
359
360 .yatra-booking-meta-information th {
361 background: #ddd;
362 text-transform: uppercase;
363 }