added badges to mobile css

This commit is contained in:
Diaspora Europe 2012-03-13 16:46:04 +01:00
parent f224cfe030
commit afd750536f

View file

@ -276,6 +276,24 @@ body {
}
}
#nav_badges {
display: inline-block;
margin-top: 2px; }
#nav_badges a:hover {
text-decoration: none; }
#nav_badges .badge {
position: relative;
top: 2px;
display: inline;
margin: 0 2px;
padding: 8px 3px;
padding-bottom: 9px;
font-weight: bold;
font-size: smaller;
width: 28px; }
#nav_badges .badge:hover .badge_count {
background-color: #bd0902; }
#header_title {
position: relative;
top: -3px;