This commit is contained in:
Mike Jolley 2018-04-17 11:15:07 +01:00
parent e8cc1076ad
commit 5265f03c7b
3 changed files with 10 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3476,12 +3476,16 @@ img.help_tip {
margin: 0;
padding: 6px;
box-sizing: border-box;
vertical-align: top;
}
select {
width: 400px;
margin: 0;
box-sizing: border-box;
height: 32px;
line-height: 32px;
vertical-align: top;
}
input[size] {
@ -3534,8 +3538,10 @@ img.help_tip {
th img.help_tip,
th .woocommerce-help-tip {
margin: 2px -24px 0 0;
float: right;
margin: 2px 0 0 0;
position: absolute;
right: 0;
top: 20px;
}
.wp-list-table .woocommerce-help-tip {