From f6ac85168b56661abb12af6cf823cbd8bda165f9 Mon Sep 17 00:00:00 2001 From: Jason White Date: Wed, 24 Sep 2014 21:07:30 -0400 Subject: [PATCH] change to fix WEB-164, some other UI updates --- src/main/webapp/WEB-INF/pages/main_new.jsp | 6 ++++-- src/main/webapp/css/main.css | 7 ++++--- src/main/webapp/js/goatUtil.js | 2 -- src/main/webapp/lessons/CrossSiteScripting/ViewProfile.jsp | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/WEB-INF/pages/main_new.jsp b/src/main/webapp/WEB-INF/pages/main_new.jsp index e804bb42f..8eb9daed9 100644 --- a/src/main/webapp/WEB-INF/pages/main_new.jsp +++ b/src/main/webapp/WEB-INF/pages/main_new.jsp @@ -176,9 +176,10 @@

Cookies

- +
+
- + @@ -189,6 +190,7 @@
FieldValue
+

Params

diff --git a/src/main/webapp/css/main.css b/src/main/webapp/css/main.css index 659ed76b1..87bbecd7d 100644 --- a/src/main/webapp/css/main.css +++ b/src/main/webapp/css/main.css @@ -716,10 +716,11 @@ fieldset[disabled] .btn-warning.active { .table-nonfluid { width:auto; - + margin-bottom:15px; } -.table-nonfluid { - + +cookieContainer { + margin-bottom:4px; } .cookieTable tr td, .paramsTable tr td { diff --git a/src/main/webapp/js/goatUtil.js b/src/main/webapp/js/goatUtil.js index 826e8c208..d2968e596 100644 --- a/src/main/webapp/js/goatUtil.js +++ b/src/main/webapp/js/goatUtil.js @@ -102,8 +102,6 @@ goat.utils = { function() { var _url = $(el).attr('link'); $.get(_url, {success:showResponse}); - //return $.get(_url, {}, null, "html"); - //angular.element($('#leftside-navigation')).scope().renderLesson(curMenuItem,url); } ) } diff --git a/src/main/webapp/lessons/CrossSiteScripting/ViewProfile.jsp b/src/main/webapp/lessons/CrossSiteScripting/ViewProfile.jsp index e9d293a47..46822d95e 100644 --- a/src/main/webapp/lessons/CrossSiteScripting/ViewProfile.jsp +++ b/src/main/webapp/lessons/CrossSiteScripting/ViewProfile.jsp @@ -151,7 +151,7 @@ WebSession webSession = ((WebSession)session.getAttribute("websession"));   -
+