PHRAS-904 - fix ui issue in edit form

This commit is contained in:
Florian BLOUET
2016-01-21 16:05:47 +01:00
parent 27012d4b28
commit 07a0091e90
2 changed files with 7 additions and 6 deletions

View File

@@ -260,9 +260,12 @@
width: 100%;
display: none;
}
.edit-zone-title {
height: 45px;
bottom: auto;
}
#EDIT_EDIT {
top: 35px;
top: 45px;
bottom: 60px;
overflow-x: hidden;
overflow-y: auto;