Questions tagged as 'twitter-bootstrap'

2
answers

Change the styles of the Bootstrap form fields

I wonder if there is any way to change bootstrap form field styles. I wanted to put together a form with a border-bottom and transparent background but I can not. does anyone have a solution?     
asked by 05.06.2018 / 22:00
2
answers

Place side-by-side css / html / bootstrap elements

I need to put these two elements side by side, how can I do this? Using html / css / bootstrap. My code: Html:<divclass="container"> <div class="pesquisa"> <form id="filter"> <label>Filtre tickets pelo nome: </l...
asked by 01.06.2018 / 23:08
1
answer

Modal Bootstrap does not exceed end of page

I have a modal bootstrap and in it I display a table, but when that table returns many records the modal ends up overflowing off the screen, and it does not show the end of modal like in the image: Thisproblembothersbecausetherearerecordsthat...
asked by 01.11.2017 / 05:42
2
answers

Modal display after form validation (filled fields)

I have a form with several fields that are required. When you click send, the validation is performed using jquery validation and being ok, it sends to the controller (ASP.Net MVC). I need to validate the form after the form validation, displ...
asked by 08.08.2018 / 18:12
1
answer

Post Table Title [duplicate]

I have a table that is generated using JSON: <div id="divResult" ></div> The JSON script : $.getJSON("@Url.Content("~/CadLevVisCont/ProcessaLevantamento")", { nmUF: catUF, nmRodovia: catRod, nmAno: catData }, funct...
asked by 22.09.2014 / 14:55
3
answers

Hide an image when a webpage loads on a mobile device [closed]

I need to hide an image when a webpage loads on a mobile device. The problem is that it can not change the page's HTML structure, only in Bootstrap, CSS and JavaScript.     
asked by 20.10.2017 / 18:00
1
answer

PDO does not return query results

I have a code where you would have a select to select in which column you want to search and click on the letter to fetch within the selected column the selected letter. The error is on my button. It would have to be <a href="">...
asked by 21.08.2018 / 13:33
2
answers

Change the color of the tabs when selecting them

Friends, I have these tabs, I already tried some css codes to leave a background color on the tabs, but when I use the codes it changes the whole background, I want to change only the color of the tab that is selected. <html lang="en">...
asked by 11.04.2018 / 16:17
2
answers

Bootstrap Menu does not work Responsive [closed]

Menu with Bootstrap does not work responsively. <!DOCTYPE html> <html> <head> <title>Nome da Loja</title> <meta charset="utf-8" /> <link rel="stylesheet" href="css/bootstrap.mi...
asked by 13.08.2016 / 00:31
1
answer

Align controls with bootstrap

I have this view @{ ViewBag.Title = "ExcelFinancing"; Layout = "~/Views/Shared/_Layout.cshtml"; } <!DOCTYPE html> <html lang="pt-br"> <head> <meta name="viewport" content="width=device-width" /> <tit...
asked by 18.09.2018 / 21:41