]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Round corners on content-area notice boxes
[rails.git] / 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 */