diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 24f8a4ed..37ce1d8e 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -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; }