Questions tagged as 'twitter-bootstrap'

1
answer

Put icons in a treeview with bootstrap

I took a treeview template with bootstrap and I'm having some problems, the code they have available did not use any icons, see the template here: link Html: <link rel="stylesheet" type="text/css" href="../asstes/css/bootstrap.min.css"...
asked by 11.02.2015 / 22:03
3
answers

Confirmation of exclusion with bootstrap [closed]

I'm doing a web system using php + javascript + bootstrap, I need to do a commit confirmation using bootstrap, type an alert requesting yes or no, but in a nice hehehe model, the bootstrap has some component to solve this situation ?     
asked by 14.12.2016 / 16:22
3
answers

List with dynamic size

I need to make a list of up to 6 items, get the full width of the screen by following these steps: If you have only one item in the list, it takes 100% width of the screen; If you have two items in the list, each has to take 50% of the tot...
asked by 29.11.2018 / 17:44
3
answers

Send form without using PHP or similar

I need my HTML FORM with Bootstrap to be sent. The problem is that I do not know anything about PHP. The functionality I need is to send a message to an email address. Just the data and a message that the customer wants to send. It will not go t...
asked by 06.08.2015 / 20:09
1
answer

How to add a class to a div when it is active, so that it changes color?

I'm making a Bootstrap-based website, in which I have a portfolio zone, in which thumbnails open a respective collapsible DIV. I need when a collapsible DIV is open, the respective thumbnail changes its CSS formatting, in this case color. I trie...
asked by 28.03.2014 / 18:35
1
answer

HTML List with UL Image

I need something like this: <input type="image" src="~/Images/meu-icone.png" style="max-height: 15px;" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <ul class="dropdown-menu">...
asked by 14.08.2015 / 16:54
2
answers

How to remove trash in print screens

How do I create a CSS to remove rubbish as in the attached image.   I'm using bootstrap.     
asked by 28.09.2016 / 20:30
2
answers

Close modal Bootstrap after registering

Colleagues I have a system that the user clicking on the link Register Matter will open the following modal: However,IwouldlikeyoutoclickSave,andthemodalclosesautomatically.Itriedusingthecodebelow,themodalcloses,butthebackgroundremains:...
asked by 27.01.2017 / 20:44
2
answers

Is it wrong to use! important to overwrite Bootstrap rules?

I recently studied Bootstrap and found that I can, for example, edit the background of a .nav-bar using !important in css. Is doing this wrong? Would I have any consequences on small projects? And big projects? If it is a wrong...
asked by 28.03.2016 / 20:51
3
answers

Center div of class="row" with bootstrap

Does anyone have any idea how to centralize these buttons that are within a div with class="row" , how is the above container centered to say "Permissions", with Bootstrap and so that they are responsive? Thisisthecode:<divcla...
asked by 25.06.2018 / 17:44