From 47e906fddc6bb79082fd719734ed0d6bb996271c Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Thu, 11 Oct 2018 15:39:57 +0400 Subject: [PATCH] fix styles --- src/main/resources/public/css/agency.css | 23 +++++++++++++++++++ .../resources/templates/papers/paper.html | 13 +++++++---- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/src/main/resources/public/css/agency.css b/src/main/resources/public/css/agency.css index 309113f..b18e5d8 100644 --- a/src/main/resources/public/css/agency.css +++ b/src/main/resources/public/css/agency.css @@ -81,6 +81,29 @@ section h3.section-subheading { border-color: #fed136; } +.btn-default { + background-color: #ffffff; + border-color: #ced4da;; +} + +.btn-info { + background-color: #5bc0de; + border-color: #5bc0de; +} + +.progress-bar { + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + color: #fff; + text-align: center; + white-space: nowrap; + background-color: #fed136; + transition: width .6s ease; +} + .btn-primary:active, .btn-primary:focus, .btn-primary:hover { background-color: #fec810 !important; border-color: #fec810 !important; diff --git a/src/main/resources/templates/papers/paper.html b/src/main/resources/templates/papers/paper.html index 66c5405..9d6ea7c 100644 --- a/src/main/resources/templates/papers/paper.html +++ b/src/main/resources/templates/papers/paper.html @@ -37,9 +37,7 @@
@@ -58,6 +56,13 @@ + +
+ +
+
@@ -65,7 +70,7 @@ type="submit"> Сохранить -