Questions tagged as 'bootstrap-3'

3
answers

What is the difference between col-lg- *, col-md- * and col-sm- * in Bootstrap?

It's been a while since I used Bootstrap I worked with almost all versions. Usually to structure my applications I use Bootstrap's grid system, row to create rows and col- for columns. I would like to know: The...
asked by 05.02.2017 / 12:33
1
answer

Convert MMMM-YYYY data to dd / mm / yyyy datepicker bootstrap

I have the following date field: <div class='input-group date input-data' id='datetimepicker4'> <input type='text' name="mes" id="mes" class="form-control hidden" /> <span class="input-group-addon hidden"> <...
asked by 29.09.2016 / 13:44
1
answer

How to display asterisk in fields with required with css?

I have a form with some mandatory fields and some not. How can I automatically insert an asterisk into the label of each field with required via css? <div class="form-group col-md-4"> <label for="cod_produto">Código do Pr...
asked by 27.07.2016 / 21:36
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
1
answer

Call Modal and Tooltip on the same data-toggle

I have a button that calls a modal like this: <button type="button" data-toggle="modal" data-target="#revisao>Revisao</button> To call a Tooltip, use: <button type="button" class="btn btn-default" data-toggle="tooltip" data...
asked by 11.12.2015 / 11:52
1
answer

Hide field in HTML with Bootstrap

How can I make a text field in my HTML be hidden when the user is viewing the phone and appears when he or she is viewing from the PC?     
asked by 15.12.2015 / 16:22
2
answers

How to call different modals, without using a database

I'm having some difficulties, I know this is not the ideal way, but it's what I need right now. I have a list medicos and I need to call a different modal for each of them, without a static database. Follow my code: <section class...
asked by 19.12.2016 / 15:13
1
answer

What is the padding for the Bootstrap container?

What does padding of% Bootstrap% use if container has row negative that cancels margin ? If I want my entire page to have a padding so it does not stick to the edge like I do?     
asked by 25.09.2018 / 15:55
1
answer

How does Bootstrap responsive utilities work?

From the point of view of application performance, how does the hidden-** and visible-** classes work? If I put a div with hidden-xs it will load on an xs device and it will not be visible, or the bootstrap does this chec...
asked by 27.10.2015 / 23:09
4
answers

How to change Bootstrap 3 code?

Is it possible for me to edit some of a Bootstrap CSS code in my taste? If so, how?     
asked by 05.05.2017 / 18:43