Fix Textarea in Maintenance-creator

This commit is contained in:
Nicola Carminati
2018-07-04 12:59:03 +02:00
parent b89b083bae
commit 8694c3f7dd
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -397,13 +397,14 @@ sans-serif;
}
textarea{
border-radius: 2px;
width: 808px;
height: 97px;
margin-left: 24px;
margin-right: 24px;
box-shadow: inset 0 1px 3px 0 @color-black-50;
border: solid 1px @color-silver;
padding: 10px;
box-sizing: border-box;
resize: none;
}
}
.time{
+2 -1
View File
@@ -362,13 +362,14 @@
.modal.create-maintenance .title textarea,
.modal.create-maintenance .description textarea {
border-radius: 2px;
width: 808px;
height: 97px;
margin-left: 24px;
margin-right: 24px;
box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
border: solid 1px #bbbcbc;
padding: 10px;
box-sizing: border-box;
resize: none;
}
.modal.create-maintenance .time {
display: flex;