Update style report modal

This commit is contained in:
Gregoire Parant 2020-10-15 12:24:16 +02:00
parent 38d2cc9a8c
commit 62dfb68aaf

View file

@ -587,13 +587,13 @@ div.modal-report-user{
.modal-report-user textarea{ .modal-report-user textarea{
position: absolute; position: absolute;
width: 400px;
height: 200px; height: 200px;
z-index: 999; z-index: 999;
left: calc(50% - 200px);
top: 200px; top: 200px;
background-color: #000000; background-color: #000000;
color: white; color: white;
width: calc(100% - 60px);
margin: 30px;
} }
.modal-report-user img{ .modal-report-user img{
@ -614,6 +614,7 @@ div.modal-report-user{
cursor: pointer; cursor: pointer;
width: 15px; width: 15px;
height: 15px; height: 15px;
margin: 10px;
} }
.modal-report-user button{ .modal-report-user button{
@ -649,7 +650,8 @@ div.modal-report-user{
font-size: 24px; font-size: 24px;
color: white; color: white;
position: absolute; position: absolute;
top: 90px; top: 70px;
width: 100%; width: 100%;
text-align: left; text-align: left;
padding: 30px;
} }