update CSS for ButtonGroup and CheckboxGroup

This commit is contained in:
rolux 2012-06-13 15:54:43 +02:00
parent 2b494815f2
commit a874974f9a

View file

@ -678,9 +678,6 @@ OxButtonGroup
*/
.OxButtonGroup {
display: table-cell;
float: left;
//overflow: hidden;
//white-space: nowrap;
}
.OxButtonGroup > .OxButton {
border-right-width: 0;
@ -739,6 +736,9 @@ input.OxCheckbox {
border-style: solid;
border-radius: 8px;
}
.OxCheckboxGroup {
display: table-cell;
}
.OxCheckboxGroup.OxGroup > div.OxCheckbox {
float: left;
}