Author: jorgeuriarte
Date: 2006-09-06 09:14:38-0700
New Revision: 10278
Modified:
branches/release/b21/src/webapp/WEB-INF/templates/layouts/Default.vm
Log:
Improvements to SCB1933 (r10277):
- Fixed alignment for menu; now it's again aligned to left.
- Slide-bar icons are now in a fixed height from the top, so they are more predecible no matter
if the screen is short or large.
- Slide-bars now respond with a simple click.
Modified: branches/release/b21/src/webapp/WEB-INF/templates/layouts/Default.vm
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/b21/src/webapp/WEB-INF/templates/layouts/Default.vm?view=diff&rev=10278&p1=branches/release/b21/src/webapp/WEB-INF/templates/layouts/Default.vm&p2=branches/release/b21/src/webapp/WEB-INF/templates/layouts/Default.vm&r1=10277&r2=10278
==============================================================================
--- branches/release/b21/src/webapp/WEB-INF/templates/layouts/Default.vm (original)
+++ branches/release/b21/src/webapp/WEB-INF/templates/layouts/Default.vm 2006-09-06 09:14:38-0700
@@ -386,9 +386,9 @@
#if ($scarabR.CurrentModule)
background="$staticLink.setPath("/images/opening-separator.gif")"
#end
- style="height:100%;vertical-align:middle;background-image:url($staticLink.setPath("/images/opening-separator.gif"));"
+ style="height:100%;background-image:url($staticLink.setPath("/images/opening-separator.gif"));"
id="showleftcol"
- #if($hide_bars) ondblclick="showScarableftNav()" #end>
+ #if($hide_bars) onclick="showScarableftNav()" #end>
<table height="100%"
style="height:100%;"
border="0"
@@ -396,7 +396,7 @@
cellspacing="0">
<tr>
<td>
- <img src="$staticLink.setPath("/images/opening-slider.gif")" border="0"/>
+ <img style="margin-left:0px; margin-top:50px;" src="$staticLink.setPath("/images/opening-slider.gif")" border="0"/>
</td>
</tr>
</table>
@@ -416,7 +416,7 @@
<tr>
<td>
<div id="navcolumn" style="margin:4px;height:100%">
- <div style="text-align:center;white-space:nowrap;height:100%">
+ <div style="text-align:left;white-space:nowrap;height:100%">
$renderer.render("navigations", $template, "Default.vm")
</div>
@@ -442,11 +442,11 @@
</td>
#if ($scarabR.CurrentModule)
- <td style="height:100%;vertical-align:middle;background-repeat:repeat-y;background-image:url($staticLink.setPath("/images/closing-separator.gif"));"
- #if($hide_bars) ondblclick="hideScarableftNav()" #end
+ <td style="height:100%;background-repeat:repeat-y;background-image:url($staticLink.setPath("/images/closing-separator.gif"));"
+ #if($hide_bars) onclick="hideScarableftNav()" #end
id="closing-slider"
>
- <img style="margin-left:0px;" src="$staticLink.setPath("/images/closing-slider.gif")" border="0"/>
+ <img style="margin-left:0px; margin-top:50px;" src="$staticLink.setPath("/images/closing-slider.gif")" border="0"/>
</td>
#end
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.