PluginProbe
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards / 2.0.13
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards v2.0.13
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_style.css

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

287 lines 4.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* BEGIN SETTINGS */
2
3 .wpda-table-settings {
4 width: 100%;
5 border-collapse: collapse;
6 }
7
8 .wpda-table-settings th, .wpda-table-settings td {
9 padding-top: 30px;
10 padding-bottom: 30px;
11 padding-left: 20px;
12 text-align: left;
13 }
14
15 .wpda-table-settings th {
16 width: 200px;
17 vertical-align: top;
18 }
19
20 .wpda-table-settings tr {
21 border-bottom: 1px solid #ccc;
22 }
23
24 .wpda-table-settings tr:nth-child(even) {
25 background: #fff;
26 }
27
28 .wpda-table-settings-button {
29 margin-top: 20px;
30 margin-left: 20px;
31 }
32
33 .wpda_list_indent {
34 padding-left: 20px;
35 }
36
37 .wpda_list {
38 list-style-type: square;
39 text-decoration: none !important;
40 }
41
42 .wpda_upload {
43 background: #fff;
44 border-top: 1px solid #ccc;
45 border-bottom: 1px solid #ccc;
46 padding-left: 20px;
47 padding-bottom: 10px;
48 }
49
50 /* END SETTINGS */
51
52 /* BEGIN SIMPLE FORM */
53
54 .wpda_simple_form_border {
55 border: 1px solid #e5e5e5;
56 background-color: #fff;
57 width: 100%;
58 padding: 0;
59 }
60
61 .wpda_simple_table {
62 padding: 3px;
63 width: 100%;
64 }
65
66 .wpda_simple_table td.label {
67 width: 15%;
68 text-align: right;
69 }
70
71 .wpda_simple_table td.data {
72 width: 70%;
73 }
74
75 .wpda_simple_table td.data input, .wpda_simple_table td.data select {
76 width: 100%;
77 }
78
79 .wpda_simple_table td.icon {
80 width: 15%;
81 text-align: left;
82 }
83
84 .wpda_data_type {
85 font-size: 80%;
86 background-color: white;
87 border: 1px solid gray;
88 padding-left: 1px;
89 padding-right: 1px;
90 }
91
92 .wpda_data_type_icon {
93 vertical-align: text-bottom;
94 }
95
96 .wpda_input_error {
97 background-color: red;
98 }
99
100 .wpda_indent {
101 margin-left: 40px;
102 }
103
104 /* END SIMPLE FORM */
105
106 /* BEGIN USER MENU FORM */
107
108 .wpda_user_menu_input {
109 width: 400px;
110 }
111
112 /* END USER MENU FORM */
113
114 /* BEGIN DESIGN FORM */
115
116 .wpda_design_table {
117 border: 1px solid #e5e5e5;
118 box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
119 padding: 0;
120 }
121
122 .wpda-table-structure {
123 border-collapse: collapse;
124 display: table;
125 width: 100%;
126 background-color: #fff;
127 padding: 5px;
128 }
129
130 .wpda-table-structure thead, .wpda-table-structure tfoot {
131 background-color: #fff;
132 }
133
134 .wpda-table-structure thead {
135 border-bottom: 1px solid #e5e5e5;
136 }
137
138 .wpda-table-structure thead tr:first-child td {
139 padding-top: 10px;
140 }
141
142 .wpda-table-structure thead th {
143 padding-bottom: 10px;
144 }
145
146 .wpda-table-structure tfoot {
147 border-top: 1px solid #e5e5e5;
148 }
149
150 .wpda-table-structure tfoot td {
151 text-align: center;
152 padding-top: 10px;
153 padding-bottom: 10px;
154 }
155
156 .wpda-table-structure tbody tr:nth-child(even) {
157 background: #f9f9f9;
158 }
159
160 .wpda-table-structure tbody tr:nth-child(odd) {
161 background: #fff;
162 }
163
164 .wpda-table-structure th, .wpda-table-structure td {
165 text-align: left;
166 line-height: 1.5em;
167 border-spacing: 2px;
168 }
169
170 .wpda-table-structure tbody td input, .wpda-table-structure tbody td select {
171 width: 100%;
172 padding: 3px 5px 3px 5px;
173 height: unset;
174 }
175
176 .wpda-table-structure tbody tr:hover {
177 background-color: #f1f1f1;
178 }
179
180 .wpda-table-structure label {
181 vertical-align: text-bottom;
182 font-weight: bold;
183 }
184
185 .wpda-table-structure th.wpda-table-structure-first-column, .wpda-table-structure td.wpda-table-structure-first-column {
186 text-align: right;
187 white-space: nowrap;
188 width: 60px;
189 padding-left: 10px;
190 }
191
192 .wpda-table-structure th.wpda-table-structure-first-column-left, .wpda-table-structure td.wpda-table-structure-first-column-left {
193 text-align: left;
194 white-space: nowrap;
195 width: 60px;
196 padding-left: 10px;
197 }
198
199 .wpda-table-structure th.wpda-table-structure-last-column, .wpda-table-structure td.wpda-table-structure-last-column {
200 padding-right: 10px;
201 }
202
203 .wpda_reverse_engineering {
204 background-color: #fff;
205 box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
206 padding: 10px;
207 }
208
209 .wpda_reverse_engineering label {
210 font-weight: bold;
211 }
212
213 /* END DESIGN FORM */
214
215 a.disabled {
216 pointer-events: none;
217 cursor: default;
218 }
219
220 .manage-column.column-icons {
221 width: 60px;
222 }
223
224 /* BEGIN DATABASE TABLE STRUCTURE */
225
226 .wpda-structure-table {
227 width: 100%;
228 }
229
230 .wpda-structure-table th, .wpda-structure-table td {
231 font-size: 90%;
232 }
233
234 .wpda-structure-table-tab {
235 font-size: 90%;
236 }
237
238 .column-table_rows, .column-engine {
239 width: 90px !important;
240 }
241
242 .column-size {
243 width: 110px !important;
244 }
245
246 .column-auto_increment {
247 width: 130px !important;
248 }
249
250 .column-icons {
251 width: 50px !important;
252 white-space: nowrap;
253 text-align: right;
254 }
255
256 /* END DATABASE TABLE STRUCTURE */
257
258 /* BEGIN OVERWRITE LINK COLOR IN UI-WIDGET/TABS */
259
260 span.drop-index {
261 color: #0073aa;
262 }
263
264 span.drop-index:active, span.drop-index:hover {
265 color: #00a0d2;
266 }
267
268 /* END OVERWRITE LINK COLOR IN UI-WIDGET/TABS */
269
270 /* BEGIN DOCUMENTATION */
271
272 .doc_title {
273 font-weight: bold;
274 font-size: 120%;
275 }
276
277 .doc_list {
278 list-style-type: square;
279 margin-left: 40px;
280 }
281
282 .doc_margin {
283 padding-left: 40px;
284 }
285
286 /* END DOCUMENTATION */
287