PluginProbe
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards / 5.5.84
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards v5.5.84
5.5.84 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 All 160 releases
← All changes | assets/css/wpda_navi.css +20 -6 5.5.355.5.84 View file →
@@ -337,32 +337,38 @@
337 337 background-color: white;
338 338 padding: 30px;
339 339 }
340 340
341 +#wpda-legacy-tool-settings-panel table {
342 + width: 100%;
343 +}
344 +
341 345 #wpda-legacy-tool-settings-panel table th,
342 346 #wpda-legacy-tool-settings-panel table td {
343 347 white-space: nowrap;
344 - padding-right: 20px;
345 348 }
346 349
347 -#wpda-legacy-tool-settings-panel table th:last-of-type,
348 -#wpda-legacy-tool-settings-panel table td:last-of-type {
349 - padding-right: 0;
350 +#wpda-legacy-tool-settings-panel table th.label,
351 +#wpda-legacy-tool-settings-panel table td.label{
352 + text-align: left;
350 353 }
351 354
352 355 #wpda-legacy-tool-settings-panel table th.items,
353 356 #wpda-legacy-tool-settings-panel table td.items {
354 357 text-align: right;
358 + display: none;
359 + padding-right: 0;
355 360 }
356 361
357 362 #wpda-legacy-tool-settings-panel table th.status,
358 363 #wpda-legacy-tool-settings-panel table td.status {
359 - text-align: center;
364 + text-align: right;
360 365 }
361 366
362 367 #wpda-legacy-tool-settings-submit {
363 368 margin-top: 15px;
364 369 text-align: right;
370 + white-space: nowrap;
365 371 }
366 372
367 373 #wpda-legacy-tool-settings-submit button {
368 374 padding: 5px 10px;
@@ -392,8 +398,16 @@
392 398 text-decoration: none;
393 399 font-weight: bold;
394 400 color: #ff9f1c;
395 401 }
402 +a.roadmap:hover {
403 + color: #4399fa;
404 +}
396 405
397 -a.roadmap:hover {
406 +a.whatsnew {
407 + text-decoration: none;
408 + font-weight: bold;
398 409 color: #4399fa;
410 +}
411 +a.whatsnew:hover {
412 + color: #ff9f1c;
399 413 }