Questions tagged as 'twitter-bootstrap'

1
answer

Scroll bar on a table with bootstrap

I have a table, where I load information from the database into it. It has two columns (CNPJ and Social Reason). The table I mounted with bootstrap. I would like it to have a maximum height and create scrollbar (I find that difficult), as I do n...
asked by 27.06.2014 / 15:01
1
answer

What does - specified in: bootstrap css root?

It's just a question that came up when you snooped the bootstrap css, this is something I do not know and I did not find the answer on google about it ... goes a piece of code: :root { --blue: #007bff; --indigo: #6610f2;...
asked by 15.05.2018 / 17:31
3
answers

Footer "stuck" at the bottom of the page and responsive (variable height - using bootstrap)

I've been following similar questions here in stackoverflow and other network sites, as well as tutorials on the internet, but the vast majority of the solutions do not work as I need them, or even are incompatible with the bootstrap system....
asked by 11.05.2015 / 08:17
3
answers

Position caption above div

I'm using the bootstrap carousel with caption. Between the slide image and the caption there is a div with the image of an orange triangle. I need the caption to stay above the triangle. I have already used z-index but I can not position this ca...
asked by 22.06.2017 / 23:22
1
answer

How to activate modal through the option in a select?

Example: When I select the "volvo" option, the modal appears ... <label>Recinto</label> <select class="form-control" data-toggle="modal" data-target="#cria-recinto"> <option data-toggle="modal" data-target="#cria-recint...
asked by 13.01.2016 / 03:45
2
answers

Leave two Divs always with the same height [duplicate]

I'm using bootstrap, I already tried to use display:table-cell and display:cell in divs children, however, nothing worked, I have two divs , and both have dynamic content, but I need both to stay of the same size....
asked by 28.04.2015 / 03:18
4
answers

Vertically center div container on the Bootstrap page

I'm having problems centralizing the page because centralizing both sides has already been done, I already added several classes and attributes in the style tag but I did not succeed, and to better exemplify what happened, I removed a print and...
asked by 24.12.2014 / 17:31
1
answer

Dropdown with right image

I'm using Bootstrap to make a bar at the top of the page, and I'm having a problem: What I need is to open the dropdown, have a list of options, and an image next to it that always has the same size as the list below. I achieved this by se...
asked by 18.09.2015 / 19:58
2
answers

Timepicker fields disappear when you select many dates

I'm creating an application with dynamic calendar creation. My application uses: Bootstrap 3 jQuery 1.11.0 jQuery-ui 1.10.3 jQuery Timepicker Addon 1.5.0 I create a calendar on the page (jQuery UI DatePicker), when the person sel...
asked by 26.11.2014 / 23:44
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