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