PluginProbe
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards / 5.2
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards v5.2
5.5.83 5.5.82 5.5.81 5.5.80 5.5.79 5.5.77 5.5.76 5.5.75 5.5.73 5.5.72 5.5.22 5.5.23 5.5.29 5.5.3 5.5.31 5.5.32 5.5.34 5.5.35 5.5.36 5.5.37 5.5.4 5.5.40 5.5.41 5.5.42 5.5.43 All 159 releases
wp-data-access / assets / css / wpda_query_builder.css

wpda_query_builder.css in WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards 5.2, at assets/css/wpda_query_builder.css

150 lines 2.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 fieldset {
2 margin-top: 20px;
3 margin-bottom: 20px;
4 }
5
6 label {
7 font-weight: bold;
8 }
9
10 .wpda_query_builder_actions {
11 float: right;
12 padding-bottom: 10px;
13 }
14
15 .wpda_query_builder_taskbar {
16 background-color: #f0f0f1;
17 padding: 10px;
18 vertical-align: middle;
19 }
20
21 .wpda_query_builder_taskbar label {
22 font-weight: bold;
23 line-height: 30px;
24 }
25
26 .wpda_query_builder_taskbar select {
27 margin-left: 5px;
28 }
29
30 .wpda_query_builder_statusbar {
31 padding: 10px;
32 font-weight: bold;
33 }
34
35 .wpda_query_builder_statusbar span {
36 padding-left: 10px;
37 line-height: 30px;
38 vertical-align: middle;
39 }
40
41 .CodeMirror {
42 border: 1px solid #ddd;
43 }
44
45 .nav-tab span {
46 padding-left: 2px;
47 }
48
49 .wpda_query_builder_taskbar span {
50 padding-left: 5px;
51 }
52 .wpda_query_builder_taskbar span:first-child {
53 padding-left: 0;
54 }
55
56 table.wpda_query_builder_table {
57 border-collapse: collapse;
58 border: 1px solid #ccc;
59 width: 100%;
60 }
61
62 table.wpda_query_builder_table thead {
63 display: block;
64 overflow-y: scroll;
65 }
66
67 table.wpda_query_builder_table tbody {
68 display: block;
69 overflow: scroll;
70 height: 400px;
71 border-top: 1px solid #ccc;
72 background-color: #fff;
73 }
74
75 table.wpda_query_builder_table tr {
76 width: 100%;
77 display: table;
78 table-layout: fixed;
79 }
80
81 table.wpda_query_builder_table th,
82 table.wpda_query_builder_table td {
83 overflow-wrap: anywhere;
84 text-align: left;
85 padding: 4px;
86 }
87 table.wpda_query_builder_table th {
88 border-right: 1px solid #ccc;
89 }
90 table.wpda_query_builder_table th:last-child {
91 border-right: 0;
92 }
93 table.wpda_query_builder_table td {
94 border-left: 1px dotted #ccc;
95 border-right: 1px dotted #ccc;
96 border-bottom: 1px dotted #ccc;
97 border-left: 0;
98 }
99 table.wpda_query_builder_table tr:first-child td {
100 border-top: 0;
101 }
102 table.wpda_query_builder_table tr:last-child td {
103 border-bottom: 0;
104 }
105 table.wpda_query_builder_table td:last-child {
106 border-right:0;
107 }
108 table.wpda_query_builder_table tbody tr:hover {
109 background-color: yellow;
110 }
111
112 .wpda_query_builder_sql {
113 clear: both;
114 }
115
116 .wpda_query_builder_menubar {
117 margin: 10px 10px 0 10px;
118 text-align: right;
119 }
120 .wpda_query_builder_menubar label {
121 padding: 6px 8px 0 0;
122 }
123
124 .wpda_query_builder_result {
125 margin-top: 10px;
126 }
127
128 .wpda_query_builder_viewer {
129 background: white;
130 border: 1px solid #ccc;
131 }
132 .json-document {
133 font-size: 10px;
134 }
135
136 .wpda_spinner {
137 width: 30px;
138 height: 30px;
139 vertical-align: middle;
140 padding-left: 5px;
141 padding-right: 5px;
142 }
143
144 .wpda-query-help {
145 font-weight: bold;
146 }
147
148 .button-primary {
149 font-weight: bold;
150 }