Questions tagged as 'twitter-bootstrap'

1
answer

What this content is for in Bootstrap

I'm using Bootstrap in v3.0 and parsing the CSS file %, I found this excerpt: *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } I'd like to know what the *...
asked by 16.04.2015 / 18:23
2
answers

How to apply the style only in modal (Bootstrap)

$head = '<!-- ARQUIVOS CSS --> <link rel="stylesheet" href="css/estrutura-informacoes-BD.css" /> <link rel="stylesheet" href="css/botoes.css" /> '; echo $abreTagHead. $head. $fechaTagHead. $abreTagBody....
asked by 25.07.2015 / 05:25
2
answers

Panel-collapse start closed

I have the following code: link I need to get this collapse , start closed. That is, when opening the page it starts closed, and only after clicking it open ....     
asked by 04.05.2015 / 21:41
3
answers

Bootstrap Carousel with two vertical items

The challenge is to: Make a Carousel using Bootstrap , which displays two items at a time, aligned vertically. Here's an outline of the idea: IfoundsomeexamplesofCarouselusingmultipleitems,butnotverticallyaligned. link I tried to impleme...
asked by 25.09.2014 / 22:33
2
answers

Vertically center a span

How can I vertically center a tag (Top countries) with the form? Code: <div class="wrapper" role="main"><!-- START Content --> <div class="container"><!--- START Site Content ---> <div class="r...
asked by 07.01.2015 / 20:47
2
answers

Problems with Modal

In my project I have type an image gallery. So far I upload the image and it is displayed on the page without any problem. But now I need to click on the image to open a modal with the image in a larger size. But I can not do this dynamically...
asked by 02.01.2015 / 22:44
1
answer

Remove bootstrap button shadow

I'm using bootstrap buttons and would like to remove the shadow by creating a new class. I created a new btn-outline-light-pink class in which I was able to change the color of the button, but I can not remove the shadow. HTML code: <...
asked by 16.11.2018 / 22:31
2
answers

Leave Input next to Label [duplicate]

How to align the inputs with the label Good afternoon, I have a dynamic form, it is done using Bootstrap and the inputs/Labels comes according to the data of the bank, everything is correct, however in the view the inputs are...
asked by 30.10.2018 / 20:56
2
answers

How to change size of Popover in Bootstrap 3?

I have the following code for a popover effect with Bootstrap 3, I'm using Bootstrap 3.3.7. This popover works as follows, as the mouse passes over this icon the message appears. I have several popovers on the page, but this one in particula...
asked by 25.10.2018 / 21:58
2
answers

Fade effect of elements only when viewing them with bootstrap

I'd like to know how to make that% change_with% elements on the page only when it's viewed. For example, I have seen some sites made with fade that when scrolling the page elements are shown with effect bootstrap , fade , f...
asked by 01.07.2014 / 14:51