temp fix for the flag badge in dropdowns

This commit is contained in:
Kris Aubuchon 2014-06-04 14:54:24 -04:00
parent ee248b549f
commit a029daacbb

View file

@ -165,7 +165,7 @@
}
&:hover a {background: scale-color-diff();}
&:hover a:not(.badge-notification) {background: scale-color-diff();}
button {margin-left: 5px;}
}
@ -187,7 +187,6 @@
a {
display: inline;
padding: 1px;
&:hover {background: scale-color-diff();}
}
}
.read {
@ -209,6 +208,20 @@
display: inline-block;
}
// Site map
&#site-map-dropdown {
.flagged-posts {
display: inline-block;
position: absolute;
padding: 3px;
margin-top: -22px;
margin-left: 60px;
}
}
// Search
&#search-dropdown {