Fixup logout button

This commit is contained in:
Tom MacWright
2012-11-26 18:05:18 -05:00
parent 2ec9f4c02f
commit 39f422ece3

View File

@@ -53,6 +53,10 @@ a:visited, a {
color: #345692;
}
a:hover {
color:#000;
}
input[type=text] {
font:normal 13px/20px Helvetica, Arial, sans-serif;
padding:1px 2px;
@@ -94,6 +98,13 @@ input[type=text]:focus {
padding:10px;
}
#bar .user .logout {
text-decoration:underline;
margin-left:10px;
font-size:11px;
cursor:pointer;
}
#bar button[disabled] {
color:#eee;
cursor:auto;