style.css
37 lines
| 1 | select.goog-te-combo { |
| 2 | width:143px !important; |
| 3 | box-shadow:none !important; |
| 4 | -moz-box-shadow:none !important; |
| 5 | -webkit-box-shadow:none !important; |
| 6 | padding:3px !important; |
| 7 | height:auto !important; |
| 8 | border:1px solid lightgray !important; |
| 9 | border-radius:0px !important; |
| 10 | -webkit-border-radius:0px; |
| 11 | -moz-border-radius:0px !important; |
| 12 | } |
| 13 | |
| 14 | select.goog-te-combo:focus { |
| 15 | box-shadow:none !important; |
| 16 | -moz-box-shadow:none !important; |
| 17 | -webkit-box-shadow:none !important; |
| 18 | } |
| 19 | |
| 20 | .metabox-holder { |
| 21 | width:65%; |
| 22 | float:left; |
| 23 | } |
| 24 | |
| 25 | .metabox-holder h2 { |
| 26 | margin-bottom:18px; |
| 27 | } |
| 28 | |
| 29 | .submit { |
| 30 | padding:0px; |
| 31 | } |
| 32 | |
| 33 | .form-table th { |
| 34 | width:50%; |
| 35 | } |
| 36 | |
| 37 |