use unicode symbols for input

This commit is contained in:
Rolux 2010-03-06 10:13:17 +01:00
commit 013f5c2620
2 changed files with 14 additions and 8 deletions

View file

@ -207,7 +207,8 @@ input[type=image].OxLarge {
input[type=image].OxLarge {
width: 18px;
}
input[type=image].OxMedium {
input[type=image].OxMedium,
.OxButton.OxSymbol.OxMedium {
width: 14px;
}
input[type=image].OxSmall {
@ -227,6 +228,7 @@ textarea {
.OxButton.OxSymbol,
.OxButton.OxSymbol:active,
.OxButton.OxSymbol:focus {
padding: 0;
border: 1px solid rgba(0, 0, 0, 0);
background: rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
@ -326,12 +328,13 @@ div.OxInput > .OxInputLabel {
}
div.OxInput > .OxButton {
float: left;
margin-top: -1px;
//margin-left: 1px;
margin-top: -2px;
}
div.OxInput > .OxButton:last-child {
float: left;
margin-left: -1px;
margin-top: -1px;
margin-top: -2px;
}
input.OxInput {
float: left;