You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/04/26 09:36:55 UTC

[isis] branch master updated: ISIS-2106: adds CSS for sidebar.

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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 437b977  ISIS-2106: adds CSS for sidebar.
437b977 is described below

commit 437b9779487c2c63bef90128d08f3cb8396f7845
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Apr 26 10:34:25 2019 +0100

    ISIS-2106: adds CSS for sidebar.
    
    adds margin/padding to the bottom to allow for the fixed footer
---
 .../org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css  | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css
index 6b54b31..2f4828f 100644
--- a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css
+++ b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css
@@ -1050,3 +1050,9 @@ h4.iconAndTitle a:focus {
     padding-left: 0px;
     padding-right: 0px;
 }
+
+
+ul.sidebar-nav {
+    padding-bottom: 62px;
+    margin-bottom: 62px;
+}