Commit 7ef79852 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

decrease the horizontal padding of tabs because we have more and more tabs these days...


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32997 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 390c2144
...@@ -1175,7 +1175,7 @@ span.search button .image {\n ...@@ -1175,7 +1175,7 @@ span.search button .image {\n
\n \n
.document .actions li a span {\n .document .actions li a span {\n
display: block;\n display: block;\n
padding: 5px 15px 4px 5px;\n padding: 5px 10px 4px 0;\n
color: inherit;\n color: inherit;\n
background-color: inherit;\n background-color: inherit;\n
background: url(\'<dtml-var expr="portal_url()">/images/tab_right.png\') top right no-repeat;\n background: url(\'<dtml-var expr="portal_url()">/images/tab_right.png\') top right no-repeat;\n
......
907 908
\ 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