134 lines
2.5 KiB
CSS
134 lines
2.5 KiB
CSS
#wiaas_package_price .wc-metaboxes-wrapper {
|
|
padding: 10px;
|
|
}
|
|
|
|
#wiaas_package_price label {
|
|
display:block;
|
|
line-height: 24px;
|
|
float: left;
|
|
width: 270px;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
#wiaas_package_price_controls {
|
|
border: none;
|
|
}
|
|
|
|
#wiaas_package_price_controls > select {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
#wiaas_package_pricing_rules h4 {
|
|
border-bottom: 1px solid #E5E5E5;
|
|
padding-bottom: 6px;
|
|
font-size: 1.2em;
|
|
margin: 1em 0 1em;
|
|
text-transform: none;
|
|
margin-top: 0px;
|
|
cursor: move;
|
|
}
|
|
|
|
#wiaas_package_pricing_rules > .wiaas-pricing-rule {
|
|
border:1px #dfdfdf solid;
|
|
background-color:#fff;
|
|
width: 95%;
|
|
}
|
|
|
|
#wiaas_package_pricing_rules > .wiaas-pricing-rule .section {
|
|
display: block;
|
|
overflow: hidden;
|
|
zoom: 1;
|
|
margin: 9px 0 0;
|
|
font-size: 12px;
|
|
padding: 5px 9px;
|
|
}
|
|
|
|
#wiaas_package_pricing_rules > .wiaas-pricing-rule input, #wiaas_package_pricing_rules .wiaas_input_container {
|
|
width: 160px;
|
|
}
|
|
|
|
#wiaas_package_pricing_rules .wiaas_label_container {
|
|
width: 270px;
|
|
}
|
|
|
|
.delete_wiaas_pricing_rule {
|
|
color: #a00;
|
|
float: right;
|
|
font-size: 10px;
|
|
font-weight: 400;
|
|
letter-spacing: 0.5px;
|
|
}
|
|
|
|
.wiaas_hidden {
|
|
display: none;
|
|
}
|
|
|
|
.wiaas_separator {
|
|
display: inline-block;
|
|
width: 1px;
|
|
background-color: #727272;
|
|
opacity: .25;
|
|
height: 28px;
|
|
margin: 0 10px;
|
|
}
|
|
|
|
.wiaas-pricing-rule table {
|
|
padding: 5px 9px;
|
|
}
|
|
.wiaas-pricing-rule tr {
|
|
font-size: 12px;
|
|
height: 36px;
|
|
}
|
|
|
|
|
|
#wiaas_linked_packages div.wc-metaboxes-wrapper {
|
|
float: none;
|
|
width: 100%;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
#wiaas_linked_packages .toolbar {
|
|
border: none;
|
|
}
|
|
|
|
#wiaas_linked_packages .expand-close {
|
|
float: right;
|
|
}
|
|
|
|
#wiaas_package_option_groups_list {
|
|
margin: 9px 12px;
|
|
border: 1px solid #eee;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
#wiaas_package_option_groups_list label {
|
|
float: none;
|
|
margin: 0;
|
|
width: auto;
|
|
}
|
|
|
|
#wiaas_package_option_groups_list .wiaas_option_group h3 {
|
|
background-color:#F9F9F9;
|
|
}
|
|
|
|
#createuser label[for="role"], #createuser label[for="url"], #createuser #role, #createuser #url{
|
|
display: none;
|
|
}
|
|
|
|
#your-profile label[for="role"], #your-profile label[for="url"],#your-profile #role, #your-profile #url{
|
|
display: none;
|
|
}
|
|
|
|
#adminmenu #toplevel_page_wiaas-cl-packages div.wp-menu-image::before {
|
|
font-family: WooCommerce!important;
|
|
content: '\e006';
|
|
}
|
|
|
|
.wiaas-package-error {
|
|
color: #a00 !important;
|
|
}
|
|
|
|
table.wp-list-table .column-price {
|
|
width: auto !important;
|
|
} |