Commit 96576e3e authored by Ivan Tyagov's avatar Ivan Tyagov

Clean up.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38201 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 73ddc517
...@@ -626,32 +626,6 @@ div.index_html table {\n ...@@ -626,32 +626,6 @@ div.index_html table {\n
vertical-align: middle;\n vertical-align: middle;\n
}\n }\n
\n \n
.pageNavigation button.listbox_first_page .image,\n
.pageNavigation button.listbox_previous_page .image,\n
.pageNavigation button.listbox_next_page .image,\n
.pageNavigation button.listbox_last_page .image {\n
width: 22px;\n
height: 22px;\n
display: block;\n
background-color: transparent;\n
}\n
\n
.pageNavigation button.listbox_first_page .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/2leftarrowv.png\');\n
}\n
\n
.pageNavigation button.listbox_previous_page .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/1leftarrowv.png\');\n
}\n
\n
.pageNavigation button.listbox_next_page .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/1rightarrowv.png\');\n
}\n
\n
.pageNavigation button.listbox_last_page .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/2rightarrowv.png\');\n
}\n
\n
table.fake {\n table.fake {\n
width: 100%;\n width: 100%;\n
}\n }\n
......
...@@ -380,12 +380,6 @@ along with this program; if not, write to the Free Software\n ...@@ -380,12 +380,6 @@ along with this program; if not, write to the Free Software\n
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
*/\n */\n
\n \n
\n
/* \n
============================================\n
Listbox experiment - IVAN\n
*/\n
\n
/* Search popup fix*/\n /* Search popup fix*/\n
div.search_popup{\n div.search_popup{\n
left:200px;\n left:200px;\n
...@@ -708,8 +702,8 @@ table.listbox tr.DataB {\n ...@@ -708,8 +702,8 @@ table.listbox tr.DataB {\n
background-color: <dtml-var listbox_even_background_color>;\n background-color: <dtml-var listbox_even_background_color>;\n
}\n }\n
\n \n
.listbox tr.DataA:hover,\n table.listbox tr.DataA:hover,\n
.listbox tr.DataB:hover,\n table.listbox tr.DataB:hover,\n
table.listbox.table tr.tbody:hover{\n table.listbox.table tr.tbody:hover{\n
color: inherit;\n color: inherit;\n
background-color: <dtml-var listbox_hover_background_color>;\n background-color: <dtml-var listbox_hover_background_color>;\n
...@@ -719,6 +713,7 @@ table.listbox tr.listbox-search-line th.listbox-table-filter-cell input{\n ...@@ -719,6 +713,7 @@ table.listbox tr.listbox-search-line th.listbox-table-filter-cell input{\n
width: 100%;\n width: 100%;\n
vertical-align:middle;\n vertical-align:middle;\n
}\n }\n
\n
table.listbox input{\n table.listbox input{\n
float:none;\n float:none;\n
}\n }\n
...@@ -748,8 +743,7 @@ table.listbox th button.sort-button-asc{\n ...@@ -748,8 +743,7 @@ table.listbox th button.sort-button-asc{\n
background: url(\'images/1bottomarrow.png\') no-repeat scroll 100% 50%;\n background: url(\'images/1bottomarrow.png\') no-repeat scroll 100% 50%;\n
}\n }\n
\n \n
\n /* in search mode listbox may contain top/bottom quick search inputs */\n
/* in search mode listbox may contain top/ bottom quick search inputs */\n
div.search-text-listbox{\n div.search-text-listbox{\n
text-align: center;\n text-align: center;\n
float:left;\n float:left;\n
......
994 995
\ 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