1
0
Fork 0
forked from 0x2620/oxjs

add type field (still needs a better Ox.Select)

This commit is contained in:
rolux 2011-05-30 13:47:30 +02:00
commit 60662a437a
4 changed files with 130 additions and 26 deletions

View file

@ -745,10 +745,15 @@ OxSelect
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
.OxSelect.OxSelected {
.OxSelect.OxSelected,
.OxSelect.OxSelected > .OxLabel {
-moz-border-radius: 8px 8px 0 0;
-webkit-border-radius: 8px 8px 0 0;
}
.OxSelect > .OxLabel {
float: left;
margin: -1px;
}
.OxSelect > .OxTitle {
float: left;
height: 14px;