mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
fix left and right tab-content alignment with width: auto;
This commit is contained in:
parent
7ea34ae0ef
commit
c4fb703269
Binary file not shown.
12
docs/assets/css/bootstrap.css
vendored
12
docs/assets/css/bootstrap.css
vendored
@ -2735,6 +2735,10 @@ input[type="submit"].btn.btn-mini {
|
||||
.tabs-below .nav-tabs .active > a:hover {
|
||||
border-color: transparent #ddd #ddd #ddd;
|
||||
}
|
||||
.tabs-left .tab-content,
|
||||
.tabs-right .tab-content {
|
||||
width: auto;
|
||||
}
|
||||
.tabs-left .nav-tabs > li,
|
||||
.tabs-right .nav-tabs > li {
|
||||
float: none;
|
||||
@ -3039,12 +3043,6 @@ input[type="submit"].btn.btn-mini {
|
||||
margin-left: 10px;
|
||||
margin-right: 0;
|
||||
}
|
||||
.navbar .dropdown-menu {
|
||||
margin-top: 1px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.navbar .dropdown-menu:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
@ -3080,7 +3078,7 @@ input[type="submit"].btn.btn-mini {
|
||||
top: auto;
|
||||
}
|
||||
.navbar .nav .dropdown-toggle .caret,
|
||||
.navbar .nav .open.dropdown .caret {
|
||||
.navbar .nav .open .caret {
|
||||
border-top-color: #ffffff;
|
||||
border-bottom-color: #ffffff;
|
||||
}
|
||||
|
@ -309,6 +309,10 @@
|
||||
// ------------
|
||||
|
||||
// Common styles
|
||||
.tabs-left .tab-content,
|
||||
.tabs-right .tab-content {
|
||||
width: auto;
|
||||
}
|
||||
.tabs-left .nav-tabs > li,
|
||||
.tabs-right .nav-tabs > li {
|
||||
float: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user