VisualStrap
VisualStrap copied to clipboard
Visualforce Implementation of Boostrap
The background-image property is overridden with none, preventing the toss across arrows from showing. 
BUG: issue with hidden.bs.modal boostrap trigger being called by visualstrap _manual trigger example:_ $element.trigger("hidden.bs.modal"); the following method should execute when the bootstrap modal is closed after hidden trigger is called...
When using the apex:inputfield tag on an Owner field, the styling can get broken if a queue can own the record:  This is because an extra div is brought...
The lookup icons drops to next line if you use `form-control`. This can be fixed by adding additional css. .lookupInput a.form-control{ position: absolute; top: 5px; width: 0px; border: none !important;...
When using jQuery tabs the modal would not open. Also, if you have several tabs and need to open a modal (different one) in each tab, then currently you cannot...
Button separator in Modal doesn't cover all the space available. It should the same space as the top separator. 