quota good cleand up

This commit is contained in:
Marvin Thomas Rabe 2011-09-30 19:47:48 +02:00
parent 5775421f78
commit 2740491f18
1 changed files with 4 additions and 4 deletions

View File

@ -12,12 +12,12 @@ input#identity { width:20em; }
/* USERS */
form { display:inline; }
table th { height:2em; padding:0 .5em; color:#999; padding-left:.8em; }
table th, table td { border-bottom:1px solid #ddd; text-align:left; font-weight:normal; }
table th { height:2em; color:#999; }
table th, table td { border-bottom:1px solid #ddd; padding:0 .5em; padding-left:.8em; text-align:left; font-weight:normal; }
td.name, td.password { padding-left:.8em; }
td.password>img, td.remove>img, td.quota>img { visibility:hidden; }
td.password>span { margin-right:1.2em; }
td.password { width:12em; cursor:pointer; }
td.password, td.quota { width:12em; cursor:pointer; }
td.password>span, td.quota>span { margin-right: 1.2em; color: #C7C7C7; }
td.remove { width:1em; padding-right:1em; }
tr:hover>td.password>span { margin:0; cursor:pointer; }