From 05510ca65f614651803de8fa2bb544cb4fcdc7ce Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 21 Nov 2009 03:17:23 +0000 Subject: [PATCH] MINOR Rounded corners for notice-wrap layer in CMS git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92762 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/cms_right.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/cms_right.css b/css/cms_right.css index 93efd3cb..eef1fb91 100644 --- a/css/cms_right.css +++ b/css/cms_right.css @@ -366,11 +366,12 @@ width: auto; background: #f4f3eb; border: 1px solid #a9a67d; - margin-top: 6px; padding: 2px 20px 2px 20px; font-size: 14px; font-weight: bold; line-height: 1.5; + -moz-border-radius: 6px; + -webkit-border-radius: 6px; } .notice-item-close {