Questions tagged as 'bootstrap-3'

1
answer

Close a Collapse when opening another using AngularJS UI

I have a collapse and another one on the side, I wanted to click on one, close the other if it was open. My html code: angular.module("seuCondominio", ['ui.bootstrap']); angular.module("seuCondominio").controller("seuCondominioCtrl",...
asked by 22.07.2015 / 22:07
1
answer

Action on center text button

Someone could help me as I could do so when when I type any text into an input, there I have a button on top of my input where I want to center that typed text. Could someone help me how can I do it? Here's the button I want you to do the act...
asked by 15.06.2015 / 20:19
2
answers

Difficulty putting a color in the font in CSS

Note the following code: <div class="faxa_menu"> <div class="row"> <div class="col-md-4">logo tipo</div> <div class="col-md-8"> <div class="navbar"> <ul>...
asked by 29.11.2015 / 15:07
1
answer

Tag p rendering Line Break (no use of br /)

I'm making an interface in Bootstrap containing in your content a below the respective code. Browser Tested: Chrome and Firefox (Both Upgraded) Code: <div class="wrapper" role="main"><!-- START Content --> <d...
asked by 30.12.2014 / 18:03
3
answers

How to align div next to two rows?

I want to leave the last image centered in the middle of the two rows but I do not know how to do it I used a margin-top: 15%; I went to the center as I want to but the second row came down and was not close to the first one and starting...
asked by 15.01.2018 / 19:41
2
answers

Decrease Field Size Edit

Good morning. I'm a beginner, I'm trying to decrease the size of the edit column and I'm not getting it according to the image below. Can anyone help me? <thead> <tr> @*Campo Nome*@ <th class="col-xs-10 text-...
asked by 19.10.2018 / 13:55
4
answers

Center a table (HTML)

I made a table in my HTML , but I could not center it in the middle of the screen. It is vertical and I already tried to put text-align:center but it did not work. td, th { padding: .7em; margin: 0; /*border: 1px s...
asked by 07.11.2017 / 12:07
2
answers

Problems with positioning with columns in Bootstrap 3

I'm having a positioning problem with the bootstrap grids I'm doing a virtual store where the layout has to look like this: Butwithmycodingitlookslikethis: Notethatinthisimagethewinesdonotformthethreecolumnsandareonebelowtheotherfollowsmycod...
asked by 26.06.2016 / 17:39
4
answers

Change button text color when clicking

I would like to know how to change the text color of the button writing when I click on it, I want it to click on the button and it will turn out golden and stay white until I click it again, but what I managed so far is that it only change colo...
asked by 12.11.2015 / 18:17
2
answers

With setting the date limit in the bootstrap datepicker?

When I use Jquery Ui DatePicker , I can set a maximum date using the maxDate attribute. So: $('#data-solicitacao').datepicker({maxDate: 'now'}) I thought the Bootstrap 3 DatePicker was the same, but it is not. How can I set a m...
asked by 24.05.2016 / 16:03