diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-04 16:24:39 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-04 16:24:39 +0200 |
commit | bc47e56f9f52251c1161cee47dea15c27dd8c3c3 (patch) | |
tree | 0835fbe3a71b590cb09e565a061a99349cb37317 /core | |
parent | 358a4ce753bb19531157055bf9097014c59234c9 (diff) | |
download | nextcloud-server-bc47e56f9f52251c1161cee47dea15c27dd8c3c3.tar.gz nextcloud-server-bc47e56f9f52251c1161cee47dea15c27dd8c3c3.zip |
fix related layout issues in user management
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 5aec3d2ae44..6eb09e6e942 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -166,6 +166,7 @@ input[type="submit"], input[type="button"], button, .button, #quota, select, .pager li a { width: auto; + min-width: 25px; padding: 5px; background-color: rgba(240,240,240,.9); font-weight: bold; |