VisualStrap
VisualStrap copied to clipboard
Handle lookup icons in inputfields.
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;
background: transparent !important;
right: 25px;
background-color: transparent !important;
}
awesome cheers pal - appreciate it and love the work!
Thanks for this! I had to amend the styling slightly, as I was getting misaligned lookup icons, but the changes were simple amendments to the "top" and "right" parameters. I'll check how this looks in various browsers/scenarios, etc.
I will try to check if its still happening and run through some browsers