From 19e3eff325398ca3d86da8c8fb239c573ea2dd16 Mon Sep 17 00:00:00 2001 From: Jason White Date: Wed, 3 Sep 2014 08:02:22 -0400 Subject: [PATCH] added view portion of cookies, to be updated per new mock-up --- src/main/webapp/WEB-INF/pages/main_new.jsp | 7 +++++-- src/main/webapp/css/main.css | 5 +++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/pages/main_new.jsp b/src/main/webapp/WEB-INF/pages/main_new.jsp index 44c735265..91c0c0dfd 100644 --- a/src/main/webapp/WEB-INF/pages/main_new.jsp +++ b/src/main/webapp/WEB-INF/pages/main_new.jsp @@ -119,10 +119,13 @@
- -- COOKIES GO HERE -- + cookies: +
    +
  • {{key}} :: {{ value }} +
- -- PARAMS GO HERE --
+ params:
  • {{param.name}} = {{param.value}} diff --git a/src/main/webapp/css/main.css b/src/main/webapp/css/main.css index 1988a4724..ea2dad842 100644 --- a/src/main/webapp/css/main.css +++ b/src/main/webapp/css/main.css @@ -758,10 +758,11 @@ fieldset[disabled] .btn-warning.active { .lessonHelp, .lessonHelpBtn { display: none; } - +/* .paramsView { float:right; width 50%; margin-right:10px; border-left:2px solid #333; -} \ No newline at end of file +} +*/ \ No newline at end of file