diff --git a/src/main/resources/public/css/agency.css b/src/main/resources/public/css/agency.css index b18e5d8..25a9770 100644 --- a/src/main/resources/public/css/agency.css +++ b/src/main/resources/public/css/agency.css @@ -76,6 +76,11 @@ section h3.section-subheading { padding: 20px 40px; } +.btn-success { + background-color: #28a745; + border-color: #28a745; +} + .btn-primary { background-color: #fed136; border-color: #fed136; diff --git a/src/main/resources/templates/papers/paper.html b/src/main/resources/templates/papers/paper.html index 9d6ea7c..587c9aa 100644 --- a/src/main/resources/templates/papers/paper.html +++ b/src/main/resources/templates/papers/paper.html @@ -26,7 +26,7 @@
-
+
-
- +
+
+ +
-
-
- - +
+
+ + +
@@ -89,14 +92,14 @@ div: "loader", url: urlFileUpload, maxSize: 1.5, - extensions: ["doc", "docx","xls", "jpg", "pdf", "txt", "png"], + extensions: ["doc", "docx", "xls", "jpg", "pdf", "txt", "png"], callback: function (response) { showFeedbackMessage("Файл успешно загружен"); console.debug(response); } }); - getFromRest(urlPaperStatuses, function(response) { + getFromRest(urlPaperStatuses, function (response) { fillSelect($("#status"), response); }); });