update CSS for ButtonGroup and CheckboxGroup
This commit is contained in:
parent
2b494815f2
commit
a874974f9a
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue