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 @@ ...@@ -4,8 +4,8 @@
<pickle> <pickle>
<tuple> <tuple>
<tuple> <tuple>
<string>Products.PageTemplates.ZopePageTemplate</string> <string>OFS.DTMLDocument</string>
<string>ZopePageTemplate</string> <string>DTMLDocument</string>
</tuple> </tuple>
<none/> <none/>
</tuple> </tuple>
...@@ -19,40 +19,30 @@ ...@@ -19,40 +19,30 @@
</value> </value>
</item> </item>
<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> <value>
<object> <dictionary/>
<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>
</value> </value>
</item> </item>
<item> <item>
<key> <string>_text</string> </key> <key> <string>raw</string> </key>
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
/*\n /*____________________________________\n
\n \n
Default ERP5 Web module CSS.\n Default ERP5 Web module CSS.\n
____________________________________*/\n
\n \n
*/\n
\n \n
* {\n * {\n
padding: 0;\n padding: 0;\n
...@@ -73,6 +63,10 @@ a img, h3 img, button img {\n ...@@ -73,6 +63,10 @@ a img, h3 img, button img {\n
vertical-align: middle;\n vertical-align: middle;\n
}\n }\n
\n \n
ul {\n
list-style-position: inside;\n
}\n
\n
.doNotDisplay {\n .doNotDisplay {\n
display: none;\n display: none;\n
}\n }\n
...@@ -192,8 +186,8 @@ button:hover {\n ...@@ -192,8 +186,8 @@ button:hover {\n
]]></string> </value> ]]></string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>title</string> </key>
<value> <string>erp5_web_default.css</string> </value> <value> <string></string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
2006-08-28 Kevin 2006-08-28 Kevin
* Render extra widgets in the default template. * Render extra widgets in the default template.
* Add dummy widgets in the default layout. * Add dummy widgets in the default layout.
* Firefox don't like CSS rendered via a Page Template.
2006-08-25 Stefan 2006-08-25 Stefan
* Membership and Multimembership can be used simultaneously. The corresponding * Membership and Multimembership can be used simultaneously. The corresponding
......
248 251
\ No newline at end of file \ No newline at end of file
0.3.10 0.3.11
\ 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