Questions tagged as 'bootstrap-glyphicons'

2
answers

How to include Bootstrap's Glyphicon inside the "input / input" tag?

With the following code: <a href="#" class="btn btn-primary"> <span class="glyphicon glyphicon-pencil"></span> Editar </a> I can create buttons like these:    ButIcannotdowithinput:<inputtype="submit" class="...
asked by 22.05.2014 / 18:36
2
answers

Glyphicons with error when publishing in IIS

I'm developing an application with
asked by 10.07.2015 / 16:46
1
answer

Vectorized Images, Awesome Font, Bootstrap Glyphicons. How do they work, what are the advantages and disadvantages?

I was checking out Font Awesome and Bootstrap . Home They use a font scheme for icons: In Awesome Font I saw the following files:    FontAwesome.otf    fontawesome-webfont.eot    fontawesome-webfont.svg    fontawesome-webfont.ttf  ...
asked by 08.12.2014 / 22:28
2
answers

Add external icons to Bootstrap

I downloaded a Bootstrap template and I'm trying to change some of the icons that it has in it, but it already has a table of icons that can be used, I'd like to know how to put other external icons, which are not necessarily already were regist...
asked by 22.10.2014 / 14:49
2
answers

How to change the color of a Glyphicon?

I'm using glyphicons , however I do not know how the bootstrap does to add the color of it. It always comes with a "standard" color. How is the mechanism for defining the color of glyphicons and how can I change this "default col...
asked by 23.02.2016 / 15:09
1
answer

Which way to use form-group bootstrap?

Which way to use form group? I use the following way <div class="row"> <div class="col-md-2" align="center"> <span class="glyphicon glyphicon-user" style="font-size:60px"></span> </...
asked by 14.08.2014 / 21:32
1
answer

Animate fa fa-angle-double-down

Hello, I'm trying to animate this "face" here: fa fa-angle-double-down Many users do not realize that I want it to be clicked to collapse more infos. If it was another guy, I would do it like this: <li><i class="fa-li fa fa-sp...
asked by 09.05.2018 / 21:24
1
answer

How to put the * Bootstrap ('glyphicon-bootstrap') icons in the Yii framework menu

I'm starting a project at the company where I develop, and we're thank you for using the Yii Framework along with Bootstrap , but I'm not you can put the Bootstrap ( glyphicon-bootstrap ) icons in the menu, follow the code example:...
asked by 07.07.2014 / 15:18
1
answer

Using Bootstrap in legacy layout without adoption of Grid system

Consider a complex and legacy table-dependent layout that can not be converted to tableless. From this premise, if we inserted CSS and Javascript from Bootstrap, could we use some components (such as Glyphicons or Navbar) or CSS as .visibl...
asked by 16.07.2014 / 15:24
1
answer

Error using glyphicon with bootstrap-sass

Good afternoon, I'm trying to work with bootstrap-sass and sass , but when I include an icon in my class, nothing happens. I do not know if this is the case but for the backend I'm using django 1.9. @import "../vendor/boo...
asked by 16.01.2016 / 18:32