mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-07 16:24:21 +01:00
Port top navigation bar to Bootstrap
This commit is contained in:
parent
20b040b8b7
commit
e60c25f8a2
10 changed files with 120 additions and 176 deletions
|
|
@ -12,6 +12,7 @@
|
|||
//
|
||||
//= require jquery
|
||||
//= require jquery_ujs
|
||||
//= require bootstrap-sprockets
|
||||
|
||||
// Stuff in app/assets
|
||||
//= require tracks
|
||||
|
|
|
|||
|
|
@ -124,18 +124,6 @@ var TracksPages = {
|
|||
});
|
||||
},
|
||||
setup_behavior: function () {
|
||||
/* main menu */
|
||||
$('ul.sf-menu').superfish({
|
||||
delay: 250,
|
||||
animation: {
|
||||
opacity:'show',
|
||||
height:'show'
|
||||
},
|
||||
autoArrows: false,
|
||||
dropShadows: false,
|
||||
speed: 'fast'
|
||||
});
|
||||
|
||||
/* context menu */
|
||||
$('ul.sf-item-menu').superfish({
|
||||
delay: 100,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue