GithubHelp home page GithubHelp logo

bootstrap-icon-picker's People

Contributors

tito433 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bootstrap-icon-picker's Issues

Page right icon drops to the next line

Hi,

Thank you for this awesome icon picker for bootstrap. I noticed issue on the demo page. I'm using Firefox on Ubuntu 12.04.

demo

This is most likely because of the float: right attribute not working in the rule:

.icon-popup .ip-control ul li:last-child {
    float: right;
    margin-right: 7px;
}

I suggest to change it to:

.icon-popup .ip-control ul li:last-child {
    position: absolute;
    right: 0;
    top: 14px;
    margin-right: 2px;
}

Search then click left and right

Well I sort of found a fix in this issue already but maybe you'll find a better way. The issue I found was when you search an icon and the results are shown, you are still able to click left and right. That's good if there are other icons to be shown, but the bad case was even if there were none, same thing is applied and a blank list is shown. :)

Add a license

Could you please add a LICENSE.md and mention in the README how you would license this?

Cool idea and project! - May I dare to ask for ...

May I dare to ask for a FontAwesome version?
Or does anybody know of a similar tool and project?

Don't get me wrong, I really appreciate your work on this! But it turns out that many people tend to use FontAwesome.

best regards,
Maik

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.