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_style.css +29 -0 5.5.35.5.84 View file →
@@ -756,5 +756,34 @@
756 756 .wpda_media_container {
757 757 float: left;
758 758 padding: 10px;
759 759 text-align: center;
760 +}
761 +
762 +/* WP 7 dashboard */
763 +#wpwrap .button,
764 +#wpwrap select,
765 +#wpwrap input[type=date],
766 +#wpwrap input[type=datetime-local],
767 +#wpwrap input[type=datetime],
768 +#wpwrap input[type=email],
769 +#wpwrap input[type=month],
770 +#wpwrap input[type=number],
771 +#wpwrap input[type=password],
772 +#wpwrap input[type=search],
773 +#wpwrap input[type=tel],
774 +#wpwrap input[type=text],
775 +#wpwrap input[type=time],
776 +#wpwrap input[type=url],
777 +#wpwrap input[type=week] {
778 + min-height: 30px;
779 + line-height: 2;
780 +}
781 +
782 +/* Adjust Visual Query Builder style in WP dashboard */
783 +.pp-vqb-table-body table tr td.pp-vqb-checkbox div {
784 + display: block;
785 +}
786 +
787 +.pp-vqb-table-body table tr td.pp-vqb-icon div {
788 + padding-top: 2px;
760 789 }