Commit b39c32dd by ixten

Fixed issue with navbar;

(Bug: Collapse navbar size was fixed first time used. This cut off the menu.)
parent 5d53f4e3
...@@ -137,7 +137,7 @@ class TbNavbar extends CWidget ...@@ -137,7 +137,7 @@ class TbNavbar extends CWidget
$this->controller->beginWidget('bootstrap.widgets.TbCollapse', array( $this->controller->beginWidget('bootstrap.widgets.TbCollapse', array(
'id'=>$collapseId, 'id'=>$collapseId,
'toggle'=>false, // navbars should be collapsed by default 'toggle'=>false, // navbars should be collapsed by default
'htmlOptions'=>array('class'=>'nav-collapse'), 'htmlOptions'=>array('class'=>'nav-collapse collapse'),
)); ));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment