]> git.openstreetmap.org Git - rails.git/blobdiff - public/potlatch2/stylesheets/bugs.css
Update Potlatch 2 to r25171 build
[rails.git] / public / potlatch2 / stylesheets / bugs.css
diff --git a/public/potlatch2/stylesheets/bugs.css b/public/potlatch2/stylesheets/bugs.css
new file mode 100644 (file)
index 0000000..68bd474
--- /dev/null
@@ -0,0 +1,9 @@
+node[status=fixed] { z-index: 2;
+            icon-image: features/bugs/fixed.png; }
+
+node[status=invalid] { z-index: 2;
+            icon-image: features/bugs/invalid.png; }
+
+node[status=open]  { z-index: 2;
+            icon-image: features/bugs/open.png;
+            text-offset: 14; font-family: DejaVu; text: name; font-size: 9; text_color: red; }
\ No newline at end of file