fix editable css
This commit is contained in:
parent
1db28c6fb0
commit
3e20910993
1 changed files with 2 additions and 4 deletions
|
@ -770,16 +770,14 @@ OxEditable
|
|||
*/
|
||||
|
||||
.OxEditableElement > .OxValue {
|
||||
cursor: pointer;
|
||||
//cursor: pointer;
|
||||
padding: 0 0 0 1px;
|
||||
}
|
||||
.OxEditableElement div.OxInput {
|
||||
//height: 12px;
|
||||
padding: 0 1px 0 0;
|
||||
margin-bottom: -3px;
|
||||
//margin-bottom: -3px;
|
||||
}
|
||||
.OxEditableElement input.OxInput {
|
||||
//height: 12px;
|
||||
padding: 0 1px 0 0;
|
||||
border: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue