From 331f58706ab9c096e33edf3055d01ee581bccdf8 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sat, 26 Oct 2013 18:15:31 +0300 Subject: [PATCH] bit less giant icons for new and upload --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 731443a8..0a5981e7 100755 --- a/css/style.css +++ b/css/style.css @@ -26,8 +26,8 @@ height: 100px; width: 200px; background-repeat: no-repeat; - background-size: 64px; - background-position: 50% 10px; + background-size: 32px; + background-position: 50%; } .add-document .add { background-image: url('%webroot%/core/img/actions/add.svg');