| @@ -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 | } |