Commit 2bc4df8b authored by Sebastien Robin's avatar Sebastien Robin

added the small blue line under the navigation box


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1459 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 28c46e93
......@@ -7,15 +7,30 @@
<div metal:use-macro="here/global_definition/macros/global_definition" />
<!-- Navigation Box Goes Here -->
<form tal:attributes="action here/absolute_url" method="POST">
<div class="NavigationBox">
<div metal:use-macro="here/navigation_box/macros/navigation_box">
Navigation Box
</div>
</div>
</form>
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td nowrap>
<!-- Navigation Box Goes Here -->
<form tal:attributes="action here/absolute_url" method="POST">
<div class="NavigationBox">
<div metal:use-macro="here/navigation_box/macros/navigation_box">
Navigation Box
</div>
</div>
</form>
</td>
</tr>
<tr>
<td>
<!-- Empty Menu For Design Consistency -->
<div class="MenuBox">
</div>
</td>
</tr>
</table>
</metal:block>
......
......@@ -24,6 +24,25 @@ background-color:transparent;
color:transparent;
}
/* _________________ Menu Box _________________ */
.MenuBox{
color: &dtml-alternate_font_color;;
background-color: &dtml-menu_background_color;;
border-color: &dtml-alternate_border_color;;
border-style: solid;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-width: 0px;
border-right-width: 0px;
vertical-align: middle;
padding-top: 2px;
padding-right: 0px;
padding-bottom: 2px;
padding-left: 0px;
}
</dtml-with>
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