]> git.openstreetmap.org Git - rails.git/commitdiff
Round corners on content-area notice boxes
authorAndy Allan <andy@gravitystorm.co.uk>
Mon, 20 Dec 2010 16:27:03 +0000 (16:27 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 21 Dec 2010 17:26:02 +0000 (17:26 +0000)
public/stylesheets/common.css

index 8d86708af780c7697daef10ed6679930411fc32d..906b392cdef847cfc4e48fe74e5e713fb67dc58d 100644 (file)
@@ -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 */