Commit fca36005 authored by Ivan Tyagov's avatar Ivan Tyagov

Follow up XHTML dom change in r38214

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38216 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8fb6ef0f
......@@ -230,13 +230,26 @@ table.listbox th button.sort-button {\n
table.listbox th button.sort-button:hover{\n
color: #FFF;\n
}\n
table.listbox th button.sort-button-desc{\n
background-image: url(\'./km_img/switch_desc.png\');\n
}\n
table.listbox th button.sort-button-desc,\n
table.listbox th button.sort-button-asc{\n
background-image: url(\'./km_img/switch_asc.png\');\n
padding-right: 0px;\n
\n
}\n
\n
table.listbox th img.sort-button-desc,\n
table.listbox th img.sort-button-asc{\n
padding-left: 6px;\n
}\n
table.listbox th img.sort-button-desc{\n
background: url(\'./km_img/switch_asc.png\') no-repeat scroll 100% 50%;\n
}\n
table.listbox th img.sort-button-asc{\n
background: url(\'./km_img/switch_desc.png\') no-repeat scroll 100% 50%;\n
}\n
table.listbox th button.sort-button-asc,\n
table.listbox th button.sort-button-desc{\n
background: none;\n
}\n
\n
/* Navigation buttons */\n
div.listbox-page-navigation button{\n
......
1528
\ No newline at end of file
1531
\ 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