From: Jan-Christoph Borchardt Date: Wed, 7 May 2014 15:19:09 +0000 (+0200) Subject: user management: display table at full width X-Git-Tag: v7.0.0alpha2~144^2~21 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1abf69893db104218fd0600b77a533a86ef18dd3;p=nextcloud-server.git user management: display table at full width --- diff --git a/settings/css/settings.css b/settings/css/settings.css index 0895fa26ced..87b21cb8e2b 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -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; }