Skip to content

Commit

Permalink
Dev Increased width of new Select2 drop down in menus.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Sep 20, 2013
1 parent 81a30cf commit bd705f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/extensions/Menu/MenuWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ protected function renderSelect($item)
'value' => $item['value'],
'data' => $listData,
'options' => array(
'minimumResultsForSearch' => 20,
'minimumResultsForSearch' => 10,
'placeholder' => gT('Please choose...')
),
'htmlOptions' => array(
Expand Down
4 changes: 3 additions & 1 deletion application/extensions/Menu/assets/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,10 @@ nav li:hover{
nav select, nav label {
margin: 0px;
display: inline-block;

}

nav .select {
width: 300px;
}
/* Fix bootstrap causing menu to disappear on FF */
nav.menubar { clear: both; }

0 comments on commit bd705f5

Please sign in to comment.