diff --git a/app/apphtml5/theme/base/html5/assets/css/fec.css b/app/apphtml5/theme/base/html5/assets/css/fec.css index 37ff5be2808f9c67fa44feee00bb39d42921f498..5786b5b6e9967b437119f8724de499f5df337a99 100644 --- a/app/apphtml5/theme/base/html5/assets/css/fec.css +++ b/app/apphtml5/theme/base/html5/assets/css/fec.css @@ -602,7 +602,7 @@ a.express_paypal img{max-height:70px;height:100%;width:100%;max-width:260px;} .review_list_product{margin-left:0.5rem;} -.review_add{} +.review_add{padding:1rem 0 1rem 0.4rem;} .review_add .product_info .price_info .special_active { @@ -699,15 +699,39 @@ a.express_paypal img{max-height:70px;height:100%;width:100%;max-width:260px;} padding-left: 0.1rem; } +.product-Reviews_bottom .list-block ul li input +,.product-Reviews_bottom .list-block ul li textarea{ + font-size:0.6rem; +} +.review_submit{padding-left:0.9rem;margin-top:1rem;} +.review_submit button{font-size: 0.6rem; + line-height: 0.9rem; + padding: 0.2rem 1rem 0.4rem; + } +.product-Reviews_bottom .list-block{margin-top:0} +.product-Reviews_bottom{min-height:500px;} - - - - - +.error-msg { + margin:3px 0; + background: #faebe7 url("../img/i_msg-error.gif") no-repeat scroll 8px 4px; + border: 1px solid #f16048; + color: #df280a; + font-size: 0.8em; + padding: 5px 30px; + margin:0.4rem 1rem; +} +.correct-msg { + margin:3px 0; + background: #eff5ea url("../img/i_msg-success.gif") no-repeat scroll 8px 4px; + border: 1px solid #95a486; + color: #3d6611 ; + font-size: 0.8em; + padding: 5px 30px; + margin:0.4rem 1rem; +} diff --git a/app/apphtml5/theme/base/html5/assets/img/i_msg-error.gif b/app/apphtml5/theme/base/html5/assets/img/i_msg-error.gif new file mode 100644 index 0000000000000000000000000000000000000000..9db2351303341d36bef063d1ca7a926be5981aac Binary files /dev/null and b/app/apphtml5/theme/base/html5/assets/img/i_msg-error.gif differ diff --git a/app/apphtml5/theme/base/html5/assets/img/i_msg-success.gif b/app/apphtml5/theme/base/html5/assets/img/i_msg-success.gif new file mode 100644 index 0000000000000000000000000000000000000000..611faffbc5f4254d54bd031f87470be3b32b28cf Binary files /dev/null and b/app/apphtml5/theme/base/html5/assets/img/i_msg-success.gif differ diff --git a/app/apphtml5/theme/base/html5/catalog/reviewproduct/add.php b/app/apphtml5/theme/base/html5/catalog/reviewproduct/add.php index a98674219c29c3b54a02523dff1e93ec7c9d2099..133659efa7e7f3eb8d4ce7b3e2f4bcd4b4511b5c 100644 --- a/app/apphtml5/theme/base/html5/catalog/reviewproduct/add.php +++ b/app/apphtml5/theme/base/html5/catalog/reviewproduct/add.php @@ -38,8 +38,7 @@
-
- - - -