1
0
Fork 0
forked from 0x2620/oxjs

add Ox.FileInput

This commit is contained in:
rolux 2012-03-23 17:55:55 +01:00
commit 1320fb68aa
6 changed files with 329 additions and 0 deletions

View file

@ -733,6 +733,28 @@ input.OxCheckbox {
}
/*
--------------------------------------------------------------------------------
OxFileInput
--------------------------------------------------------------------------------
*/
.OxFileInput > .OxBar {
border-width: 1px;
border-style: solid;
border-radius: 8px;
}
.OxFileInput > .OxFiles {
position: absolute;
top: 15px;
border-width: 1px;
border-style: solid;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.OxFileInput > .OxFiles .OxItem:last-child {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
/*
--------------------------------------------------------------------------------
OxForm
--------------------------------------------------------------------------------
*/