You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/04/14 09:28:14 UTC

[maven-fluido-skin] branch MSKIN-137 created (now 0f4c04e)

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch MSKIN-137
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git.


      at 0f4c04e  [MSKIN-137] Make the hamburger menu work with the top-navigation enabled and sidebar-navigation disabled

This branch includes the following new commits:

     new 0f4c04e  [MSKIN-137] Make the hamburger menu work with the top-navigation enabled and sidebar-navigation disabled

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-fluido-skin] 01/01: [MSKIN-137] Make the hamburger menu work with the top-navigation enabled and sidebar-navigation disabled

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MSKIN-137
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git

commit 0f4c04e07deda75faf8abe4a927b0d87453b75d6
Author: Misty Stanley-Jones <ms...@cloudera.com>
AuthorDate: Mon Nov 9 13:19:56 2015 +1000

    [MSKIN-137] Make the hamburger menu work with the top-navigation enabled and sidebar-navigation disabled
---
 src/main/resources/META-INF/maven/site.vm | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/META-INF/maven/site.vm b/src/main/resources/META-INF/maven/site.vm
index d6ea885..daddf9d 100644
--- a/src/main/resources/META-INF/maven/site.vm
+++ b/src/main/resources/META-INF/maven/site.vm
@@ -83,9 +83,21 @@
         </a>
 #*    *##else
 #*      *##if ( $decoration.getCustomValue( 'fluidoSkin.topBarContainerStyle' ) )
-            <div class="container" style="$decoration.getCustomValue( 'fluidoSkin.topBarContainerStyle' )"><div class="nav-collapse">
+            <div class="container" style="$decoration.getCustomValue( 'fluidoSkin.topBarContainerStyle' )">
+              <a data-target=".nav-collapse" data-toggle="collapse" class="btn btn-navbar">
+                  <span class="icon-bar"></span>
+                  <span class="icon-bar"></span>
+                  <span class="icon-bar"></span>
+              </a>
+          <div class="nav-collapse">
 #*      *##else
-            <div class="container"><div class="nav-collapse">
+            <div class="container">
+              <a data-target=".nav-collapse" data-toggle="collapse" class="btn btn-navbar">
+                  <span class="icon-bar"></span>
+                  <span class="icon-bar"></span>
+                  <span class="icon-bar"></span>
+              </a>
+          <div class="nav-collapse">
 #*      *##end
 #*    *##end
 #*    *##if ( $decoration.getCustomChild( 'fluidoSkin.topBarIcon' ) )