Styling
This commit is contained in:
parent
e8cc1076ad
commit
5265f03c7b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue