From a874974f9a666032ca350e94ff84d153a2021d20 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 13 Jun 2012 15:54:43 +0200 Subject: [PATCH] update CSS for ButtonGroup and CheckboxGroup --- source/Ox.UI/css/Ox.UI.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }