Commit c1fef47b authored by Ivan Tyagov's avatar Ivan Tyagov

AApply CSS naming convention.

Clean up listbox PT

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37343 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5c9b784b
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>enabled</string>
<string>title</string>
</list>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>top_search_text</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>enabled</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>search_text_listbox</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>WebSection_viewMinimalKMWidgetFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Top search text</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -196,7 +196,7 @@ div.search_popup{\n
}\n
\n
/*Footer block*/\n
.listbox_footer{\n
div.listbox-footer{\n
background-color:#F0EFE9;\n
float:left;\n
margin-bottom:0.3em;\n
......@@ -207,14 +207,12 @@ div.search_popup{\n
}\n
\n
/* Listbox Footer in gadget mode */\n
.block .listbox_footer{\n
.block .listbox-footer{\n
background-color: transparent;\n
}\n
\n
.listbox_footer_box {\n
padding-top:5px;\n
padding-bottom:5px;\n
width: 50%;\n
div.listbox-footer-box {\n
width: auto;\n
float:left;\n
}\n
\n
......@@ -245,16 +243,18 @@ div.listbox-list-style-selection li a.selected{\n
div.listbox-full-text-search {\n
float:left;\n
margin-top:0;\n
padding:1em 0 0.5em;\n
padding:0em 0.5em;\n
width: auto;\n
}\n
div.listbox-full-text-search input{\n
width: auto;\n
width: 130px;\n
}\n
div.listbox-full-text-search input.button{\n
background-image: url(\'./km_img/search_background.png\');\n
background-color: inherit;\n
border: 0 none;\n
color:#FFFFFF;\n
width: auto;\n
}\n
\n
div.resultList{\n
......@@ -263,16 +263,17 @@ div.resultList{\n
div.searchResultHeader{\n
float:left;\n
}\n
\n
\n
/* Pagination*/\n
.listbox_pagination {\n
div.listbox-page-navigation{\n
width:auto;\n
margin:auto;\n
text-align:right;\n
padding-right: 0.5em;\n
float:right;\n
}\n
.listbox_pagination input{\n
text-align:center;\n
width: 20px;\n
div.listbox-page-navigation input{\n
max-width: 30px;\n
}\n
\n
/* Report tree */\n
......
1498
\ No newline at end of file
1499
\ 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