X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/adbee9a5520fe5758c507a87a6c5008e71a43f39..a28b98721264a665d376b91c69f5da9fc8db6ef7:/public/potlatch2/stylesheets/bugs.css diff --git a/public/potlatch2/stylesheets/bugs.css b/public/potlatch2/stylesheets/bugs.css new file mode 100644 index 000000000..68bd474f9 --- /dev/null +++ b/public/potlatch2/stylesheets/bugs.css @@ -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