Mailing List Archive

svn commit: r1778649 - in /forrest/trunk/main/webapp/skins/fleece-dev: css/screen.css xslt/html/site-to-xhtml.xsl
Author: sjur
Date: Fri Jan 13 18:33:12 2017
New Revision: 1778649

URL: http://svn.apache.org/viewvc?rev=1778649&view=rev
Log:
Made the navbar/tabs fixed on top - makes for a better user experience when the context isn’t lost on scrolling.

Modified:
forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css
forrest/trunk/main/webapp/skins/fleece-dev/xslt/html/site-to-xhtml.xsl

Modified: forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css?rev=1778649&r1=1778648&r2=1778649&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css (original)
+++ forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css Fri Jan 13 18:33:12 2017
@@ -128,6 +128,8 @@ table, th, td {
}

#top .header {
+ background-color: rgba(255, 255, 255, 0.0);
+ border-color: rgba(255, 255, 255, 0.0);
/* float: left;
width: 100%;
background: url("images/header_white_line.gif") repeat-x bottom;*/
@@ -296,6 +298,7 @@ html>body #top .searchbox {
* border-top: solid #4C6C8F 15px;
*/
#main {
+ padding-top: 125px;
/* position: relative;
background: white;
clear:both;*/

Modified: forrest/trunk/main/webapp/skins/fleece-dev/xslt/html/site-to-xhtml.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/fleece-dev/xslt/html/site-to-xhtml.xsl?rev=1778649&r1=1778648&r2=1778649&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/fleece-dev/xslt/html/site-to-xhtml.xsl (original)
+++ forrest/trunk/main/webapp/skins/fleece-dev/xslt/html/site-to-xhtml.xsl Fri Jan 13 18:33:12 2017
@@ -111,7 +111,7 @@ footer, searchbar, css etc. As input, i
</div>
</xsl:if>
<xsl:comment>header</xsl:comment>
- <div class="header col-sm-12">
+ <div class="header col-sm-12 navbar navbar-default navbar-fixed-top">
<xsl:comment>start Tabs</xsl:comment>
<nav class="navbar navbar-default" id="topmenu">
<div class="container-fluid">