[Erp5-report] r39498 ivan - in /erp5/trunk/bt5/erp5_km: SkinTemplateItem/portal_skins/erp5_...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Oct 25 12:31:06 CEST 2010
Author: ivan
Date: Mon Oct 25 12:31:05 2010
New Revision: 39498
URL: http://svn.erp5.org?rev=39498&view=rev
Log:
Improve gadgets style for listboxes (see r39496).
Modified:
erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/km_listbox.css.xml
erp5/trunk/bt5/erp5_km/bt/revision
Modified: erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/km_listbox.css.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/km_listbox.css.xml?rev=39498&r1=39497&r2=39498&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/km_listbox.css.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/km_listbox.css.xml [utf8] Mon Oct 25 12:31:05 2010
@@ -38,7 +38,7 @@
</item>
<item>
<key> <string>_text</string> </key>
- <value> <string encoding="cdata"><![CDATA[
+ <value> <unicode encoding="cdata"><![CDATA[
<tal:block define="dummy python: request.RESPONSE.setHeader(\'Content-Type\', \'text/css;; charset=utf-8\')"/>\n
\n
@@ -156,17 +156,18 @@ div.listbox-action-widget span.descripti
</tal:block>\n
</tal:block>\n
\n
-/* We hide listbox spacer */\n
+/* We hide listbox spacer in both normal and gadget mode */\n
div.listbox-head-spacer{\n
display:none;\n
}\n
\n
-div.listbox-head-content{\n
- background-color:transparent;\n
+div.listbox-head-content,\n
+div.block div.listbox-head-content{\n
+ background-color:#FFF;\n
+ background: none;\n
margin-left:0px;\n
border: none;\n
}\n
-\n
div.listbox-title span{\n
font-weight: bold;\n
}\n
@@ -281,7 +282,7 @@ div.listbox-page-navigation button.listb
}\n
-]]></string> </value>
+]]></unicode> </value>
</item>
<item>
<key> <string>content_type</string> </key>
@@ -296,8 +297,12 @@ div.listbox-page-navigation button.listb
<value> <string>km_listbox.css</string> </value>
</item>
<item>
+ <key> <string>output_encoding</string> </key>
+ <value> <string>utf-8</string> </value>
+ </item>
+ <item>
<key> <string>title</string> </key>
- <value> <string></string> </value>
+ <value> <unicode></unicode> </value>
</item>
</dictionary>
</pickle>
Modified: erp5/trunk/bt5/erp5_km/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km/bt/revision?rev=39498&r1=39497&r2=39498&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_km/bt/revision [utf8] Mon Oct 25 12:31:05 2010
@@ -1 +1 @@
-1643
\ No newline at end of file
+1644
\ No newline at end of file
More information about the Erp5-report
mailing list