forked from 0x2620/oxjs
adding OxLabel
This commit is contained in:
parent
dc84b4ccf9
commit
563d5bdb9f
4 changed files with 70 additions and 6 deletions
|
|
@ -317,7 +317,7 @@ div.OxInput {
|
|||
div.OxInput.OxMedium {
|
||||
height: 14px;
|
||||
}
|
||||
div.OxInput > .OxLabel {
|
||||
div.OxInput > .OxInputLabel {
|
||||
float: left;
|
||||
padding-left: 8px;
|
||||
text-overflow: ellipsis;
|
||||
|
|
@ -337,8 +337,17 @@ input.OxInput {
|
|||
float: left;
|
||||
margin: -1px -1px 0 -1px;
|
||||
}
|
||||
textarea.OxInput {
|
||||
|
||||
/*
|
||||
--------------------------------------------------------------------------------
|
||||
OxLabel
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.OxLabel {
|
||||
height: 14px;
|
||||
border: 1px;
|
||||
padding: 0 8px 0 8px;
|
||||
-moz-border-radius: 8px;
|
||||
-webkit-border-radius: 8px;
|
||||
}
|
||||
/*
|
||||
--------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue