css
This commit is contained in:
parent
116b0176b1
commit
30e81117bc
|
@ -46,7 +46,7 @@ if($isLoggedin){
|
|||
}
|
||||
.column-center{
|
||||
padding-left:130px;
|
||||
width:1090px;
|
||||
width:1250px;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
|
|
|
@ -20,7 +20,6 @@ if(!empty($isLoggedin)){
|
|||
echo $this->Form->create(null, array('inputDefaults'=> array('div' => false,'label'=>false,
|
||||
'style' => 'width:160px;margin-right:5px;float:left;',
|
||||
'class' => 'form-control'),
|
||||
'class'=>'navbar-form',
|
||||
'back'=>'true',
|
||||
'url'=> array('controller'=>'home','action'=>'login')
|
||||
// 'url' => array('controller' => 'recipes', 'action' => 'add')
|
||||
|
|
Loading…
Reference in New Issue