Merge pull request #2413 from awesomerobot/master

few fixes to the previous navigation update
This commit is contained in:
Régis Hanol 2014-06-04 15:43:50 +02:00
commit 457f5f81d6
1 changed files with 13 additions and 12 deletions

View File

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