Commit 182dc5b2 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

modify css selector for IE6 bug.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28884 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d9a03615
......@@ -294,10 +294,13 @@ fieldset.widget legend {\n
display: none; /* Do not display legends on widgets */\n
}\n
\n
fieldset.widget > div.field > label {\n
fieldset.widget div.field label {\n
display: none; /* Do not display labels on the right side */\n
}\n
\n
fieldset.widget div.field div.input label {\n
display: block;\n
}\n
\n
/* HEADING - Special icon */\n
div.subcontent-box.sidemenu1 h1.group_title {background: url(<tal:block tal:replace="site_url"/>/mf54_image/icon_celltitle_menu.gif) no-repeat; background-position:225px 5px;}\n
......
......@@ -192,11 +192,7 @@
</tal:block>\n
</tal:block>\n
</body>\n
</html>\n
\n
\n
\n
</html>
]]></string> </value>
</item>
......
141
\ No newline at end of file
142
\ 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