diff --git a/src/main/resources/public/css/conference.css b/src/main/resources/public/css/conference.css index e29ef9a..38b12c4 100644 --- a/src/main/resources/public/css/conference.css +++ b/src/main/resources/public/css/conference.css @@ -1,3 +1,13 @@ +.col-lg-12 a{ + position: absolute; + font-size: smaller; +} + +.col-lg-12 a img{ + width: 36px; + height: 33px; +} + .form-group textarea{ min-height: 206px; max-height: 463px; @@ -55,7 +65,7 @@ } .icon-delete{ - background: #ff4444; + background-color: #f44; } .icon-paper{ @@ -73,9 +83,13 @@ .grey-border{ color: #495057; - background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; -} \ No newline at end of file +} + +#add-paper{ + margin-left: 10px; +} + diff --git a/src/main/resources/public/img/conference/back.png b/src/main/resources/public/img/conference/back.png new file mode 100644 index 0000000..7667350 Binary files /dev/null and b/src/main/resources/public/img/conference/back.png differ diff --git a/src/main/resources/templates/conferences/conference.html b/src/main/resources/templates/conferences/conference.html index e8b8935..7500f08 100644 --- a/src/main/resources/templates/conferences/conference.html +++ b/src/main/resources/templates/conferences/conference.html @@ -10,8 +10,12 @@
-
-

Редактирование конференции

+
+ + + Назад к списку конференций + +

Редактирование конференции


@@ -62,7 +66,7 @@
-
+
@@ -109,8 +113,8 @@
-
- @@ -131,7 +135,7 @@
-
+
- -
-
- - - Отмена - -
+ + + + + + + + + + +