Commit 189f5d3f authored by Ivan Tyagov's avatar Ivan Tyagov

Fix collision in CSS class names.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45248 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 09e9a3f8
......@@ -72,7 +72,7 @@
<!-- Render gadget as hidden one -->\n
<div tal:condition="not: is_gadget_visible"\n
tal:attributes="id box_dom_id"\n
class="block invisible"></div>\n
class="block invisible-gadget"></div>\n
\n
<!-- Show only public gadgets -->\n
<div class="block" \n
......
......@@ -12,7 +12,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts00882107.52</string> </value>
<value> <string>ts02261720.5</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -55,7 +55,7 @@
font-weight: bold;\n
font-size: 90%;\n
}\n
.invisible{\n
.invisible-gadget{\n
display:none;\n
}\n
/* 3 columng gadget layout */\n
......@@ -497,7 +497,7 @@ div.gadget-rss-reader .body {\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>8255</int> </value>
<value> <int>8262</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
715
\ No newline at end of file
716
\ 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