From 385dbed0ab6d9bea1827cc2ced672dc4d68c5bd8 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Mon, 20 Dec 2010 16:27:03 +0000 Subject: [PATCH 1/1] Round corners on content-area notice boxes --- public/stylesheets/common.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 8d86708af..906b392cd 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -727,6 +727,8 @@ form#termsForm input#agree { padding: 7px; background-color: #fff0f0; margin-bottom: 20px; + border-radius: 5px; + -moz-border-radius: 5px; } #warning { @@ -734,6 +736,8 @@ form#termsForm input#agree { padding: 7px; background-color: #fff6f0; margin-bottom: 20px; + border-radius: 5px; + -moz-border-radius: 5px; } #notice { @@ -741,6 +745,8 @@ form#termsForm input#agree { padding: 7px; background-color: #f0fff0; margin-bottom: 20px; + border-radius: 5px; + -moz-border-radius: 5px; } /* Rules for highlighting fields with rails validation errors */ -- 2.43.2