Questions tagged as 'twitter-bootstrap'

1
answer

Improve table header view using bootstrap 3.0.0, datatables and fixedHeader

I'm using bootstrap on a system, datatables and fixedHeader , I have three problems: I would need the table header ( thead ) to stop before the end of the menu, stay below the menu, it is stopping at the top of the page, can you...
asked by 07.07.2015 / 16:00
1
answer

Item class in list always initializes active

I used it as a reference for troubleshooting the problem: angled ng-repeat skip an item if it matches expression . Next, we know that Bootstrap has the class active to mark with a different color from the elements that are not active...
asked by 28.01.2016 / 13:06
1
answer

Bootstrap 3: Collapse on hover and set in the click

I would like to know how to do Bootstrap 3 Collapse in the Hover and if it is clicked it will be fixed (Do not close) and only close if another collapse is clicked. With the following code I was able to get it to open in the hover, but I can n...
asked by 25.05.2015 / 19:39
3
answers

How to Set Different Row Sizes in Bootstrap 3

I am not sure how to set a value of 100% width (filling the entire screen, regardless of the container) only for a bootstrap "Row", do I need to create a new css class for this specific row? Is there an easy way to do it? Thanks to anyone who...
asked by 05.02.2015 / 21:03
3
answers

icone is not next to bootstrap input

I'm trying to get an icon next to my input using bootstrap, but it's always down below My code looks like this: <div class="row"> <div class="col-md-12"> <div class="form-group has-warning has-feedback">...
asked by 21.08.2014 / 01:24
1
answer

How to display a confirmation modal window after registration is complete?

I need to run a modal to confirm to the user that the registration was successful. The user registers the data using the form login.html : <form id="tab" method="post" action="cadastro.php"> <label>Nome</label>...
asked by 24.02.2015 / 06:43
1
answer

Problems with font-face

I'm finalizing a site using Twitter-Bootstrap. I'm using% direct from the style.css and I am pulling @font-face also in style.css , at% / em> and applying directly to font-family . But I'm not getting results ... Can anyon...
asked by 24.12.2018 / 21:38
1
answer

align text vertically within a CSS div || HTML

I want to align the text vertically in the div, but I would like to know if it's possible to do it without changing the css because I'm using link <div class="sticky-top"> <div class="container-fluid bg-secondary" style="height...
asked by 14.05.2018 / 12:00
1
answer

How do you have at most one selected leader in all selects?

How do I when I select the Leader option , javascript does not allow another function to be selected (multiselect)? The scenario is as follows: Each select represents the roles of each user. The user who is selected as Leader , can n...
asked by 30.11.2016 / 03:45
1
answer

Datepicker is shown behind the modal bootstrap

I have a bootstrap modal: <!-- Modal content--> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">&times;</button> <h4 class="modal-ti...
asked by 15.03.2016 / 11:21