From: Tom Hughes Date: Sun, 4 Dec 2011 17:33:15 +0000 (+0000) Subject: Update Potlatch 2 to 2.3-114-g3b2755d build X-Git-Tag: live~5977 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/6ae587484fd6cc26aa42bc41720d1bc0c3084455?ds=sidebyside Update Potlatch 2 to 2.3-114-g3b2755d build --- diff --git a/public/potlatch2/locales/de_DE.swf b/public/potlatch2/locales/de_DE.swf index 13b591ef0..999b7e939 100644 Binary files a/public/potlatch2/locales/de_DE.swf and b/public/potlatch2/locales/de_DE.swf differ diff --git a/public/potlatch2/locales/en_GB.swf b/public/potlatch2/locales/en_GB.swf index 8ac5bd371..3f5ce0679 100644 Binary files a/public/potlatch2/locales/en_GB.swf and b/public/potlatch2/locales/en_GB.swf differ diff --git a/public/potlatch2/locales/en_US.swf b/public/potlatch2/locales/en_US.swf index cfc4d328f..a8819c55c 100644 Binary files a/public/potlatch2/locales/en_US.swf and b/public/potlatch2/locales/en_US.swf differ diff --git a/public/potlatch2/locales/fr_FR.swf b/public/potlatch2/locales/fr_FR.swf index d0a3bab6f..6d5a2777f 100644 Binary files a/public/potlatch2/locales/fr_FR.swf and b/public/potlatch2/locales/fr_FR.swf differ diff --git a/public/potlatch2/locales/ja_JP.swf b/public/potlatch2/locales/ja_JP.swf index 4a03a7bd8..d91c547da 100644 Binary files a/public/potlatch2/locales/ja_JP.swf and b/public/potlatch2/locales/ja_JP.swf differ diff --git a/public/potlatch2/locales/pl_PL.swf b/public/potlatch2/locales/pl_PL.swf index 6ee209fc6..53c7934b2 100644 Binary files a/public/potlatch2/locales/pl_PL.swf and b/public/potlatch2/locales/pl_PL.swf differ diff --git a/public/potlatch2/locales/vi_VN.swf b/public/potlatch2/locales/vi_VN.swf index 74aa6ebb6..83d0caa52 100644 Binary files a/public/potlatch2/locales/vi_VN.swf and b/public/potlatch2/locales/vi_VN.swf differ diff --git a/public/potlatch2/potlatch2.swf b/public/potlatch2/potlatch2.swf index 254bbbd90..bbe83dba9 100644 Binary files a/public/potlatch2/potlatch2.swf and b/public/potlatch2/potlatch2.swf differ diff --git a/public/potlatch2/stylesheets/potlatch.css b/public/potlatch2/stylesheets/potlatch.css index 88094fc43..1598735d8 100644 --- a/public/potlatch2/stylesheets/potlatch.css +++ b/public/potlatch2/stylesheets/potlatch.css @@ -20,9 +20,9 @@ way .area_small_name {text-color: black; font-size: 9; text: name; text-halo: #f /* 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; }