Private GIT

Skip to content
Snippets Groups Projects
Commit 8fa6fc8f authored by Sylvestre Ho's avatar Sylvestre Ho
Browse files

+css class

parent c2e9560c
No related branches found
No related tags found
No related merge requests found
...@@ -470,3 +470,8 @@ ul.no-deco-list { ...@@ -470,3 +470,8 @@ ul.no-deco-list {
margin-bottom: 10px; margin-bottom: 10px;
height:60px; height:60px;
} }
.clone-cell {
padding-top:10px;
padding-bottom:10px;
}
\ No newline at end of file
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<a id="{$cloneId}_remove_current" class="cloneremove"> <a id="{$cloneId}_remove_current" class="cloneremove">
<img src="./img/icones/16x16/delete.gif"> <img src="./img/icones/16x16/delete.gif">
</a> </a>
<div style="padding-top:10px;"> <div class="clone-cell">
{foreach from=$cloneSet item=v} {foreach from=$cloneSet item=v}
<span style="padding-right: 10px;">{$v->getLabel()} : {$v->toHtml()}</span> <span style="padding-right: 10px;">{$v->getLabel()} : {$v->toHtml()}</span>
{/foreach} {/foreach}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment