1
0
Fork 0
forked from 0x2620/oxjs

some work on Ox.Editable

This commit is contained in:
rlx 2011-10-24 15:58:51 +00:00
commit a58dc765d9
7 changed files with 58 additions and 33 deletions

View file

@ -711,21 +711,22 @@ input.OxInput {
OxEditable
--------------------------------------------------------------------------------
*/
// clashes with editable text list cell
._OxEditable > .OxValue {
.OxEditableElement > .OxValue {
cursor: pointer;
padding: 0 0 0 1px;
}
._OxEditable div.OxInput {
height: 14px;
.OxEditableElement div.OxInput {
//height: 12px;
padding: 0 1px 0 0;
margin-bottom: -3px;
}
._OxEditable input.OxInput {
height: 14px;
.OxEditableElement input.OxInput {
//height: 12px;
padding: 0 1px 0 0;
border: 0;
}
._OxEditable textarea.OxInput {
.OxEditableElement textarea.OxInput {
padding: 0 0 0 1px;
border: 0;
}