forked from 0x2620/oxjs
switching back to (better) icons
This commit is contained in:
parent
013f5c2620
commit
f5488c6c57
6 changed files with 39 additions and 38 deletions
|
|
@ -207,8 +207,7 @@ input[type=image].OxLarge {
|
|||
input[type=image].OxLarge {
|
||||
width: 18px;
|
||||
}
|
||||
input[type=image].OxMedium,
|
||||
.OxButton.OxSymbol.OxMedium {
|
||||
input[type=image].OxMedium {
|
||||
width: 14px;
|
||||
}
|
||||
input[type=image].OxSmall {
|
||||
|
|
@ -329,12 +328,12 @@ div.OxInput > .OxInputLabel {
|
|||
div.OxInput > .OxButton {
|
||||
float: left;
|
||||
//margin-left: 1px;
|
||||
margin-top: -2px;
|
||||
margin-top: -1px;
|
||||
}
|
||||
div.OxInput > .OxButton:last-child {
|
||||
float: left;
|
||||
margin-left: -1px;
|
||||
margin-top: -2px;
|
||||
margin-top: -1px;
|
||||
}
|
||||
input.OxInput {
|
||||
float: left;
|
||||
|
|
@ -399,9 +398,10 @@ OxSelect
|
|||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.OxSelect.OxMedium {
|
||||
|
||||
margin-left: 0;
|
||||
}
|
||||
.OxSelect > .OxButton {
|
||||
float: right;
|
||||
text-align: left;
|
||||
}
|
||||
.OxSelect > .OxSymbol {
|
||||
|
|
@ -411,7 +411,9 @@ OxSelect
|
|||
-webkit-user-select: none;
|
||||
}
|
||||
.OxSelect.OxMedium > .OxSymbol {
|
||||
margin: -16px 0 0 8px;
|
||||
float: right;
|
||||
margin: -16px 0 0 -4px;
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue