mdbootstrap / bootstrap-toggle-buttons

Bootstrap-toggle-buttons has moved to https://github.com/nostalgiaz/bootstrap-switch
https://github.com/nostalgiaz/bootstrap-switch
Apache License 2.0
1.02k stars 92 forks source link

Compatibility w/ bootstrap 1.2.0 #22

Closed anirvan-majumdar closed 11 years ago

anirvan-majumdar commented 11 years ago

Hello,

I really didn't mean this to be an issue, but I wasn't sure of any other way to get this to your attention. My current project is based on bootstrap 1.2.0. The bootstrap css has been modified quite a bit, so moving to the latest version of bootstrap isn't really an option (at least for now). I really wanted to make use of your toggle buttons, but it doesn't seem to play well w/ ver 1.2.0.

If it's not a lot to ask, could you tell me the specific dependencies that toggle-buttons has on bootstrap.css, so that I can make them locally.

Thanks - and toggle buttons is very beautiful!

anirvan-majumdar commented 11 years ago

my bad on this! the enclosing DIV was not having enough width to accommodate the span you create for the "off" state. it was getting wrapped onto the next line and thus not showing up :/

everything's working just fine! :]