Commit c2724092 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

2007-11-08 kazuhiko

* Enlarge link area to whole tab

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17479 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b48bd28a
......@@ -968,7 +968,7 @@ fieldset.bottom .field .input {\n
bottom: -1px;\n
}\n
\n
.document .actions li {\n
.document .actions li a {\n
float: left;\n
color: inherit;\n
background: url(\'<dtml-var expr="portal_url()">/images/tab_left.png\') top left no-repeat;\n
......@@ -976,11 +976,11 @@ fieldset.bottom .field .input {\n
padding: 0 0 0 10px;\n
}\n
\n
.document .actions li.selected {\n
.document .actions li.selected a {\n
background: url(\'<dtml-var expr="portal_url()">/images/tab_left_selected.png\') top left no-repeat;\n
}\n
\n
.document .actions li a {\n
.document .actions li a span {\n
display: block;\n
padding: 5px 15px 4px 5px;\n
color: inherit;\n
......@@ -989,7 +989,7 @@ fieldset.bottom .field .input {\n
/* font-size: 90%; */\n
}\n
\n
.document .actions li.selected a {\n
.document .actions li.selected a span {\n
font-weight: bold;\n
padding-bottom: 5px;\n
background: url(\'<dtml-var expr="portal_url()">/images/tab_right_selected.png\') top right no-repeat;\n
......
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PageTemplates.ZopePageTemplate</string>
<string>ZopePageTemplate</string>
</tuple>
<none/>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -110,8 +107,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<li tal:repeat="action actions"\n
tal:attributes="class python: action == current_action and \'selected\' or \'not_selected\'">\n
<a tal:attributes="href python: \'%s%s%s\' % (action[\'url\'], \'?\' in action[\'url\'] and \'&amp;\' or \'?\', http_parameters)"\n
tal:content="action/name"\n
i18n:translate="" i18n:domain="ui"/>\n
i18n:translate="" i18n:domain="ui"><span tal:content="action/name">action_name</span></a>\n
</li>\n
</ul>\n
</div>\n
......
2007-11-08 kazuhiko
* Enlarge link area to whole tab
2007-10-22 jerome
* Restore link to favicon, directly as favicon.ico, not in /images. This way, if a favicon.ico already exists, it will have priority.
......
427
\ No newline at end of file
429
\ 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