]> git.openstreetmap.org Git - rails.git/commitdiff
Update Potlatch 2 to 2.3-114-g3b2755d build
authorTom Hughes <tom@compton.nu>
Sun, 4 Dec 2011 17:33:15 +0000 (17:33 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 4 Dec 2011 17:33:15 +0000 (17:33 +0000)
public/potlatch2/locales/de_DE.swf
public/potlatch2/locales/en_GB.swf
public/potlatch2/locales/en_US.swf
public/potlatch2/locales/fr_FR.swf
public/potlatch2/locales/ja_JP.swf
public/potlatch2/locales/pl_PL.swf
public/potlatch2/locales/vi_VN.swf
public/potlatch2/potlatch2.swf
public/potlatch2/stylesheets/potlatch.css

index 13b591ef0ee151caf1a01cf920b1c35e59bb2065..999b7e939f6098f0a62dc0fea0d9d4464ca543ee 100644 (file)
Binary files a/public/potlatch2/locales/de_DE.swf and b/public/potlatch2/locales/de_DE.swf differ
index 8ac5bd371cb7bbbf5187583b99ec5af33ef28c19..3f5ce0679de7ca8c1c044480952b4c892edfd2e5 100644 (file)
Binary files a/public/potlatch2/locales/en_GB.swf and b/public/potlatch2/locales/en_GB.swf differ
index cfc4d328fc06ec34016e4cb1b7b8e8ca1b4085db..a8819c55cfafaa2cd7ddb8e53602f61b5b78cb92 100644 (file)
Binary files a/public/potlatch2/locales/en_US.swf and b/public/potlatch2/locales/en_US.swf differ
index d0a3bab6f14f83a4b25cd7b55e330f0e41aeb7ec..6d5a2777f895cc675bc2c6bf8a1306c802a18be5 100644 (file)
Binary files a/public/potlatch2/locales/fr_FR.swf and b/public/potlatch2/locales/fr_FR.swf differ
index 4a03a7bd887e76d54bf8b091a058ece3853be13b..d91c547da2f61b30c865bd997f9326a360026d77 100644 (file)
Binary files a/public/potlatch2/locales/ja_JP.swf and b/public/potlatch2/locales/ja_JP.swf differ
index 6ee209fc6c1d96c9f9c0930b118dbe4bde73d8dd..53c7934b28997a33914c265afc80a1b75164bb78 100644 (file)
Binary files a/public/potlatch2/locales/pl_PL.swf and b/public/potlatch2/locales/pl_PL.swf differ
index 74aa6ebb638dab153f36c23ffcf9bb3a15b58007..83d0caa525f9902ef52e17e88e11e44ecb8b5f93 100644 (file)
Binary files a/public/potlatch2/locales/vi_VN.swf and b/public/potlatch2/locales/vi_VN.swf differ
index 254bbbd902cbe6401556c037892f4f39cea7049a..bbe83dba945c58330fd0035bde498098d3fbfdcd 100644 (file)
Binary files a/public/potlatch2/potlatch2.swf and b/public/potlatch2/potlatch2.swf differ
index 88094fc43bc68b8545b185600aabde56b6ce362d..1598735d859168bcbd083dd9ca34d8a7b3453559 100644 (file)
@@ -20,9 +20,9 @@ way .area_small_name {text-color: black; font-size: 9; text: name; text-halo: #f
 
 /* Rendering for licence status */
 
 
 /* Rendering for licence status */
 
-way[_status=no]::status       { z-index: 0; width: eval('_width+7'); color: red; }
-way[_status=partial]::status  { z-index: 0; width: eval('_width+7'); color: red; opacity: 0.4; }
-way[_status=unsure]::status   { z-index: 0; width: eval('_width+7'); color: orange; opacity: 0.4; }
-node[_status=no]::status      { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: red; }
-node[_status=partial]::status { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: red; opacity: 0.4; }
-node[_status=unsure]::status  { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: orange; opacity: 0.4; }
+way[_status=no]::status       { z-index: 0; width: eval('_width+7'); color: #AA0000; }
+way[_status=partial]::status  { z-index: 0; width: eval('_width+7'); color: #AA0000; opacity: 0.6; }
+way[_status=unsure]::status   { z-index: 0; width: eval('_width+7'); color: darkorange; opacity: 0.6; }
+node[_status=no]::status      { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: #AA0000; }
+node[_status=partial]::status { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: #AA0000; opacity: 0.6; }
+node[_status=unsure]::status  { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: darkorange; opacity: 0.6; }