]> git.openstreetmap.org Git - rails.git/commitdiff
Update Potlatch 2 to r24332 build
authorTom Hughes <tom@compton.nu>
Mon, 22 Nov 2010 16:43:56 +0000 (16:43 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 29 Nov 2010 12:20:24 +0000 (12:20 +0000)
public/potlatch2/bikeshops.css [new file with mode: 0644]
public/potlatch2/bugs.css [new file with mode: 0644]
public/potlatch2/features/bike-shop.png [new file with mode: 0644]
public/potlatch2/potlatch2.swf

diff --git a/public/potlatch2/bikeshops.css b/public/potlatch2/bikeshops.css
new file mode 100644 (file)
index 0000000..cd74a7f
--- /dev/null
@@ -0,0 +1,3 @@
+node  { z-index: 9;
+            icon-image: features/bike-shop.png;
+            text-offset: 28; font-family: DejaVu; text: name; font-size: 9; text_color: red; width: 50;}
\ No newline at end of file
diff --git a/public/potlatch2/bugs.css b/public/potlatch2/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
diff --git a/public/potlatch2/features/bike-shop.png b/public/potlatch2/features/bike-shop.png
new file mode 100644 (file)
index 0000000..b7a0c68
Binary files /dev/null and b/public/potlatch2/features/bike-shop.png differ
index 8df71cb30b3c5bea6e03a478aeef45da57bc9279..4431b4a924574498ab4b630f4f94b1f58345e57d 100644 (file)
Binary files a/public/potlatch2/potlatch2.swf and b/public/potlatch2/potlatch2.swf differ