Commit de7cb890 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* remove width from breadcrumb and search box.

* css url starts with the web site's url, not with the web section's url.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27083 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1ace130b
......@@ -147,14 +147,14 @@
/*******************/\n
\n
/* BREADCRUMB */\n
.header-bottom ul {float:left; width:430px; list-style:none; padding:8px 0 3px 10px !important /*Non-IE6*/; padding:8px 0 3px 10px /*IE6*/;}\n
.header-bottom ul {float:left; list-style:none; padding:8px 0 3px 10px !important /*Non-IE6*/; padding:8px 0 3px 10px /*IE6*/;}\n
.header-bottom ul li {display:inline; padding:0 0 0 10px; background:transparent url(./mf54_image/bg_bullet_arrow.gif) no-repeat 0 50%; font-size:110% !important /*Non-IE6*/; font-size:100% /*IE6*/;}\n
.header-bottom ul li.nobullet {display:inline; padding:0; background:none; color:rgb(75,75,75);}\n
.header-bottom ul a {color:rgb(125,125,125); font-weight:bold; text-decoration:none;}\n
.header-bottom ul a:hover {color:rgb(255,255,255);}\n
\n
/* SEARCH FORM */\n
.header-bottom .searchform {float:right; width:430px;}\n
.header-bottom .searchform {float:right;}\n
.header-bottom .searchform form fieldset {float:right; border:none; padding-top:5px; padding-right:10px;}\n
.header-bottom .searchform input.field {width:15.0em; height:1.2em; padding:1px !important /*Non-IE6*/; padding:2px /*IE6*/; border:solid 1px <tal:block tal:replace="primary_color"/>; background-color:rgb(255,255,255); font-size:110% !important /*Non-IE6*/; font-size:100% /*IE6*/;}\n
.header-bottom .searchform input.button {height:1.6em; background-color:rgb(240,240,240); border:solid 1px rgb(150,150,150); text-align:center; color:rgb(100,100,100); font-size:110% !important /*Non-IE6*/; font-size:100% /*IE6*/;}\n
......
......@@ -98,9 +98,10 @@
footer_area python:aggregate.get(\'footer\', []);\n
global css_list_template python:[\n
\'%s/mf54_reset.css\' % portal_path,\n
\'%s/mf54_grid.css\' % section_url,\n
\'%s/mf54_grid.css\' % portal_path,\n
\'%s/mf54_content.css\' % portal_path,\n
] + (section.getLayoutProperty(\'layout_additional_css\', None) and [section.getLayoutProperty(\'layout_additional_css\')] or []);\n
] + (section.getLayoutProperty(\'layout_additional_css\', None) and\n
[\'%s/%s\' % (portal_path, section.getLayoutProperty(\'layout_additional_css\'))] or []);\n
global js_list python:[\n
]">\n
<tal:block metal:use-macro="here/template_erp5_xhtml_style/macros/master">\n
......
National flag icons (icon_flag_*.png) from http://flags.blogpotato.de/ are licensed under http://creativecommons.org/licenses/by-sa/3.0/deed.en_US .
\ No newline at end of file
National flag icons (icon_flag_*.png) from http://flags.blogpotato.de/ are licensed under http://creativecommons.org/licenses/by-sa/3.0/deed.en_US .
\ No newline at end of file
95
\ No newline at end of file
96
\ 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