This commit is contained in:
sThiebaut
2011-12-06 17:38:25 +00:00
parent 9ccf35375e
commit 4732e50cc2
7 changed files with 24 additions and 7 deletions
+10
View File
@@ -22,6 +22,16 @@
float: right;
padding-right: 5px;
}
#layered_block_left span.layered_close a,
#layered_block_left span.layered_close a {
display:block;
height:13px;
width:13px;
text-decoration: none;
text-indent:-5000px;
background:url(img/icon/less.gif) no-repeat 2px 2px;
}
#layered_block_left .layered_subtitle {
display: inline-block;
font-weight: bold;
+10 -4
View File
@@ -75,15 +75,21 @@
margin-bottom: 4px;
}
#layered_block_left span.layered_close a { text-decoration: none; }
#layered_block_left span.layered_close {
display: block;
float: right;
margin-bottom: 4px;
font-weight: bold;
font-size: 12px;
display: block;
margin-bottom: 4px;
}
#layered_block_left span.layered_close a {
display:block;
height:12px;
width:12px;
text-decoration: none;
background:url(img/icon/delete.gif) no-repeat 0 0;
}
#layered_block_left ul li input.checkbox {
vertical-align: middle;
Binary file not shown.

After

Width:  |  Height:  |  Size: 58 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 543 B

After

Width:  |  Height:  |  Size: 398 B

@@ -145,7 +145,7 @@
{if $criterions|@count > 0}
<ul class="grade_content clearfix">
{section loop=$criterions name=i start=0 step=1}
<li>
<li class="clearfix">
<span>
<input type="hidden" name="id_product_comment_criterion_{$smarty.section.i.iteration}" value="{$criterions[i].id_product_comment_criterion|intval}" />
{$criterions[i].name|escape:'html':'UTF-8'}:&nbsp;
+3 -2
View File
@@ -46,7 +46,8 @@
text-transform: uppercase;
background: #333
}
#new_comment_form ul.grade_content {list-style-type:none}
#new_comment_form .grade_content li {width:50%}
#new_comment_form .product {padding:15px}
#new_comment_form .product img {
float:left;
@@ -71,7 +72,7 @@
#new_comment_form .grade_content span {
display:inline-block;
padding:0 10px;
width:85px;/* 105 */
width:150px;/* 160 */
font-weight:bold
}
#new_comment_form .grade_content .cancel {margin-right:5px}