//Fix tree search toolbar button design

This commit is contained in:
Jerome Nadaud
2013-09-20 15:39:44 +02:00
parent f51ffe4c55
commit caa1dbc7ea
2 changed files with 3 additions and 3 deletions
@@ -22,7 +22,7 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
<div class="tree-actions">
<div class="tree-actions col-lg-12">
{if isset($actions)}
{foreach from=$actions item=action}
{$action->render()}
@@ -24,11 +24,11 @@
*}
<!-- <label for="node-search">{l s=$label}</label> -->
<span class="pull-right fixed-width-xl">
<span class="pull-right">
<input type="text"
{if isset($id)}id="{$id}"{/if}
{if isset($name)}name="{$name}"{/if}
class="{if isset($class)} {$class}{/if}"
class="{if isset($class)} {$class}{/if} fixed-width-xl"
placeholder="search..."
/>
</span>