From 8ae05f238756e5d2ce502ee03cf3ebf3f6e9da8f Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Thu, 14 Jul 2005 19:48:03 +0000 Subject: [PATCH] fixed Bug #3529 - Round corners break slightly in a block with an optional title bar in edit mode. samuli's proposal was perfect. --- theme/standard/styles_moz.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/standard/styles_moz.css b/theme/standard/styles_moz.css index 7e9e594b040..66d076403be 100644 --- a/theme/standard/styles_moz.css +++ b/theme/standard/styles_moz.css @@ -130,6 +130,10 @@ -moz-border-radius:20px; } +.editing .block_course_summary .content { + -moz-border-radius-topleft:0; + -moz-border-radius-topright:0; +} /***