forked from 0x2620/oxjs
some work on Ox.Editable
This commit is contained in:
parent
925aa8d627
commit
a58dc765d9
7 changed files with 58 additions and 33 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue