added badges to mobile css
This commit is contained in:
parent
f224cfe030
commit
afd750536f
1 changed files with 18 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue