From 5466c7208c3e266dcbcd3a204739754e95c8f8b7 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 29 Dec 2012 15:56:35 +0100 Subject: [PATCH] fix css for select with label --- source/Ox.UI/css/Ox.UI.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 03c8df15..9ff6fea1 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -1103,7 +1103,6 @@ OxSelect cursor: default; overflow: hidden; white-space: nowrap; - //margin-right: -16px; } .OxSelect > .OxButton { float: right; @@ -1119,10 +1118,10 @@ OxSelect border-top-left-radius: 8px; border-bottom-left-radius: 8px; } -.OxLabelSelect.OxSelected { +.OxLabelSelect.OxRounded.OxSelected { border-bottom-left-radius: 8px; } -.OxLabelSelect.OxSelected > .OxTitle { +.OxLabelSelect.OxRounded.OxSelected > .OxTitle { border-bottom-left-radius: 0; }