Questions tagged as 'twitter-bootstrap'

2
answers

Pass array to Modal

I have the following array $detalhes : Array ( [0] => Array ( [dt_detalhes] => 2016-03-09 [desc_detalhes] => Viabilidade [tp_processo] => Viabilidade [vl_protocolo] => 1234 ) [1] => Array ( [dt_detalhes] =>...
asked by 09.03.2016 / 17:49
4
answers

Box of different height fit the same Pinterest

I have a problem, I'm not able to leave the blocks of different height (height) more or less equal to the pinterest, in my case they are two columns respecting the following rule of responsive col-xs-12 col-sm-12 col-md-6 , that is, two co...
asked by 29.12.2015 / 13:11
1
answer

Pass value to modal window, retrieve the data and reuse it

Good afternoon everyone. Guys, I have the following difficulty: I have the following screen: Clickingonthehighlightedbutton(Edit)opensthismodalwindow,whereitpassestherequestID,andthedateasshownintheimage: MydifficultyistoreusetheinformationI...
asked by 25.02.2016 / 21:08
1
answer

I have a div that is not working [closed]

It has 2 Div with the parameter Container The problem is that the second is working and usually applying CSS , but the first one does not work. I've already moved the closure, but it did not help. Does anyone know what it is?...
asked by 06.12.2015 / 02:51
1
answer

Bootstrap sass, what is the best way to avoid attribute redundancy

I'm using the sass version of the boostrap, and I'd like to know the recommended practice. I have the original% bootstrap% and I have my personal assets that I believe overwrite those of the boostrap, so I do not move in the boostrap o...
asked by 18.11.2015 / 02:48
1
answer

Responsive Bootstrap

I have a web template that tested your responsiveness. As I am decreasing the width , the menu will also decrease and stay in perfect condition. This "perfection" is up to 760px. When I do this, it's as if the menu has been zooming down to 760p...
asked by 25.10.2015 / 06:04
3
answers

Problems with line break in Bootstrap

I'm having trouble breaking bootstrap lines. I need to leave my logo, an image, followed by a label, without breaking the line. However, using the form-control class of boostrap.min.css the line is broken, leaving the image separate from the lab...
asked by 21.10.2015 / 19:05
3
answers

Size and position of the Bootstrap carousel on the page

The following code leaves the carousel occupying the entire page. How do I position it in the left half of the page and not occupy the full height of the page? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www...
asked by 10.09.2015 / 20:27
1
answer

Font Awesome has CSS Reset?

When using Bootstrap for example, it has an internal CSS Reset. The same thing happens when using Awesome Font? If you use Font Awesome in a project, do you need to add some CSS Reset or does it already have an internal CSS?     
asked by 21.05.2015 / 15:15
1
answer

How to create CSS classes containing other Bootstrap classes

Is it possible to create CSS classes containing other Bootstrap classes? I already researched but I did not find anything about it. Something like: .minhaclasse { .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav...
asked by 21.05.2015 / 02:56