Merge pull request #724 from piffpaffpuff/master
better product-tab-icons positioning for long tab-titles
This commit is contained in:
commit
1630a4edd4
|
@ -1261,22 +1261,22 @@ table.wc_shipping .radio {
|
||||||
background-position: 9px 9px;
|
background-position: 9px 9px;
|
||||||
}
|
}
|
||||||
#woocommerce-product-data ul.product_data_tabs li.tax_options a {
|
#woocommerce-product-data ul.product_data_tabs li.tax_options a {
|
||||||
background-position: -141px 9px;
|
background-position: 9px -51px;
|
||||||
}
|
}
|
||||||
#woocommerce-product-data ul.product_data_tabs li.inventory_options a {
|
#woocommerce-product-data ul.product_data_tabs li.inventory_options a {
|
||||||
background-position: -289px 9px;
|
background-position: 9px -111px;
|
||||||
}
|
}
|
||||||
#woocommerce-product-data ul.product_data_tabs li.crosssell_options a {
|
#woocommerce-product-data ul.product_data_tabs li.crosssell_options a {
|
||||||
background-position: 9px -40px;
|
background-position: 9px -171px;
|
||||||
}
|
}
|
||||||
#woocommerce-product-data ul.product_data_tabs li.attribute_options a {
|
#woocommerce-product-data ul.product_data_tabs li.attribute_options a {
|
||||||
background-position: -141px -40px;
|
background-position: 9px -231px;
|
||||||
}
|
}
|
||||||
#woocommerce-product-data ul.product_data_tabs li.grouping_options a {
|
#woocommerce-product-data ul.product_data_tabs li.grouping_options a {
|
||||||
background-position: -289px -40px;
|
background-position: 9px -291px;
|
||||||
}
|
}
|
||||||
#woocommerce-product-data ul.product_data_tabs li.variation_options a {
|
#woocommerce-product-data ul.product_data_tabs li.variation_options a {
|
||||||
background-position: -141px -91px;
|
background-position: 9px -411px;
|
||||||
}
|
}
|
||||||
#woocommerce-product-data ul.product_data_tabs li.active a {
|
#woocommerce-product-data ul.product_data_tabs li.active a {
|
||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
|
|
|
@ -1218,32 +1218,32 @@ table.wc_gateways, table.wc_shipping {
|
||||||
}
|
}
|
||||||
&.tax_options {
|
&.tax_options {
|
||||||
a {
|
a {
|
||||||
background-position: -141px 9px;
|
background-position: 9px -51px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.inventory_options {
|
&.inventory_options {
|
||||||
a {
|
a {
|
||||||
background-position: -289px 9px;
|
background-position: 9px -111px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.crosssell_options {
|
&.crosssell_options {
|
||||||
a {
|
a {
|
||||||
background-position: 9px -40px;
|
background-position: 9px -171px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.attribute_options {
|
&.attribute_options {
|
||||||
a {
|
a {
|
||||||
background-position: -141px -40px;
|
background-position: 9px -231px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.grouping_options {
|
&.grouping_options {
|
||||||
a {
|
a {
|
||||||
background-position: -289px -40px;
|
background-position: 9px -291px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.variation_options {
|
&.variation_options {
|
||||||
a {
|
a {
|
||||||
background-position: -141px -91px;
|
background-position: 9px -411px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.active {
|
&.active {
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 3.7 KiB |
Loading…
Reference in New Issue