YaleSTC / shifts

Application to easily track shifts, reports, and payforms for employees.
MIT License
23 stars 18 forks source link

Superfish Menu Style #252

Closed njlxyaoxinwei closed 10 years ago

njlxyaoxinwei commented 10 years ago

The drop down menu bar on the top and the floating vertical menu on the left uses superfish.js and in rails-3.2, the modified CSS file got removed, so they fall back on the DEMO style, which is the weird blue background. I added back the relevant CSS files and fixed the order of CSS inclusion in application.css.scss Before (legend fixed by #234 pull request by Thomas): screenshot from 2014-05-02 22 56 58 Now: screenshot from 2014-05-02 22 52 32

njlxyaoxinwei commented 10 years ago

However, superfish.js still does not work, so the animation of the submenus are not working yet. Furthermore, the little downward arrows for submenus on the application tab are not showing, but the right-pointing ones on the vertical menu are (See screenshot above). The master branch uses an older version of superfish which is not compatible with the new jQuery anymore.

mnquintana commented 10 years ago

Resolved with #273 (bootstrap will still need to be styled though)