| @@ -776,5 +776,14 @@ | ||
| 776 | 776 | #wpwrap input[type=url], |
| 777 | 777 | #wpwrap input[type=week] { |
| 778 | 778 | min-height: 30px; |
| 779 | 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; | |
| 780 | 789 | } |