From 7f93cb22cee34ae3eaf03a6be2077d524fe4f72e Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Thu, 16 Jul 2009 17:16:32 +0000
Subject: [PATCH] Apply some css love to the light theme I2P tunnel dropdowns.
 Insert flags into Chinese readme.

---
 installer/resources/themes/console/light/default.css | 10 ++++++++++
 readme_zh.html                                       |  9 ++++++++-
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/installer/resources/themes/console/light/default.css b/installer/resources/themes/console/light/default.css
index e3d28a5803..b318bebe21 100644
--- a/installer/resources/themes/console/light/default.css
+++ b/installer/resources/themes/console/light/default.css
@@ -228,4 +228,14 @@ hr {
      -moz-border-radius: 4px;
      -khtml-border-radius: 4px;
      border-radius: 4px;
+}
+
+select {
+     background-color: #fff;
+     color: #001;
+     margin: 6px 2px 0 2px;
+     font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
+     border: 1px solid #99f;
+     padding: 2px;
+     height: 22px;
 }
\ No newline at end of file
diff --git a/readme_zh.html b/readme_zh.html
index 7e6d509efa..4c20f513f2 100644
--- a/readme_zh.html
+++ b/readme_zh.html
@@ -1,4 +1,11 @@
-<p align=right><font size="-1"><a href="/index.jsp?lang=en">English</a> | <a href="/index.jsp?lang=de">Deutsch</a> | <a href="/index.jsp?lang=fr">Fran&#231;ais</a> | <a href="/index.jsp?lang=nl">Nederlands</a> | <a href="/index.jsp?lang=sv">Svenska</a></font></p>
+<div align="right"> 
+  <div class="langbox" align="right"><a href="/index.jsp?lang=en"><img src="/flags.jsp?c=us" title="English" alt="English"></a> 
+    <a href="/index.jsp?lang=zh"><img src="/flags.jsp?c=cn" title="Chinese" alt="Chinese"></a> 
+    <a href="/index.jsp?lang=de"><img src="/flags.jsp?c=de" title="Deutsch" alt="Deutsch"></a> 
+    <a href="/index.jsp?lang=fr" title="Fran&ccedil;ais" alt="Fran&ccedil;ais"><img src="/flags.jsp?c=fr"></a> 
+    <a href="/index.jsp?lang=nl"><img src="/flags.jsp?c=nl" title="Nederlands" alt="Nederlands"></a> 
+    <a href="/index.jsp?lang=sv"><img src="/flags.jsp?c=se" title="Svenska" alt="Svenska"></a></div>
+</div>
 <p>如果 I2P 已经运行,未来的几分钟里控制台左侧的活动节点(Active)数量将开始增长,并会出现名为 &quot;已共享客户&quot;(&quot;shared clients&quot;) 的本地目标。(如果没有,请见 <a href="#trouble">疑难解答</a>)。待出现以上消息后,您可以:</p>
 <ul>
  <li><B>浏览 IIP网站 &quot;eepsites&quot;</B> -  I2P 网络内匿名运行的站点 - 您要首先设置浏览器的 <B>HTTP 代理</B> 为 localhost:4444 然后才能浏览IIP站点 - <ul>
-- 
GitLab