[gimp-web/gimp-web-static] Added 'up' chevron to bottom of nav drawer as hint



commit 301f67966997cf23e036f34d182dd9159965a853
Author: Pat David <patdavid gmail com>
Date:   Tue Sep 22 12:48:16 2015 -0500

    Added 'up' chevron to bottom of nav drawer as hint

 themes/newgimp/static/css/gimp.css |    8 ++++++++
 themes/newgimp/templates/base.html |    1 +
 2 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index 12b0484..d8d2056 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -402,6 +402,11 @@ footer .nav-bottom a {
         top: 0;
         bottom: initial;
     }
+    
+    #nav-up {
+        font-size: 1rem;
+        color: #888;
+    }
 }
 
 
@@ -409,4 +414,7 @@ footer .nav-bottom a {
     a#navel {
         display: none;
     }
+    #nav-up {
+        display: none;
+    }
 }
diff --git a/themes/newgimp/templates/base.html b/themes/newgimp/templates/base.html
index b05810d..d555b62 100644
--- a/themes/newgimp/templates/base.html
+++ b/themes/newgimp/templates/base.html
@@ -75,6 +75,7 @@
             {% endif %}
 
             </ul>
+            <i class="fa fa-chevron-up" id='nav-up'></i>
         </nav><!-- /#menu -->
 
         <a id="navel" href="#bottom-nav" ><i class="fa fa-bars"></i></a>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]