style tweaks

This commit is contained in:
albert
2011-11-14 16:47:33 -05:00
parent b9db753164
commit eb58773089
5 changed files with 16 additions and 9 deletions

View File

@@ -6,12 +6,13 @@ div#c-users {
margin-bottom: 0.5em;
}
div.input span.hint {
visibility: hidden;
div.input {
margin-bottom: 2em;
}
div.input:hover span.hint {
visibility: visible;
div.input span.hint {
display: block;
max-width: 30em;
}
}