fix css
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#wiaas_product_price {
|
#wiaas_package_price {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wiaas_product_price label {
|
#wiaas_package_price label {
|
||||||
display:block;
|
display:block;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
float: left;
|
float: left;
|
||||||
@@ -11,15 +11,15 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wiaas_product_price_controls {
|
#wiaas_package_price_controls {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wiaas_product_price_controls > select {
|
#wiaas_package_price_controls > select {
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wiaas_product_pricing_rules h4 {
|
#wiaas_package_pricing_rules h4 {
|
||||||
border-bottom: 1px solid #E5E5E5;
|
border-bottom: 1px solid #E5E5E5;
|
||||||
padding-bottom: 6px;
|
padding-bottom: 6px;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
cursor: move;
|
cursor: move;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wiaas_product_pricing_rules > .wiaas-pricing-rule {
|
#wiaas_package_pricing_rules > .wiaas-pricing-rule {
|
||||||
border-color:#dfdfdf;
|
border-color:#dfdfdf;
|
||||||
border-width:1px;
|
border-width:1px;
|
||||||
border-style:solid;
|
border-style:solid;
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wiaas_product_pricing_rules > .wiaas-pricing-rule .section {
|
#wiaas_package_pricing_rules > .wiaas-pricing-rule .section {
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
zoom: 1;
|
zoom: 1;
|
||||||
@@ -54,11 +54,11 @@
|
|||||||
padding: 5px 9px;
|
padding: 5px 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wiaas_product_pricing_rules > .wiaas-pricing-rule input, #wiaas_product_pricing_rules .wiaas_input_container {
|
#wiaas_package_pricing_rules > .wiaas-pricing-rule input, #wiaas_package_pricing_rules .wiaas_input_container {
|
||||||
width: 160px;
|
width: 160px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wiaas_product_pricing_rules .wiaas_label_container {
|
#wiaas_package_pricing_rules .wiaas_label_container {
|
||||||
width: 270px;
|
width: 270px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user