From 0ade3e15f7df3ac2c7f35132fa59da751f199b8d Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Wed, 19 Mar 2014 09:16:53 +0100 Subject: [PATCH] Fixed the save document info text, was off by 5px --- js/apps/system/aardvark/frontend/scss/_jsonEditor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/apps/system/aardvark/frontend/scss/_jsonEditor.scss b/js/apps/system/aardvark/frontend/scss/_jsonEditor.scss index 1041570739..cf0723e469 100644 --- a/js/apps/system/aardvark/frontend/scss/_jsonEditor.scss +++ b/js/apps/system/aardvark/frontend/scss/_jsonEditor.scss @@ -27,7 +27,7 @@ color: #008000; display: none; font-weight: 300; - margin-top: 10px; + margin-top: 5px; } .document-editor {