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 @@ ...@@ -2,10 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -1332,12 +1329,6 @@ td.pageNavigation{\n ...@@ -1332,12 +1329,6 @@ td.pageNavigation{\n
\n \n
}\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 #wrapper_splash .input img{\n
\n \n
border: none;\n border: none;\n
......
...@@ -276,7 +276,16 @@ div.listbox-full-text-search input.button{\n ...@@ -276,7 +276,16 @@ div.listbox-full-text-search input.button{\n
width: auto;\n width: auto;\n
}\n }\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 div.listbox-page-navigation button{\n
background-color:transparent;\n background-color:transparent;\n
border: none;\n border: none;\n
......
1520 1521
\ 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