1
0
Fork 0
forked from 0x2620/oxjs

add SelectInput

This commit is contained in:
rolux 2011-12-01 11:52:23 +01:00
commit 3d3be10e2c
5 changed files with 118 additions and 13 deletions

View file

@ -836,10 +836,23 @@ OxObjectInput
--------------------------------------------------------------------------------
*/
.OxObjectInput > div {
margin-bottom: 8px;
margin-top: 8px;
}
.OxObjectInput > div:last-child {
margin-bottom: 0;
.OxObjectInput > div:first-child {
margin-top: 0;
}
.OxObjectArrayInput > div {
padding: 8px 0 8px 0;
border-top-width: 1px;
border-top-style: dashed;
border-top-color: rgb(128, 128, 128);
}
.OxObjectArrayInput > div.OxFirst {
padding-top: 0;
border-top-width: 0;
}
.OxObjectArrayInput > div.OxLast {
padding-bottom: 0;
}
/*