user management: display table at full width

This commit is contained in:
Jan-Christoph Borchardt 2014-05-07 17:19:09 +02:00 committed by Arthur Schiwon
parent 57cc51d21d
commit 1abf69893d
1 changed files with 6 additions and 0 deletions

View File

@ -76,6 +76,12 @@ span.utils .delete, .rename { display: none; }
#usersearchform { position: absolute; top: 4px; right: 10px; }
#usersearchform label { font-weight: 700; }
form { display:inline; }
/* display table at full width */
table.grid {
width: 100%;
}
table.grid th { height:2em; color:#999; }
table.grid th, table.grid 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; }