Fixed notification display for firefox

This commit is contained in:
Victoria Wang 2014-10-13 17:33:17 -07:00
parent 86a1d2dcac
commit ffc3d49af7
2 changed files with 4 additions and 1 deletions

View file

@ -274,6 +274,9 @@
li {
width:100%;
a {
float:left;
}
a:hover, a:focus {
background:#3C6670;
}

View file

@ -46,7 +46,7 @@
<ul class="dropdown-menu">
<li><a href="/site/<%= current_site.username %>">Profile</a></li>
<li>
<a href="/?activity=mine">Activity
<a href="/?activity=mine"><span class="float-Left">Activity</span>
<% if current_site.unseen_notifications_count > 0 %>
<span class="notification-value"><%= current_site.unseen_notifications_count %></span>
<% end %>