IDEMPIERE-1635 Upgrade to zk7. Fixed css for field editor button.

This commit is contained in:
Heng Sin Low 2014-03-14 20:44:47 +08:00
parent 4248112480
commit 7d95496c0a
1 changed files with 5 additions and 5 deletions

View File

@ -1087,12 +1087,12 @@ input:focus, textarea:focus, .z-combobox-input:focus, z-datebox-input:focus {
display: inline-block;
background-color: transparent;
background-image: none;
width: 19px;
width: 20px;
height: 18px;
border: none;
position: absolute;
right: 2px;
top: 1px;
right: 1px;
top: 2px;
}
.editor-button :hover {
@ -1102,8 +1102,8 @@ input:focus, textarea:focus, .z-combobox-input:focus, z-datebox-input:focus {
.editor-button img {
vertical-align: top;
text-align: left;
width: 16px;
height: 16px;
width: 18px;
height: 18px;
padding: 1px 1px;
}