From da3c08eabac979b729787a17bd4f789043268d6e Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sat, 26 Oct 2013 18:18:02 +0300 Subject: [PATCH] separate upload and new document --- css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 0a5981e7..1f3dcf0c 100755 --- a/css/style.css +++ b/css/style.css @@ -36,12 +36,13 @@ background-image: url('%webroot%/core/img/actions/upload.svg'); } -.add-document a.upload{ +.add-document a.add { + border-bottom: 1px solid #fff; } .add-document label { position: absolute; - bottom: 5px; + bottom: 10px; width: 100%; font-weight: normal; text-align: center;