Downloadable product files table. closes #10859
* Fixes sorting handle padding * Adjusts tooltip icon size/position
This commit is contained in:
parent
eda3ce8435
commit
80e6f05ebd
File diff suppressed because one or more lines are too long
|
@ -3291,6 +3291,11 @@ img.help_tip {
|
||||||
|
|
||||||
th {
|
th {
|
||||||
padding: 7px 0 7px 7px !important;
|
padding: 7px 0 7px 7px !important;
|
||||||
|
|
||||||
|
.woocommerce-help-tip {
|
||||||
|
font-size: 1.1em;
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
|
@ -3332,17 +3337,14 @@ img.help_tip {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
th.sort {
|
|
||||||
width: 17px;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
td.sort {
|
td.sort {
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
cursor: move;
|
cursor: move;
|
||||||
|
width: 17px;
|
||||||
background: #f9f9f9;
|
background: #f9f9f9;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
padding-right: 7px !important;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: "\f333";
|
content: "\f333";
|
||||||
|
|
Loading…
Reference in New Issue