Commit 1cd1aa48 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* fix CSS bug for nested ul.

* use a native title for each language same as navigation_box_render.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28328 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a784f22b
...@@ -58,9 +58,10 @@ ...@@ -58,9 +58,10 @@
<a href="./Base_doLanguage?select_language=en" title="English"\n <a href="./Base_doLanguage?select_language=en" title="English"\n
tal:attributes="href string:${portal_path}/Base_doLanguage?select_language=${language_id}">\n tal:attributes="href string:${portal_path}/Base_doLanguage?select_language=${language_id}">\n
<img src="./mf54_image/icon_lang_en.gif" alt="Flag"\n <img src="./mf54_image/icon_lang_en.gif" alt="Flag"\n
tal:define="title python:here.Localizer.erp5_ui.gettext(language[\'title\'], lang=language[\'id\'])"\n
tal:attributes="src string:${portal_path}/mf54_image/icon_lang_${language_id}.png;\n tal:attributes="src string:${portal_path}/mf54_image/icon_lang_${language_id}.png;\n
title language/title;\n title title;\n
alt language/title" />\n alt title" />\n
</a>\n </a>\n
</li>\n </li>\n
</tal:block>\n </tal:block>\n
......
...@@ -340,6 +340,16 @@ ...@@ -340,6 +340,16 @@
/* ERP5 Extensions */\n /* ERP5 Extensions */\n
/******************************************/\n /******************************************/\n
\n \n
/* bug fix */\n
.main_content ul li ul li,\n
.subcontent ul li ul li {\n
font-size:inherit !important /*Non-IE6*/; font-size:inherit /*IE6*/;\n
}\n
.main_content ul.indent ul.indent,\n
.subcontent ul.indent ul.indent {\n
padding:0em 20px;\n
}\n
\n
/* We will have to handle the different types in another way */\n /* We will have to handle the different types in another way */\n
/* .subcontent h1.group_title {background: url(<tal:block tal:replace="site_url"/>/mf54_image/icon_celltitle_menu.gif) no-repeat; background-position:225px 5px;} */\n /* .subcontent h1.group_title {background: url(<tal:block tal:replace="site_url"/>/mf54_image/icon_celltitle_menu.gif) no-repeat; background-position:225px 5px;} */\n
\n \n
......
112 113
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment