mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-19 07:53:14 +00:00
PHRAS-904 - fix ui issue in edit form
This commit is contained in:
@@ -260,9 +260,12 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.edit-zone-title {
|
||||||
|
height: 45px;
|
||||||
|
bottom: auto;
|
||||||
|
}
|
||||||
#EDIT_EDIT {
|
#EDIT_EDIT {
|
||||||
top: 35px;
|
top: 45px;
|
||||||
bottom: 60px;
|
bottom: 60px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
@@ -166,9 +166,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="idEditZone">
|
<div id="idEditZone">
|
||||||
<div class="PNB" style='height:35px; bottom:auto;'>
|
<div class="edit-zone-title PNB">
|
||||||
<center>
|
<table style='position:relative; top:5px; table-layout:fixed; width:100%'>
|
||||||
<table style='position:relative; top:5px; table-layout:fixed; width:240px'>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td style='width:30px; text-align:right'>
|
<td style='width:30px; text-align:right'>
|
||||||
<input type='button' value='◄' class='btn btn-inverse' onclick="edit_chgFld(event, -1);return(false);" />
|
<input type='button' value='◄' class='btn btn-inverse' onclick="edit_chgFld(event, -1);return(false);" />
|
||||||
@@ -179,7 +178,6 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</center>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="EDIT_EDIT" class="PNB">
|
<div id="EDIT_EDIT" class="PNB">
|
||||||
<div id="ZTextMonoValued">
|
<div id="ZTextMonoValued">
|
||||||
|
Reference in New Issue
Block a user