[-] MO : Add ModuleController in ProductComments
// refacto ProductComments
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#product_comments_block_extra .comments_advices {clear:both;}
|
||||
|
||||
/* pop-in add grade/advice ********************************************************************* */
|
||||
#fancybox-wrap {width:585px !important}
|
||||
#fancybox-wrap { width:585px !important }
|
||||
#fancybox-content {
|
||||
width:585px !important;
|
||||
border-width:0 !important
|
||||
@@ -68,7 +68,6 @@
|
||||
|
||||
#new_comment_form .grade_content {margin:0 0 20px 0}
|
||||
#new_comment_form .grade_content span,
|
||||
#new_comment_form .grade_content .star_content {float:left}
|
||||
#new_comment_form .grade_content span {
|
||||
display:inline-block;
|
||||
padding:0 10px;
|
||||
@@ -83,39 +82,29 @@
|
||||
}
|
||||
.new_comment_form_content .intro_form {
|
||||
padding-bottom: 10px;
|
||||
font-weight: bold;
|
||||
font-size: 12px
|
||||
font-weight: bold;
|
||||
font-size: 12px
|
||||
}
|
||||
|
||||
|
||||
#new_comment_form .form_contenair {
|
||||
clear:both;
|
||||
margin-top:20px
|
||||
}
|
||||
#new_comment_form p.text
|
||||
#new_comment_form p.textarea {
|
||||
margin-bottom:0;
|
||||
padding-bottom:0
|
||||
}
|
||||
#new_comment_form p.text label, #new_comment_form p.textarea label {
|
||||
display: block;
|
||||
#new_comment_form label {
|
||||
display: block;
|
||||
margin:12px 0 4px 0;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
#new_comment_form p.text input {
|
||||
padding: 0 5px;
|
||||
height: 28px;
|
||||
width: 540px;
|
||||
border: 1px solid #ccc;
|
||||
background: #fff;
|
||||
}
|
||||
#new_comment_form p.textarea textarea {
|
||||
#new_comment_form input {
|
||||
padding: 0 5px;
|
||||
height: 80px;
|
||||
width: 540px;
|
||||
border: 1px solid #ccc;
|
||||
background: #fff;
|
||||
height: 28px;
|
||||
width: 540px;
|
||||
border: 1px solid #ccc;
|
||||
background: #fff;
|
||||
}
|
||||
#new_comment_form textarea {
|
||||
padding: 0 5px;
|
||||
height: 80px;
|
||||
width: 540px;
|
||||
border: 1px solid #ccc;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
#new_comment_form .submit {
|
||||
@@ -126,20 +115,40 @@
|
||||
}
|
||||
#new_comment_form button {
|
||||
cursor: pointer;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
padding: 4px 7px 3px 7px;
|
||||
border: 1px solid #CC9900;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
padding: 4px 7px 3px 7px;
|
||||
border: 1px solid #CC9900;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
background: url(img/bg_bt.gif) repeat-x scroll 0 0 #F4B61B
|
||||
}
|
||||
#new_comment_form .submit .txt_required {
|
||||
float:left;
|
||||
font-size:12px;
|
||||
font-style:italic;
|
||||
color:#666
|
||||
|
||||
#new_comment_form #criterions_list {
|
||||
border-bottom: 1px solid #CCC;
|
||||
padding-bottom: 15px;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
#new_comment_form #criterions_list li {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#new_comment_form #criterions_list label {
|
||||
display: inline;
|
||||
float: left;
|
||||
margin: 0 0 0 60px;
|
||||
}
|
||||
|
||||
#new_comment_form #criterions_list .star_content {
|
||||
float: right;
|
||||
margin-right: 180px;
|
||||
}
|
||||
|
||||
#new_comment_form #new_comment_form_footer {
|
||||
margin-top: 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/* TAB COMMENTS ******************************************************************************** */
|
||||
@@ -195,18 +204,21 @@
|
||||
#product_comments_block_tab a:hover {text-decoration: underline}
|
||||
|
||||
#product_comments_block_tab button.usefulness_btn {
|
||||
cursor: pointer;
|
||||
cursor: pointer;
|
||||
margin:0 0 0 5px;
|
||||
display: inline-block;
|
||||
padding: 0 2px;
|
||||
border: 1px solid #CC9900;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
display: inline-block;
|
||||
padding: 0 2px;
|
||||
border: 1px solid #CC9900;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
background: url("img/bg_bt.gif") repeat-x scroll 0 0 #F4B61B
|
||||
}
|
||||
#product_comments_block_tab button.usefulness_btn:hover {background-position: left -50px}
|
||||
#product_comments_block_tab button.usefulness_btn:active {background-position: left -100px}
|
||||
|
||||
#product_comments_block_tab span.report_btn {cursor: pointer}
|
||||
#product_comments_block_tab span.report_btn:hover {text-decoration:underline}
|
||||
#product_comments_block_tab span.report_btn:hover {text-decoration:underline}
|
||||
|
||||
.fl { float: left; }
|
||||
.fr { float: right; }
|
||||
|
||||
Reference in New Issue
Block a user