Downloadable product files table. closes #10859

* Fixes sorting handle padding
* Adjusts tooltip icon size/position
This commit is contained in:
James Koster 2016-05-06 13:17:23 +01:00
parent eda3ce8435
commit 80e6f05ebd
2 changed files with 8 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -3291,6 +3291,11 @@ img.help_tip {
th {
padding: 7px 0 7px 7px !important;
.woocommerce-help-tip {
font-size: 1.1em;
margin-left: 0;
}
}
td {
@ -3332,17 +3337,14 @@ img.help_tip {
}
}
th.sort {
width: 17px;
padding: 0;
}
td.sort {
padding: 0 8px;
cursor: move;
width: 17px;
background: #f9f9f9;
text-align: center;
vertical-align: middle;
padding-right: 7px !important;
&:before {
content: "\f333";