From 3935ae99b32c226dbb8e463eb176b6191dc76cf7 Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Wed, 23 Jan 2008 12:43:39 +0000 Subject: [PATCH] Display sortable columns as underlined git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18838 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/erp5.css.xml | 5 +++++ product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 afc373fe16..3453d9298a 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 @@ -423,6 +423,11 @@ button.sort_button {\n border-width: 0;\n }\n \n +button.sort_button span {\n + color: inherit;\n + text-decoration: underline;\n +}\n +\n img {\n border: 0;\n }\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 27502f5d66..34c3a209c7 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -486 \ No newline at end of file +487 \ No newline at end of file -- 2.30.9