Commit 8ec888e5 authored by Kevin Deldycke's avatar Kevin Deldycke

Firefox don't like CSS rendered via a Page Template.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9510 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d4600e87
......@@ -4,8 +4,8 @@
<pickle>
<tuple>
<tuple>
<string>Products.PageTemplates.ZopePageTemplate</string>
<string>ZopePageTemplate</string>
<string>OFS.DTMLDocument</string>
<string>DTMLDocument</string>
</tuple>
<none/>
</tuple>
......@@ -19,40 +19,30 @@
</value>
</item>
<item>
<key> <string>_bind_names</string> </key>
<key> <string>__name__</string> </key>
<value> <string>erp5_web_default.css</string> </value>
</item>
<item>
<key> <string>_vars</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>globals</string> </key>
<value>
<object>
<klass>
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>_asgns</string> </key>
<value>
<dictionary>
<item>
<key> <string>name_subpath</string> </key>
<value> <string>traverse_subpath</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
<dictionary/>
</value>
</item>
<item>
<key> <string>_text</string> </key>
<key> <string>raw</string> </key>
<value> <string encoding="cdata"><![CDATA[
/*\n
/*____________________________________\n
\n
Default ERP5 Web module CSS.\n
____________________________________*/\n
\n
*/\n
\n
* {\n
padding: 0;\n
......@@ -73,6 +63,10 @@ a img, h3 img, button img {\n
vertical-align: middle;\n
}\n
\n
ul {\n
list-style-position: inside;\n
}\n
\n
.doNotDisplay {\n
display: none;\n
}\n
......@@ -192,8 +186,8 @@ button:hover {\n
]]></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>erp5_web_default.css</string> </value>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
......
2006-08-28 Kevin
* Render extra widgets in the default template.
* Add dummy widgets in the default layout.
* Firefox don't like CSS rendered via a Page Template.
2006-08-25 Stefan
* Membership and Multimembership can be used simultaneously. The corresponding
......
248
\ No newline at end of file
251
\ No newline at end of file
0.3.10
\ No newline at end of file
0.3.11
\ 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