]> git.openstreetmap.org Git - rails.git/commitdiff
Style site status notices
authorTom Hughes <tom@compton.nu>
Mon, 9 Mar 2015 21:01:10 +0000 (21:01 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 9 Mar 2015 21:01:10 +0000 (21:01 +0000)
app/assets/stylesheets/common.scss

index 8a0010173d4a585f6320adace99570799823fb01..f0c8c2b20e270ad2e2ebbbe10b9e6e225234e180 100644 (file)
@@ -636,6 +636,12 @@ nav.secondary {
       float: right;
       cursor: pointer;
     }
+
+    p.error {
+      background-color: #ff7070;
+      padding: 10px;
+      font-weight: bold;
+    }
   }
 
   .welcome {