Commit 01cd66e9 authored by Ivan Tyagov's avatar Ivan Tyagov

Follow change in r37999

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38000 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 78efc0a8
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
</pickle>
<pickle>
<dictionary>
......@@ -1332,12 +1329,6 @@ td.pageNavigation{\n
\n
}\n
\n
#listbox_set_page, #listbox_next_page, #listbox_last_page, #listbox_first_page, #listbox_previous_page{\n
margin: 0em;\n
padding: 0em;\n
\n
}\n
\n
#wrapper_splash .input img{\n
\n
border: none;\n
......
......@@ -276,7 +276,16 @@ div.listbox-full-text-search input.button{\n
width: auto;\n
}\n
\n
/* Listbox Pagination*/\n
/* Listbox Navigation */\n
div.listbox-page-navigation input.listbox_set_page, \n
div.listbox-page-navigation button.listbox_next_page, \n
div.listbox-page-navigation button.listbox_last_page, \n
div.listbox-page-navigation button.listbox_first_page, \n
div.listbox-page-navigation button.listbox_previous_page{\n
margin: 0em;\n
padding: 0em;\n
}\n
\n
div.listbox-page-navigation button{\n
background-color:transparent;\n
border: none;\n
......
1520
\ No newline at end of file
1521
\ 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