Commit d4893462 authored by Yusei Tahara's avatar Yusei Tahara

2008-06-16 yusei

* Fixed tabber_style.css to display border line under unselected tabs in the front page.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21628 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ddb1ddc8
......@@ -43,9 +43,14 @@
\n
/* Replace code at erp5.css*/\n
\n
.document .actions li a span {\n
.document .actions li.non_selected a span {\n
padding: 5px 8px 3px 0px !important;\n
}\n
\n
.document .actions li.selected a span {\n
padding: 5px 8px 4px 0px !important;\n
}\n
\n
.document .actions li a span img {\n
margin: -2px;\n
padding-right: 3px;\n
......
2008-06-16 yusei
* Fixed tabber_style.css to display border line under unselected tabs in the front page.
2008-06-16 jerome
* use getTitle to show title of current document in <title> in view mode.
......
556
\ No newline at end of file
557
\ 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