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 @@ ...@@ -7,15 +7,30 @@
<div metal:use-macro="here/global_definition/macros/global_definition" /> <div metal:use-macro="here/global_definition/macros/global_definition" />
<!-- Navigation Box Goes Here --> <table cellpadding="0" cellspacing="0" width="100%">
<form tal:attributes="action here/absolute_url" method="POST"> <tr>
<div class="NavigationBox"> <td nowrap>
<div metal:use-macro="here/navigation_box/macros/navigation_box"> <!-- Navigation Box Goes Here -->
Navigation Box <form tal:attributes="action here/absolute_url" method="POST">
</div> <div class="NavigationBox">
</div> <div metal:use-macro="here/navigation_box/macros/navigation_box">
Navigation Box
</form> </div>
</div>
</form>
</td>
</tr>
<tr>
<td>
<!-- Empty Menu For Design Consistency -->
<div class="MenuBox">
</div>
</td>
</tr>
</table>
</metal:block> </metal:block>
......
...@@ -24,6 +24,25 @@ background-color:transparent; ...@@ -24,6 +24,25 @@ background-color:transparent;
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> </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