Questions tagged as 'twitter-bootstrap'

2
answers

How to display a modal (bootstrap) stating that the input type="file" can not be null?

I have an input: <input id="imagens" type="file" multiple name="file" accept="image/x-png, image/gif, image/jpeg" required /> And the following javascript code: var fileUpload = document.getElementById("imagens"); var envia...
asked by 18.10.2017 / 14:29
1
answer

Decreasing the spacing between bootstrap divs

Good afternoon! I have a question / problem / problem. I'm using the bootstrap to do a layout, but the spacing between the divs is very large, I wanted it to be smaller ... whats the reason? This is how the divs get, far away ButIwante...
asked by 12.06.2018 / 19:38
3
answers

Break Bootstrap Columns

I am making a structure with bootstrap , according to the "laws" of bootstrap one must use col-xs-12 col-md-12 I am making 2 main columns with columns inside, example: EXAMPLE CODEPEN The column on the right has colum...
asked by 11.01.2016 / 13:14
2
answers

Change panel color when mouseover

Given the following code, (bootstrap site example): <div class="panel panel-danger"> <div class="panel-heading"> <h3 class="panel-title"> Panel Title </h3> </div> <div class="panel-body">...
asked by 04.07.2016 / 17:22
2
answers

Dropdown does not work

I have a Dropdown menu that shows the links to the gallery and videos, however, if it is in a view other than the index.ctp the dropdown no longer works. But if I get the dropdown.js of the source code distribution and include it in the l...
asked by 31.03.2014 / 19:30
0
answers

Bootstrap Woocommerce problems with css

I made a theme with bootstrap for wordpress, but when using the woocommerce plugin it uses the 'col' nomenclature which causes bootstrap conflict and leaves the forms holed. I managed to get everyone else off the site, but the order submis...
asked by 15.12.2018 / 17:20
1
answer

Create new row with input in table when hit enter

I'm creating a table using AngularJS and Bootstrap. I would like to know how do I add a new line by reaching the end and pressing the enter key?     
asked by 09.08.2018 / 13:59
1
answer

Button with dropdown does not work inside a div

I created a dropdown button that worked perfectly. But I needed to put it between a div and then it stopped working. What can it be? <div class="dropdown"> <div class="col-md-4"> <button class="button button-busines...
asked by 09.07.2018 / 21:22
1
answer

Show password typed in two fields by clicking on only one icon

I have a page to change the user's password with two fields one for the password and another to confirm the password. I would like to know how to display the password entered in both fields by clicking on just one icon, in the code below with on...
asked by 29.05.2018 / 23:25
1
answer

How to adjust the grids to always have the same space in the heights

I'm creating a screen with bootstrap that will have several items panel just the way I did, it's all left well adjusted on the screen if the content has the same height, something that will not always happen, as in the example. How do I fix th...
asked by 03.08.2017 / 18:44