Center user icon and fix overlapping chat

This commit is contained in:
0ip 2012-05-23 20:40:24 +03:00
parent 26614bf2d5
commit d4b4ca0a5c
1 changed files with 2 additions and 1 deletions

View File

@ -154,6 +154,7 @@ a img {
} }
#usericon a { #usericon a {
min-width: 30px; min-width: 30px;
text-align: left;
} }
#usericon a #online_count { #usericon a #online_count {
color: #777; color: #777;
@ -901,7 +902,7 @@ input[type=checkbox] {
.stickyChat { .stickyChat {
background-color: #f1f1f1 !important; background-color: #f1f1f1 !important;
right: 0px !important; right: 0px !important;
top: 36px; top: 37px;
-webkit-border-radius: 0px !important; -webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important; -moz-border-radius: 0px !important;
border-radius: 0px !important; border-radius: 0px !important;