From 849961091eaeb6d60b1ab73ec3a38b8c16c9ae74 Mon Sep 17 00:00:00 2001 From: luqiong <605601787@qq.com> Date: Fri, 5 Sep 2014 16:29:44 +0800 Subject: [PATCH] modify button style --- Bench4Q-Web/src/main/webapp/script.jsp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Bench4Q-Web/src/main/webapp/script.jsp b/Bench4Q-Web/src/main/webapp/script.jsp index 8a5c25ac..8d26dfc4 100644 --- a/Bench4Q-Web/src/main/webapp/script.jsp +++ b/Bench4Q-Web/src/main/webapp/script.jsp @@ -36,6 +36,10 @@ body { .none-div{ display:none; } + +button#createScript{ + margin-left:4px; +}