Commit b5c29e27 authored by Ivan Tyagov's avatar Ivan Tyagov

Improve gadgets style for listboxes (see r39496).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39498 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6b2906e1
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</item> </item>
<item> <item>
<key> <string>_text</string> </key> <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 <tal:block define="dummy python: request.RESPONSE.setHeader(\'Content-Type\', \'text/css;; charset=utf-8\')"/>\n
\n \n
...@@ -156,17 +156,18 @@ div.listbox-action-widget span.description span {\n ...@@ -156,17 +156,18 @@ div.listbox-action-widget span.description span {\n
</tal:block>\n </tal:block>\n
</tal:block>\n </tal:block>\n
\n \n
/* We hide listbox spacer */\n /* We hide listbox spacer in both normal and gadget mode */\n
div.listbox-head-spacer{\n div.listbox-head-spacer{\n
display:none;\n display:none;\n
}\n }\n
\n \n
div.listbox-head-content{\n div.listbox-head-content,\n
background-color:transparent;\n div.block div.listbox-head-content{\n
background-color:#FFF;\n
background: none;\n
margin-left:0px;\n margin-left:0px;\n
border: none;\n border: none;\n
}\n }\n
\n
div.listbox-title span{\n div.listbox-title span{\n
font-weight: bold;\n font-weight: bold;\n
}\n }\n
...@@ -281,7 +282,7 @@ div.listbox-page-navigation button.listbox_last_page span.image {\n ...@@ -281,7 +282,7 @@ div.listbox-page-navigation button.listbox_last_page span.image {\n
}\n }\n
]]></string> </value> ]]></unicode> </value>
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
...@@ -295,9 +296,13 @@ div.listbox-page-navigation button.listbox_last_page span.image {\n ...@@ -295,9 +296,13 @@ div.listbox-page-navigation button.listbox_last_page span.image {\n
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>km_listbox.css</string> </value> <value> <string>km_listbox.css</string> </value>
</item> </item>
<item>
<key> <string>output_encoding</string> </key>
<value> <string>utf-8</string> </value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <unicode></unicode> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
1643 1644
\ 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