openstreetmap-website/public/potlatch2/bugs.css
2010-11-29 12:20:24 +00:00

9 lines
No EOL
349 B
CSS

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; }