You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2014/10/28 09:54:01 UTC

fauxton commit: updated refs/heads/master to 5555127

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master d1db3d984 -> 5555127a1


Fix sidebar design

- Make height of red & grey items in sidebar equal
- Allow scrolling down to the bottom of the list when window height is small
- Better vertically aligned icons
- Also show brown padding between burger and list when scrolled down

Closes COUCHDB-2402


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/5555127a
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/5555127a
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/5555127a

Branch: refs/heads/master
Commit: 5555127a1b34a37f1c46963647f3b51bb065edf8
Parents: d1db3d9
Author: Luis Gerhorst <lu...@luisgerhorst.de>
Authored: Thu Oct 23 20:42:34 2014 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Tue Oct 28 10:53:44 2014 +0200

----------------------------------------------------------------------
 assets/less/templates.less | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/5555127a/assets/less/templates.less
----------------------------------------------------------------------
diff --git a/assets/less/templates.less b/assets/less/templates.less
index 7a690b4..01f8218 100644
--- a/assets/less/templates.less
+++ b/assets/less/templates.less
@@ -86,7 +86,7 @@
   .navbar {
     .burger {
       .transition(all @transitionSpeed @transitionEaseType);
-      padding: 22px 0 0 18px;
+      padding: 22px 0 22px 18px;
       position: fixed;
       z-index: 100;
       width: 64px;
@@ -161,7 +161,7 @@
           padding: 0;
           font-size: 16px;
           letter-spacing: 1px;
-          line-height: 23px;
+          line-height: 24px;
           width: @navWidth;
           font-weight: normal;
           font-family: helvetica;
@@ -196,7 +196,6 @@
               position: relative;
               &:before {
                 position: absolute;
-                top: -5px;
                 left: -41px;
                 font-size: 24px;
                 color: @NavIcon;
@@ -229,9 +228,8 @@
       }
       ul#bottom-nav-links {
         margin-top: 0;
-        padding-bottom: 70px;
+        padding-bottom: 136px;
         li {
-          min-height: 55px;
           background-color: @bottomNav;
           &.active {
             background-color:@navBGHover;