40 lines
1.1 KiB
CSS
40 lines
1.1 KiB
CSS
/* html body:not(.nasa-mobile-app) #review_form_wrapper,
|
|
html body.nasa-in-mobile.nasa-mobile-app #wrapper .woocommerce-tabs .ns-tab-item #reviews #review_form_wrapper {
|
|
opacity: initial;
|
|
visibility: initial;
|
|
width: auto;
|
|
position: relative;
|
|
display: initial;
|
|
-webkit-transform: translate(0, 0);
|
|
-moz-transform: translate(0, 0);
|
|
-o-transform: translate(0, 0);
|
|
-ms-transform: translate(0, 0);
|
|
transform: translate(0, 0);
|
|
top: auto;
|
|
left: auto;
|
|
right: auto;
|
|
bottom: auto;
|
|
max-width: initial;
|
|
z-index: initial;
|
|
margin-top: 40px;
|
|
} */
|
|
|
|
body #review_form_wrapper #review_form.cr-single-product-review {
|
|
padding: 0;
|
|
max-height: initial;
|
|
overflow-y: initial;
|
|
}
|
|
|
|
body #review_form_wrapper #review_form.cr-single-product-review *:not(textarea,input) {
|
|
text-align: initial;
|
|
}
|
|
|
|
.woocommerce-tabs #reviews #comments .avatar {
|
|
width: auto;
|
|
height: 60px;
|
|
}
|
|
|
|
html body.nasa-in-mobile.nasa-mobile-app #wrapper .woocommerce-tabs .ns-tab-item #reviews #review_form_wrapper .comment-reply-title {
|
|
padding: 0;
|
|
}
|