diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-01-17 09:23:59 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-01-17 09:23:59 +0100 |
commit | 86a5d5b399d90030327af537319c34e8c1485674 (patch) | |
tree | 189c1d7ff35825893b137ad8d55d29ab6f805ea4 /core | |
parent | ef9e2e4e7d5c1334e120168b0d183a1df9786324 (diff) | |
download | nextcloud-server-86a5d5b399d90030327af537319c34e8c1485674.tar.gz nextcloud-server-86a5d5b399d90030327af537319c34e8c1485674.zip |
fix show-more-icon position
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/guest.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index 4f50e40d554..521b5dc54d4 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -123,8 +123,7 @@ form #datadirField legend { padding: 13px; /* increase clickable area of Advanced dropdown */ } #showAdvanced img { - vertical-align: bottom; /* adjust position of Advanced dropdown arrow */ - margin-left: -4px; + vertical-align: middle; /* adjust position of Advanced dropdown arrow */ } /* Buttons and input */ |