css
This commit is contained in:
parent
1befae8200
commit
116b0176b1
|
@ -18,7 +18,7 @@ if(!empty($isLoggedin)){
|
||||||
<div>
|
<div>
|
||||||
<?php
|
<?php
|
||||||
echo $this->Form->create(null, array('inputDefaults'=> array('div' => false,'label'=>false,
|
echo $this->Form->create(null, array('inputDefaults'=> array('div' => false,'label'=>false,
|
||||||
'style' => 'width:160px;',
|
'style' => 'width:160px;margin-right:5px;float:left;',
|
||||||
'class' => 'form-control'),
|
'class' => 'form-control'),
|
||||||
'class'=>'navbar-form',
|
'class'=>'navbar-form',
|
||||||
'back'=>'true',
|
'back'=>'true',
|
||||||
|
|
Loading…
Reference in New Issue