restyled user/edit

This commit is contained in:
albert
2011-10-03 18:45:15 -04:00
parent 5bde26d848
commit 36b18a8ceb
2 changed files with 41 additions and 25 deletions

View File

@@ -1,6 +1,20 @@
@import "../common/000_vars.css.scss";
div#c-users {
div#a-edit {
h1 {
margin-bottom: 0.5em;
}
div.input span.hint {
visibility: hidden;
}
div.input:hover span.hint {
visibility: visible;
}
}
div#a-new {
max-width: 60em;