few fixes to the previous navigation update

This commit is contained in:
Kris Aubuchon 2014-06-04 09:39:43 -04:00
parent 7655066967
commit ee248b549f
1 changed files with 13 additions and 12 deletions

View File

@ -169,17 +169,11 @@
button {margin-left: 5px;}
}
.selected {
background-color: scale-color($tertiary, $lightness: 90%);
}
// Search
&#search-dropdown {
.heading {
padding: 5px;
}
}
// Notifications
&#notifications-dropdown {
@ -188,10 +182,12 @@
}
li {
background-color: scale-color($tertiary, $lightness: 90%);
padding: 5px;
padding: 5px;
&:hover a {background: transparent;}
a {
display: inline;
padding: 1px;
&:hover {background: scale-color-diff();}
}
}
.read {
@ -209,12 +205,18 @@
}
}
.category-links li a {display: inline-block;}
.category-links li:not(.heading) a {
display: inline-block;
}
// Search
&#search-dropdown {
.heading {
padding: 5px;
}
}
input[type='text'] {
width: 298px;
height: 22px;
@ -249,7 +251,6 @@
&#user-dropdown {
width: 118px;
}
.btn {