diff --git a/src/main/resources/public/css/conference.css b/src/main/resources/public/css/conference.css index 6bde9bc..3b867c6 100644 --- a/src/main/resources/public/css/conference.css +++ b/src/main/resources/public/css/conference.css @@ -1,3 +1,16 @@ +.deadline-list{ + height: 200px; + padding: 0px; +} + +.deadline{ + margin: 0; +} + +.deadline-text{ + flex: 1; +} + .member-list{ height: 200px; padding: 0px; @@ -5,6 +18,21 @@ .member{ margin: 0; +} + +.icon{ + width: 38px; + height: 38px; + padding: 2px; + cursor: pointer; +} + +.icon-edit-input-text{ + width: 27px; + height: 27px; +} + +.grey-border{ color: #495057; background-color: #fff; background-clip: padding-box; diff --git a/src/main/resources/public/img/conference/delete.png b/src/main/resources/public/img/conference/delete.png new file mode 100644 index 0000000..595bf63 Binary files /dev/null and b/src/main/resources/public/img/conference/delete.png differ diff --git a/src/main/resources/public/img/conference/edit.png b/src/main/resources/public/img/conference/edit.png new file mode 100644 index 0000000..832bef3 Binary files /dev/null and b/src/main/resources/public/img/conference/edit.png differ diff --git a/src/main/resources/templates/conferences/conference.html b/src/main/resources/templates/conferences/conference.html index 901822f..599c745 100644 --- a/src/main/resources/templates/conferences/conference.html +++ b/src/main/resources/templates/conferences/conference.html @@ -23,27 +23,46 @@
+ Редактировать + placeholder="Название конференции"/>
+ Редактировать + placeholder="URL адрес"/>
+ Редактировать
- + +
+
+ + + Редактировать + Удалить +
+ +
-
- +
@@ -52,9 +71,9 @@
- + - - +
@@ -62,22 +81,22 @@
-
-
+
+
Пользователь 1
-
+
очная
статья
-
-
+
+
Пользователь 2
-
+
заочная
@@ -89,7 +108,7 @@
-