From bc47e56f9f52251c1161cee47dea15c27dd8c3c3 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 4 Jun 2014 16:24:39 +0200 Subject: [PATCH] fix related layout issues in user management --- core/css/styles.css | 1 + settings/css/settings.css | 5 ++++- settings/templates/users/part.grouplist.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/core/css/styles.css b/core/css/styles.css index 5aec3d2ae4..6eb09e6e94 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; diff --git a/settings/css/settings.css b/settings/css/settings.css index b67c88a9c8..6913e79683 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -7,7 +7,10 @@ input#openid, input#webdav { width:20em; } #user-controls { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; - position: fixed; right: 0; left:380px; height: 44px; + position: fixed; + right: 0; + left: 230px; + height: 44px; padding: 0; margin: 0; background: #eee; border-bottom: 1px solid #e7e7e7; z-index: 50; diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php index a903f43f87..593c202f2c 100644 --- a/settings/templates/users/part.grouplist.php +++ b/settings/templates/users/part.grouplist.php @@ -8,7 +8,7 @@
  • - +