forked from 0x2620/oxjs
FileInput: add label option, update CSS
This commit is contained in:
parent
22a229b3a8
commit
77be06d73d
2 changed files with 28 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue