Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle lookup icons in inputfields. #29

Open
Avinava opened this issue Jan 27, 2016 · 3 comments
Open

Handle lookup icons in inputfields. #29

Avinava opened this issue Jan 27, 2016 · 3 comments

Comments

@Avinava
Copy link
Owner

Avinava commented Jan 27, 2016

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

@danielbprobert
Copy link

awesome cheers pal - appreciate it and love the work!

@AndyRouse42
Copy link

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

@Avinava
Copy link
Owner Author

Avinava commented May 4, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants