From 96576e3e2c026b7164289d0d3a29dccb29e4dac6 Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Wed, 8 Sep 2010 13:33:16 +0000 Subject: [PATCH] Clean up. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38201 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_xhtml_style/erp5.css.xml | 26 ------------------- .../erp5_xhtml_style/erp5_listbox.css.xml | 14 +++------- .../bootstrap/erp5_xhtml_style/bt/revision | 2 +- 3 files changed, 5 insertions(+), 37 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml index 90f9a57981..afc2a2c627 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml @@ -626,32 +626,6 @@ div.index_html table {\n vertical-align: middle;\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 width: 100%;\n }\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5_listbox.css.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5_listbox.css.xml index f285a214ec..e9b1c4cfe5 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5_listbox.css.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5_listbox.css.xml @@ -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 */\n \n -\n -/* \n -============================================\n -Listbox experiment - IVAN\n -*/\n -\n /* Search popup fix*/\n div.search_popup{\n left:200px;\n @@ -708,8 +702,8 @@ table.listbox tr.DataB {\n background-color: <dtml-var listbox_even_background_color>;\n }\n \n -.listbox tr.DataA:hover,\n -.listbox tr.DataB:hover,\n +table.listbox tr.DataA:hover,\n +table.listbox tr.DataB:hover,\n table.listbox.table tr.tbody:hover{\n color: inherit;\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 width: 100%;\n vertical-align:middle;\n }\n +\n table.listbox input{\n float:none;\n }\n @@ -748,8 +743,7 @@ table.listbox th button.sort-button-asc{\n background: url(\'images/1bottomarrow.png\') no-repeat scroll 100% 50%;\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 text-align: center;\n float:left;\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 1345866d11..b92b6774dd 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -994 \ No newline at end of file +995 \ No newline at end of file -- 2.30.9