From 4732e50cc2ead25f2ade73bb8f5bbaf1d453eca8 Mon Sep 17 00:00:00 2001 From: sThiebaut Date: Tue, 6 Dec 2011 17:38:25 +0000 Subject: [PATCH] // maj --- modules/blocklayered/blocklayered-15.css | 10 ++++++++++ modules/blocklayered/blocklayered.css | 14 ++++++++++---- modules/blocklayered/img/icon/less.gif | Bin 0 -> 58 bytes modules/blocklayered/img/icon/more.gif | Bin 0 -> 58 bytes modules/productcomments/img/star.gif | Bin 543 -> 398 bytes .../productcomments/productcomments-extra.tpl | 2 +- modules/productcomments/productcomments.css | 5 +++-- 7 files changed, 24 insertions(+), 7 deletions(-) create mode 100644 modules/blocklayered/img/icon/less.gif create mode 100644 modules/blocklayered/img/icon/more.gif diff --git a/modules/blocklayered/blocklayered-15.css b/modules/blocklayered/blocklayered-15.css index 33eb0df38..eb3239edc 100644 --- a/modules/blocklayered/blocklayered-15.css +++ b/modules/blocklayered/blocklayered-15.css @@ -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; diff --git a/modules/blocklayered/blocklayered.css b/modules/blocklayered/blocklayered.css index 6c91d2961..447ed9cfe 100644 --- a/modules/blocklayered/blocklayered.css +++ b/modules/blocklayered/blocklayered.css @@ -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; diff --git a/modules/blocklayered/img/icon/less.gif b/modules/blocklayered/img/icon/less.gif new file mode 100644 index 0000000000000000000000000000000000000000..52928a267b0b59f1fef152977c2908f2d853e74d GIT binary patch literal 58 zcmZ?wbhEHblzd!!{bmjMh+20OY{Q2|e=k@xZmka;A-0}UW`_G?0 zzwOcb`t|F}moM+!x%1;(((eazew<6bbm`Kcx5w_^zyJMI$occM*88giysR$UhpM9R2DyU)k!wRjVI4X zG|-ttj-yk7O^&UPMUKTyid$~h?AhE3Oq_FOb22$GvM*w1bYob=;Lf~=*_~fbkU>z6 z-;GgDz*#_UwUh8tH>UONeG1*Zof9T?PMPLBW6_*>3$Dv8S+-)%sx|92Y}&GI$F4p5 P4jghm>V87Ok--`OzEzlo delta 498 zcmV+<*b`tb4g z|Jwll*9P*sG4i%C`MVbV+y?!<2Kv7c^2KrVwz|J4BCpzX3j`1t$( z%mDxY|B-Pye-$U2>fNFu;s03?$qf#CQYE>)^# zRT#xikpQF7fW;cbr?8;RZchONM7xa`I1lkTwtg7m^(q5>L??h$eglAlN+4w(9%Ud- zLtS+rA9-Jt0%wB5!1RTaG#TX{h($mox&I=VK+S}X}3$P;v6eQ&3G1Qk+k_%PzciWf6(%;ym#tCC1W3JC%LJF#!;%m4rY diff --git a/modules/productcomments/productcomments-extra.tpl b/modules/productcomments/productcomments-extra.tpl index d1e0d57d1..4ddc5d514 100644 --- a/modules/productcomments/productcomments-extra.tpl +++ b/modules/productcomments/productcomments-extra.tpl @@ -145,7 +145,7 @@ {if $criterions|@count > 0}
    {section loop=$criterions name=i start=0 step=1} -
  • +
  • {$criterions[i].name|escape:'html':'UTF-8'}:  diff --git a/modules/productcomments/productcomments.css b/modules/productcomments/productcomments.css index 799745a8f..a9680fdc1 100644 --- a/modules/productcomments/productcomments.css +++ b/modules/productcomments/productcomments.css @@ -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}