]> source.dussan.org Git - nextcloud-server.git/commitdiff
user management: display table at full width
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 7 May 2014 15:19:09 +0000 (17:19 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 2 Jun 2014 10:53:58 +0000 (12:53 +0200)
settings/css/settings.css

index 0895fa26ceda359dc085c3be445a3792634c5566..87b21cb8e2bb20e2a58924f7882078befe101ba6 100644 (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; }