Commit 260cc7ec authored by Ivan Tyagov's avatar Ivan Tyagov

Add RSS gadget styling.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38483 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9e6544fc
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</item> </item>
<item> <item>
<key> <string>_EtagSupport__etag</string> </key> <key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts84970562.3</string> </value> <value> <string>ts84981811.49</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
...@@ -397,7 +397,7 @@ div.gadget-my-documents table.listbox thead{\n ...@@ -397,7 +397,7 @@ div.gadget-my-documents table.listbox thead{\n
display: none;\n display: none;\n
}\n }\n
\n \n
/* Some gadgets share same Document_getSummaryAsHTML */\n /* Some gadgets share same Document_getSummaryAsHTML or RssFeed_getSummaryAsHTML */\n
div.document-gadget-quick-preview div.teaser{\n div.document-gadget-quick-preview div.teaser{\n
cursor: pointer;\n cursor: pointer;\n
}\n }\n
...@@ -420,6 +420,13 @@ div.document-gadget-quick-preview a.document-link{\n ...@@ -420,6 +420,13 @@ div.document-gadget-quick-preview a.document-link{\n
font-weight:bold;\n font-weight:bold;\n
}\n }\n
\n \n
/* Rss Feed reader gadget needs no listbox headers or \n
show number of records or show \'No results\' as listbox title is used for this */\n
div.gadget-rss-reader table.listbox thead,\n
div.gadget-rss-reader div.listbox-number-of-records,\n
div.gadget-rss-reader table.listbox td.listbox-table-no-result-row{\n
display: none;\n
}\n
\n \n
/* Gadget admin toolbox (deprecated)*/\n /* Gadget admin toolbox (deprecated)*/\n
.gadget .adminToolbox > label{\n .gadget .adminToolbox > label{\n
...@@ -537,7 +544,7 @@ div.block div.adminToolbox .inner label{\n ...@@ -537,7 +544,7 @@ div.block div.adminToolbox .inner label{\n
</item> </item>
<item> <item>
<key> <string>size</string> </key> <key> <string>size</string> </key>
<value> <int>9029</int> </value> <value> <int>9377</int> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</item> </item>
<item> <item>
<key> <string>_EtagSupport__etag</string> </key> <key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts78681256.09</string> </value> <value> <string>ts84965188.86</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
......
1547 1550
\ 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