integration new theme standard
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8168 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1,99 +1,179 @@
|
||||
#product_comments_block_extra {
|
||||
border: 1px solid #D0D3D8;
|
||||
background: #F1F2F4;
|
||||
padding: 10px
|
||||
padding-top:10px;
|
||||
border-top:1px solid #ccc;
|
||||
font-weight: bold;
|
||||
font-size:12px;
|
||||
line-height:18px
|
||||
}
|
||||
|
||||
#product_comments_block_extra a {
|
||||
text-decoration: none;
|
||||
font-weight: bold
|
||||
#product_comments_block_extra a {text-decoration: none;}
|
||||
|
||||
#product_comments_block_extra a:hover {text-decoration: underline}
|
||||
|
||||
#product_comments_block_extra .comments_note span,
|
||||
#product_comments_block_extra .star_content {float:left}
|
||||
|
||||
#product_comments_block_extra div.star {background: url(img/star.gif) no-repeat scroll 0 0 transparent}
|
||||
|
||||
#product_comments_block_extra div.star_on {background: url(img/star.gif) no-repeat scroll 0 -16px transparent}
|
||||
|
||||
#product_comments_block_extra .comments_advices {clear:both;}
|
||||
|
||||
/* pop-in add grade/advice ********************************************************************* */
|
||||
#fancybox-wrap {width:585px !important}
|
||||
#fancybox-content {
|
||||
width:585px !important;
|
||||
border-width:0 !important
|
||||
}
|
||||
|
||||
#product_comments_block_extra a:hover {
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
#product_comments_block_extra div.star {
|
||||
background: url("img/star.gif") no-repeat scroll 0 0 transparent
|
||||
}
|
||||
|
||||
#product_comments_block_extra div.star_on {
|
||||
background: url("img/star.gif") no-repeat scroll 0 0 transparent;
|
||||
background-position: 0 -16px
|
||||
}
|
||||
|
||||
#new_comment_form {
|
||||
width:585px;
|
||||
color: #333;
|
||||
background-color: #fff;
|
||||
padding: 10px;
|
||||
width: 565px;
|
||||
text-align: left;
|
||||
background-color: #fff
|
||||
}
|
||||
|
||||
#new_comment_form .title {
|
||||
padding: 15px;
|
||||
background: #333;
|
||||
color: #fff;
|
||||
padding:10px;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
color: #fff;
|
||||
text-transform: uppercase;
|
||||
display: block;
|
||||
margin: 5px 0
|
||||
background: #333
|
||||
}
|
||||
|
||||
#new_comment_form label {
|
||||
display: block;
|
||||
margin: 5px 0;
|
||||
text-align: left;
|
||||
font-weight: bold
|
||||
#new_comment_form .product {padding:15px}
|
||||
#new_comment_form .product img {
|
||||
float:left;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
#new_comment_form .product .product_desc {
|
||||
float:left;
|
||||
margin-left:15px;
|
||||
width:300px;
|
||||
line-height:18px;
|
||||
color:#666
|
||||
}
|
||||
#new_comment_form .product .product_desc .product_name {
|
||||
padding-bottom:5px;
|
||||
font-size:13px;
|
||||
color:#000
|
||||
}
|
||||
|
||||
#new_comment_form textarea {
|
||||
width: 100%;
|
||||
min-height: 100px;
|
||||
margin: 5px 0
|
||||
#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;
|
||||
width:85px;/* 105 */
|
||||
font-weight:bold
|
||||
}
|
||||
#new_comment_form .grade_content .cancel {margin-right:5px}
|
||||
|
||||
.new_comment_form_content {
|
||||
padding:15px;
|
||||
background:#f8f8f8
|
||||
}
|
||||
.new_comment_form_content .intro_form {
|
||||
padding-bottom: 10px;
|
||||
font-weight: bold;
|
||||
font-size: 12px
|
||||
}
|
||||
|
||||
#new_comment_form input[type=text] {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
margin: 5px 0
|
||||
|
||||
#new_comment_form .form_contenair {
|
||||
clear:both;
|
||||
margin-top:20px
|
||||
}
|
||||
#new_comment_form p.text {
|
||||
margin-bottom:0;
|
||||
padding-bottom:0
|
||||
}
|
||||
#new_comment_form p.text label, #new_comment_form p.textarea label {
|
||||
display: block;
|
||||
margin:12px 0 4px 0;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
#new_comment_form p.text input {
|
||||
padding: 0 5px;
|
||||
height: 28px;
|
||||
width: 540px;
|
||||
border: 1px solid #ccc;
|
||||
background: url(../img/bg_input.png) repeat-x scroll 0 0 #fff;
|
||||
}
|
||||
#new_comment_form p.textarea textarea {
|
||||
padding: 0 5px;
|
||||
height: 80px;
|
||||
width: 540px;
|
||||
border: 1px solid #ccc;
|
||||
background: url(../img/bg_input.png) repeat-x scroll 0 0 #fff;
|
||||
}
|
||||
|
||||
#new_comment_form th {
|
||||
font-size: 11px;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
color: #333
|
||||
#new_comment_form .submit {
|
||||
padding:0;
|
||||
font-size:13px;
|
||||
text-align:right
|
||||
}
|
||||
|
||||
#new_comment_form button {
|
||||
background-color: #333;
|
||||
border: solid 1px #BDC2C9;
|
||||
padding: 3px 5px;
|
||||
cursor: pointer;
|
||||
color: #fff
|
||||
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
|
||||
}
|
||||
|
||||
/* TAB COMMENTS ******************************************************************************** */
|
||||
#product_comments_block_tab {margin:0 0 20px 0}
|
||||
|
||||
#product_comments_block_tab div.comment {
|
||||
border-bottom: solid 1px #ccc;
|
||||
padding: 5px
|
||||
margin:0 0 10px 0;
|
||||
padding: 5px;
|
||||
border-bottom: 1px dotted #ccc
|
||||
}
|
||||
|
||||
#product_comments_block_tab div.comment div.comment_author {
|
||||
float: left;
|
||||
width: 200px
|
||||
padding-right:25px;
|
||||
width: 140px;/* 165 */
|
||||
line-height:18px
|
||||
}
|
||||
#product_comments_block_tab div.comment div.comment_author span {font-weight:bold;}
|
||||
#product_comments_block_tab div.comment div.comment_author span,
|
||||
#product_comments_block_tab div.comment .star_content {
|
||||
float:left;
|
||||
}
|
||||
#product_comments_block_tab div.comment .star_content {margin: 0 0 0 5px}
|
||||
#product_comments_block_tab div.star,
|
||||
#product_comments_block_tab div.star_on {
|
||||
background: url(img/star.gif) no-repeat 0 0 transparent
|
||||
}
|
||||
#product_comments_block_tab div.star_on {background-position: 0 -16px}
|
||||
#product_comments_block_tab .comment_author_infos {clear:both}
|
||||
#product_comments_block_tab .comment_author_infos em {color:#999}
|
||||
|
||||
#product_comments_block_tab div.comment div.comment_details {
|
||||
float: left;
|
||||
width: 320px
|
||||
width: 360px
|
||||
}
|
||||
|
||||
#product_comments_block_tab div.comment_details p{
|
||||
padding: 0
|
||||
#product_comments_block_tab div.comment_details h4 {padding-bottom:10px}
|
||||
#product_comments_block_tab div.comment_details p {padding-bottom:10px}
|
||||
#product_comments_block_tab div.comment_details ul {
|
||||
list-style-type:none;
|
||||
margin:0
|
||||
}
|
||||
#product_comments_block_tab div.comment_details li {
|
||||
padding:2px 0 2px 12px;
|
||||
background:url(img/bg_li.png) no-repeat 1px 45% #fff
|
||||
}
|
||||
|
||||
#product_comments_block_tab a {
|
||||
@@ -101,29 +181,21 @@
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
#product_comments_block_tab a:hover {
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
#product_comments_block_tab div.star {
|
||||
background: url("img/star.gif") no-repeat scroll 0 0 transparent
|
||||
}
|
||||
|
||||
#product_comments_block_tab div.star_on {
|
||||
background: url("img/star.gif") no-repeat scroll 0 0 transparent;
|
||||
background-position: 0 -16px
|
||||
}
|
||||
#product_comments_block_tab a:hover {text-decoration: underline}
|
||||
|
||||
#product_comments_block_tab button.usefulness_btn {
|
||||
background-color: #bbb;
|
||||
border: solid 1px #999;
|
||||
padding: 1px;
|
||||
cursor: pointer;
|
||||
color: #fff;
|
||||
margin: 3px
|
||||
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;
|
||||
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;
|
||||
text-decoration: underline
|
||||
}
|
||||
#product_comments_block_tab span.report_btn {cursor: pointer}
|
||||
#product_comments_block_tab span.report_btn:hover {text-decoration:underline}
|
||||
Reference in New Issue
Block a user