2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

clean up some spacing on the dropdown for typeahead

This commit is contained in:
Mark Otto
2012-01-08 01:50:12 -08:00
parent 19986b3dd8
commit b780034a65
3 changed files with 26 additions and 12 deletions
+8 -2
View File
@@ -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: Sun Jan 8 01:45:29 PST 2012
* Date: Sun Jan 8 01:50:02 PST 2012
*/
html, body {
margin: 0;
@@ -1489,7 +1489,7 @@ i {
line-height: 18px;
color: #555555;
}
.dropdown-menu.typeahead .active a, .dropdown-menu a:hover {
.dropdown-menu a:hover, .dropdown-menu .active > a {
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
@@ -1515,6 +1515,12 @@ i {
.dropdown.open .dropdown-menu {
display: block;
}
.typeahead {
margin-top: 2px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.well {
min-height: 20px;
padding: 19px;