Author: gjm
Date: Tue Mar 5 15:01:03 2013
New Revision: 1452833
URL: http://svn.apache.org/r1452833
Log:
move sticky area to breadcrumb and add new stickyOffset directly after the
header - towards #431
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html?rev=1452833&r1=1452832&r2=1452833&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html
Tue Mar 5 15:01:03 2013
@@ -234,9 +234,11 @@
</li>
</ul>
</div>
+ </div>
+ <div class="row" id="breadcrumb-row">
<!--! breadcrumb (TODO: which ones do we hide on the
phones/tablets?) -->
- <div id="breadcrumbbar" class="span12">
+ <div id="stickyStatus" class="span12">
<ul class="breadcrumb">
<li py:choose="">
<xi:include py:when="value_of('resourcepath_template')"
@@ -288,6 +290,7 @@
</div>
</div>
</header>
+ <div class="stickyOffset" style="height: 0px;"></div>
<!--! main content -->
${select('*|text()|comment()')}