1
0
Fork 0
forked from 0x2620/oxjs

FileInput: add label option, update CSS

This commit is contained in:
rlx 2014-09-17 15:56:59 +02:00
commit 77be06d73d
2 changed files with 28 additions and 6 deletions

View file

@ -893,6 +893,7 @@ OxFileInput
--------------------------------------------------------------------------------
*/
.OxFileInput > .OxBar {
float: left;
border-width: 1px;
border-style: solid;
border-radius: 8px;
@ -910,6 +911,9 @@ OxFileInput
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.OxFileInput > .OxLabel {
float: left;
}
/*
--------------------------------------------------------------------------------
OxForm