From ff766446649bd4b741cf9348d2b9dc064e5148ad Mon Sep 17 00:00:00 2001 From: Jason White Date: Tue, 26 Aug 2014 21:29:45 -0400 Subject: [PATCH] moving buttons down off the header area, styles to be updated more later --- src/main/webapp/WEB-INF/pages/main_new.jsp | 25 ++++++++++++---------- src/main/webapp/css/main.css | 5 +++++ 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/src/main/webapp/WEB-INF/pages/main_new.jsp b/src/main/webapp/WEB-INF/pages/main_new.jsp index 55b93ce73..b0d83fb34 100644 --- a/src/main/webapp/WEB-INF/pages/main_new.jsp +++ b/src/main/webapp/WEB-INF/pages/main_new.jsp @@ -72,11 +72,7 @@ Welcome To WebGoat - - - - - + @@ -107,12 +103,19 @@
-
-
- This should default to the "How to Work with Webgoat" lesson -
- -
+
+ + + + + +
+
+
+ This should default to the "How to Work with Webgoat" lesson +
+ +
diff --git a/src/main/webapp/css/main.css b/src/main/webapp/css/main.css index 0a408bf93..e71d2b014 100644 --- a/src/main/webapp/css/main.css +++ b/src/main/webapp/css/main.css @@ -743,3 +743,8 @@ fieldset[disabled] .btn-warning.active { display: none; } } + +#buttonPanel { + padding:3px; + width:auto; +} \ No newline at end of file