1
0
Fork 0
forked from 0x2620/oxjs

add Ox.ArrayEditable

This commit is contained in:
rolux 2012-01-03 15:55:15 +05:30
commit 7d3f72ecc9
5 changed files with 226 additions and 1 deletions

View file

@ -621,6 +621,17 @@ textarea.OxSquare {
border-radius: 0;
}
/*
--------------------------------------------------------------------------------
OxArrayEditable
--------------------------------------------------------------------------------
*/
.OxArrayEditable {
display: table-cell;
padding: 4px;
}
/*
--------------------------------------------------------------------------------
OxButton