diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-07 17:19:09 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-06-02 12:53:58 +0200 |
commit | 1abf69893db104218fd0600b77a533a86ef18dd3 (patch) | |
tree | b5cc9c6d218d021f665f78db02acc6f047c7a37f /settings | |
parent | 57cc51d21dd83ea638c00473b5b852f7db1918e8 (diff) | |
download | nextcloud-server-1abf69893db104218fd0600b77a533a86ef18dd3.tar.gz nextcloud-server-1abf69893db104218fd0600b77a533a86ef18dd3.zip |
user management: display table at full width
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; } |