From 7d29400df42d16fb85418705eceeea818ee7a6cd Mon Sep 17 00:00:00 2001 From: Sergey Linnik Date: Wed, 18 May 2016 17:50:10 +0300 Subject: [PATCH] fix upload button --- .../nodejs/public/stylesheets/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/documentserver-example/nodejs/public/stylesheets/stylesheet.css b/web/documentserver-example/nodejs/public/stylesheets/stylesheet.css index 5136b31d..eb4f3b53 100644 --- a/web/documentserver-example/nodejs/public/stylesheets/stylesheet.css +++ b/web/documentserver-example/nodejs/public/stylesheets/stylesheet.css @@ -215,7 +215,7 @@ label .checkbox { position: absolute; right: 0; top: 0; - transform: translate(-300px, 0) scale(4); + transform: translate(555px, 60px) scale(8); } .create-panel { float: left;