From cd09cf6d60d009fd260861a0d90ae56b2e7ea41e Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Thu, 8 Nov 2018 21:58:10 +0400 Subject: [PATCH] add toolbar --- src/main/resources/public/css/agency.css | 7 ++++++- src/main/resources/public/js/papers.js | 2 +- src/main/resources/templates/papers/papers.html | 15 ++++++++++++--- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/src/main/resources/public/css/agency.css b/src/main/resources/public/css/agency.css index 25a9770..a754bc3 100644 --- a/src/main/resources/public/css/agency.css +++ b/src/main/resources/public/css/agency.css @@ -62,7 +62,7 @@ section h3.section-subheading { @media (min-width: 768px) { section { - padding: 150px 0; + padding: 100px 0; } } @@ -741,6 +741,11 @@ ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons l border-radius: 5px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); } + +.toolbar-button { + width: 100%; + margin: 5px; +} /* --------------------------------------------------- FEEDBACK STYLE ----------------------------------------------------- */ diff --git a/src/main/resources/public/js/papers.js b/src/main/resources/public/js/papers.js index 25cbd92..b2b81a6 100644 --- a/src/main/resources/public/js/papers.js +++ b/src/main/resources/public/js/papers.js @@ -10,7 +10,7 @@ function showPapers(papersElement) { " " + " " + " " + - " " + paper.title + "" + " "); }); diff --git a/src/main/resources/templates/papers/papers.html b/src/main/resources/templates/papers/papers.html index 3a3a7cc..83cf15a 100644 --- a/src/main/resources/templates/papers/papers.html +++ b/src/main/resources/templates/papers/papers.html @@ -12,8 +12,17 @@
@@ -21,7 +30,7 @@