diff options
author | Sugaroverdose <n1nj4p0w3r@gmail.com> | 2015-01-28 22:44:12 +0300 |
---|---|---|
committer | Sugaroverdose <n1nj4p0w3r@gmail.com> | 2015-01-28 22:44:12 +0300 |
commit | e57e273a40bc16ade77a6f4615db8f606ae58562 (patch) | |
tree | 2be861dea78a451b6c3841cfbefefc1940efcdfe /apps | |
parent | 0418c9da3d376c9b407851cde28f26139b29ccaa (diff) | |
download | nextcloud-server-e57e273a40bc16ade77a6f4615db8f606ae58562.tar.gz nextcloud-server-e57e273a40bc16ade77a6f4615db8f606ae58562.zip |
Prevent 1px padding between button and dropdown in ie11 when zooming
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index cdaa328aea1..1d6b4ad9e07 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -48,7 +48,7 @@ z-index: -10; padding: 8px; padding-bottom: 0; - margin-top: 14px; + margin-top: 13.5px; margin-left: -1px; text-align: left; background: #f8f8f8; |