VisualStrap icon indicating copy to clipboard operation
VisualStrap copied to clipboard

Handle lookup icons in inputfields.

Open Avinava opened this issue 10 years ago • 3 comments

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;
        }
screen shot 2016-01-27 at 10 56 27 pm

Avinava avatar Jan 27 '16 17:01 Avinava

awesome cheers pal - appreciate it and love the work!

danielbprobert avatar Jan 27 '16 17:01 danielbprobert

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.

vs lookup

AndyRouse42 avatar Apr 28 '16 09:04 AndyRouse42

I will try to check if its still happening and run through some browsers

Avinava avatar May 04 '16 10:05 Avinava