Merge pull request #353 from cmrn/signout-link

Added sign out link when hovering over name (fixes #352)
This commit is contained in:
Stefan Breunig
2013-03-02 07:11:43 -08:00
3 changed files with 27 additions and 4 deletions

View File

@ -329,21 +329,34 @@ h2 {
width: 100%;
}
h2 span {
h2 #name {
display: inline-block;
overflow: hidden;
text-overflow: "~";
vertical-align: top;
white-space: nowrap;
width: 205px;
position: relative;
}
h2 div {
h2 #stats {
float: right;
height: 100%;
overflow: hidden;
}
h2 #signout {
font-size: 12px;
font-weight: normal;
line-height: 29px;
padding: 0 4px;
position: absolute;
top: 0;
right: 0;
background-color: rgba(8, 48, 78, 0.5);
display: none; /* starts hidden */
}
h2 sup, h2 sub {
display: block;
font-size: 11px;