From f90d92b19d47743c011fc105cb46d4baf019d62b Mon Sep 17 00:00:00 2001 From: Nightblade73 Date: Mon, 11 Mar 2019 11:36:00 +0400 Subject: [PATCH] #54 add custom paper-list --- src/main/resources/public/css/conference.css | 39 ++++++++++++++++ .../resources/public/img/conference/paper.png | Bin 0 -> 597 bytes .../templates/conferences/conference.html | 42 +++++++++++++++--- 3 files changed, 75 insertions(+), 6 deletions(-) create mode 100644 src/main/resources/public/img/conference/paper.png diff --git a/src/main/resources/public/css/conference.css b/src/main/resources/public/css/conference.css index 3b867c6..e29ef9a 100644 --- a/src/main/resources/public/css/conference.css +++ b/src/main/resources/public/css/conference.css @@ -1,6 +1,13 @@ +.form-group textarea{ + min-height: 206px; + max-height: 463px; +} + + .deadline-list{ height: 200px; padding: 0px; + overflow-y: scroll; } .deadline{ @@ -14,12 +21,32 @@ .member-list{ height: 200px; padding: 0px; + overflow-y: scroll; } .member{ margin: 0; } +.paper-list{ + height: 200px; + padding: 0px; + overflow-y: scroll; +} + +.paper{ + margin: 0; +} + +.paper-name{ + flex: 1; +} + +.paper-name span{ + margin: 6px 15px; + display: inline-block; +} + .icon{ width: 38px; height: 38px; @@ -27,9 +54,21 @@ cursor: pointer; } +.icon-delete{ + background: #ff4444; +} + +.icon-paper{ + height: 26px; + width: 26px; + float: right; + margin: 5px; +} + .icon-edit-input-text{ width: 27px; height: 27px; + float: right; } .grey-border{ diff --git a/src/main/resources/public/img/conference/paper.png b/src/main/resources/public/img/conference/paper.png new file mode 100644 index 0000000000000000000000000000000000000000..78a0dfc525d61f0611eeb7c768c248cf1bb15158 GIT binary patch literal 597 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE0wix1Z>k4UEa{HEjtmSN`?>!lvVtU&J%W50 z7^>757#dm_7=8hT8eT9klo~KFyh>nTu$sZZAYL$MSD+10f+@+{-GzZ+Rj;xUkjGiz z5n0T@z;^_M8K-LVNdpDhOFVsD*&j1=vkPm?-EeRN0|TS7r;B5V$MK_6_hvCUin#f^ zOcTv%X^HqPG3lC?ht=*0YOYez8-p(8eqvFK^+-$<4Ps%+bdpmDo#zZ{M4d+eOzH(@OR9Ze+sq01ZHC5hom2rM* z5%KG%R7_znWXurEW8gg`xf$=-rfdlsr_AIxpp77|D!6DgX=>y8?3>9Su zCVbjowW0pNdUiX>_Tqo@&7~rqf7e_8BlaKTBesIR7AqcL#4xCqxJHzuB$lLFB^RXv zDF!10LrYx)V_ieT5CbzSLrW_Y18oCCD+7c7OwFKJL1@U$PsvQH#I2z(-ns#(K@wy` saDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0uvp00i_>zopr04dzcJpcdz literal 0 HcmV?d00001 diff --git a/src/main/resources/templates/conferences/conference.html b/src/main/resources/templates/conferences/conference.html index 599c745..e8b8935 100644 --- a/src/main/resources/templates/conferences/conference.html +++ b/src/main/resources/templates/conferences/conference.html @@ -19,8 +19,10 @@
+
+
Редактировать - Удалить
-
+
-
+
@@ -106,13 +109,40 @@
-
-
+ +
+ +
+
+
+ + Имя статьи + + +
+ Удалить +
+
+
+
+ + +
+ +