From 4940a12d0d62da598a207dd2c8ce0e7964d4d439 Mon Sep 17 00:00:00 2001 From: Jason White Date: Tue, 22 Nov 2016 16:25:19 -0500 Subject: [PATCH] button size fix --- webgoat-container/src/main/resources/static/css/main.css | 4 ++++ .../main/resources/plugin/CrossSiteScripting/js/dom-xss.js | 0 2 files changed, 4 insertions(+) create mode 100644 webgoat-lessons/cross-site-scripting/src/main/resources/plugin/CrossSiteScripting/js/dom-xss.js diff --git a/webgoat-container/src/main/resources/static/css/main.css b/webgoat-container/src/main/resources/static/css/main.css index ee0ae7e94..5a91c4a34 100644 --- a/webgoat-container/src/main/resources/static/css/main.css +++ b/webgoat-container/src/main/resources/static/css/main.css @@ -915,6 +915,10 @@ cookie-container { cursor:pointer; } +span.show-next-page, span.show-prev-page { +font-size: 1.3em; +} + .show-prev-page { margin-right: 10px; } diff --git a/webgoat-lessons/cross-site-scripting/src/main/resources/plugin/CrossSiteScripting/js/dom-xss.js b/webgoat-lessons/cross-site-scripting/src/main/resources/plugin/CrossSiteScripting/js/dom-xss.js new file mode 100644 index 000000000..e69de29bb