Commit c4fb7032 authored by Mark Otto's avatar Mark Otto

fix left and right tab-content alignment with width: auto;

parent 7ea34ae0
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment