PluginProbe
Yatra – Travel Booking & Tour Operator Software / 2.1.16
Yatra – Travel Booking & Tour Operator Software v2.1.16
3.0.15 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 All 83 releases
yatra / assets / admin / css / settings.css

settings.css in Yatra – Travel Booking & Tour Operator Software 2.1.16, at assets/admin/css/settings.css

76 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .yatra-admin-setting-page-wrap .form-table th {
2 width: 250px;
3 }
4
5 .yatra-setting-tab-options ul {
6 background: #fff;
7 padding: 20px;
8 border: 1px solid #ddd;
9 text-align: center;
10 }
11
12 .yatra-setting-tab-options ul li .label {
13 text-align: left;
14 padding-left: 10px;
15 font-weight: bold;
16 width: 30%;
17 }
18
19 .yatra-setting-tab-options ul li .label .icon {
20 margin-right: 10px;
21 }
22
23 .yatra-setting-tab-options ul li span.label:before {
24 padding: 10px;
25 padding-left: 0;
26 }
27
28 .yatra-setting-tab-options ul li {
29 display: flex;
30 border: 1px solid #aaa;
31 padding: 5px;
32 background: #eee;
33 cursor: move;
34 align-items: center;
35 }
36
37 .yatra-setting-tab-options ul li input,
38 .yatra-setting-tab-options ul li span {
39 flex-grow: 1;
40 flex-basis: 0;
41 }
42
43 .yatra-setting-tab-options ul li input {
44 padding: 5px 10px;
45 border-radius: 0;
46 margin: 0 10px;
47
48 }
49
50 .yatra-setting-tab-options ul li input.icopick {
51 cursor: pointer;
52 }
53
54 .yatra-setting-tab-options ul li .available-tab-remove-item {
55
56 border-radius: 100%;
57 height: 30px;
58 width: 30px;
59 border: 1px solid #ccc;
60 text-align: center;
61 cursor: pointer;
62 background: #ddd;
63 }
64
65 .yatra-setting-tab-options ul li .available-tab-remove-item:hover {
66 background: #aaa;
67 }
68
69 .yatra-setting-tab-options .yatra-switch-control .slider {
70 line-height: 19px;
71 }
72
73 textarea#yatra_admin_email_recipient_lists {
74 width: 480px;
75 margin-top: 20px;
76 }