fix margin on input buttons in modals
This commit is contained in:
parent
de4ada3b88
commit
d8041f7c8f
3 changed files with 4 additions and 2 deletions
3
bootstrap.css
vendored
3
bootstrap.css
vendored
|
|
@ -6,7 +6,7 @@
|
|||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: Wed Jan 25 01:02:35 PST 2012
|
||||
* Date: Wed Jan 25 08:34:06 PST 2012
|
||||
*/
|
||||
article,
|
||||
aside,
|
||||
|
|
@ -2198,6 +2198,7 @@ i {
|
|||
.modal-footer .btn {
|
||||
float: right;
|
||||
margin-left: 5px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.tooltip {
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue