PluginProbe
wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin / 6.5.1.7
wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin v6.5.1.7
6.5.1.7 6.5.1.6 6.5.1.5 6.5.1.4 6.5.1.3 6.5.1.2 6.5.1.1 6.5.0.9 6.5.0.8 6.5.0.7 6.5.0.6 trunk 3.4.2.40 3.4.2.41 3.4.2.42 3.4.2.43 3.4.2.44 3.4.2.45 3.4.2.46 3.4.2.47 3.4.2.48 3.4.2.49 3.4.2.50 6.3.2 6.3.3.1 All 47 releases
wpdatatables / assets / css / admin / system-info.css

system-info.css in wpDataTables – WordPress Data Table, Dynamic Tables & Table Charts Plugin 6.5.1.7, at assets/css/admin/system-info.css

122 lines 3.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wdt-datatables-admin-wrap .wdt-system-info {
2 font-family: Inter;
3 font-style: normal;
4 }
5 .wdt-datatables-admin-wrap .wdt-system-info .btn-primary {
6 border-radius: 6px;
7 }
8 .wdt-datatables-admin-wrap .wdt-system-info .card-head {
9 background: none;
10 }
11 .wdt-datatables-admin-wrap .wdt-system-info-card {
12 padding: 28px 32px !important;
13 box-shadow: 0 1px 1px rgba(23, 43, 77, 0.11) !important;
14 border-radius: 3px;
15 }
16
17 .wdt-datatables-admin-wrap .wdt-system-info .card-head .wdt-admin-card-header h2 a {
18 box-shadow: none !important;
19 color: #304463 !important;
20 }
21 .wdt-datatables-admin-wrap .wdt-system-info .card-head .wdt-admin-card-header h2 a i {
22 font-size: 16px;
23 margin-right: 4px;
24 vertical-align: bottom;
25 font-style: normal;
26 line-height: 24px;
27 }
28 .wdt-datatables-admin-wrap table.wdt-system-info-table{
29 width: 100%;
30 }
31 .wdt-datatables-admin-wrap table.wdt-system-info-table.m-t-40{
32 margin-top: 40px;
33 }
34 .wdt-datatables-admin-wrap table.wdt-system-info-table thead th{
35 font-family: Inter;
36 font-style: normal;
37 font-weight: 500;
38 font-size: 15px;
39 line-height: 24px;
40 color: #091D70;
41 border-bottom: 2px solid #008CFF;
42 }
43
44 .wdt-datatables-admin-wrap table.wdt-system-info-table tbody tr td {
45 padding: 12px 12px 10px 12px;
46 font-family: Inter;
47 font-style: normal;
48 font-weight: normal;
49 font-size: 13px;
50 line-height: 20px;
51 color: #304463;
52 border-bottom: 1px solid #E7E8EC;
53 }
54
55 .wdt-datatables-admin-wrap table.wdt-system-info-table tbody tr td:first-child{
56 width: 30%;
57 }
58 .wdt-datatables-admin-wrap table.wdt-system-info-table tbody tr td:last-child{
59 width: 10%;
60 }
61 .wdt-datatables-admin-wrap table.wdt-system-info-table .help{
62 text-align: right;
63 }
64 .wdt-datatables-admin-wrap table.wdt-system-info-table .wpdt-error{
65 color: #FF0000;
66 }
67 .wdt-datatables-admin-wrap table.wdt-system-info-table .wpdt-error-bg{
68 color: #FFF5F5;
69 }
70 .wdt-datatables-admin-wrap table.wdt-system-info-table .wpdt-warning{
71 color: #F08C00 !important;
72 }
73 .wdt-datatables-admin-wrap table.wdt-system-info-table .wpdt-warning-bg{
74 background: #fcfcec;
75 }
76 .wdt-datatables-admin-wrap table.wdt-system-info-table .help i{
77 font-style: normal;
78 font-weight: normal;
79 font-size: 16px;
80 line-height: 20px;
81 color: #008CFF !important;
82 }
83
84 /* FOOTER*/
85 .wdt-datatables-admin-wrap .wpdt-footer-links li {
86 display: inline-block;
87 margin-right: 12px;
88 }
89
90 .wdt-datatables-admin-wrap .wpdt-footer-links li a {
91 color: #5A6C89;
92 box-shadow: none;
93 }
94 .wdt-datatables-admin-wrap .wdt-footer-title {
95 font-size: 13px;
96 line-height: 20px;
97 color: #304463;
98 margin-top: 60px;
99 margin-bottom: 20px;
100 }
101
102 .wdt-datatables-admin-wrap .wdt-footer-title img {
103 margin-left: 10px;
104 vertical-align: bottom;
105 }
106 @media (max-width: 768px) {
107
108 .wdt-datatables-admin-wrap table.wdt-system-info-table tbody tr td {
109 word-break: break-word;
110 }
111 .wdt-datatables-admin-wrap table.wdt-system-info-table tbody tr td:last-child {
112 display: none;
113 }
114 .wdt-datatables-admin-wrap table.wdt-system-info-table tbody tr td:first-child ,
115 .wdt-datatables-admin-wrap table.wdt-system-info-table tbody tr td {
116 width: 50%;
117 }
118 .wpdt-c .card .card-header .actions {
119 top: 12px !important;
120 }
121
122 }