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/12/12 11:34:44 UTC

[isis] 04/10: ISIS-2210: removes the 20% from the new stuff at the bottom (7 occurrences)

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

commit 490af6c4ecf3d3d8fc8471df63670825b5ede3a7
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Dec 12 11:08:25 2019 +0000

    ISIS-2210: removes the 20% from the new stuff at the bottom (7 occurrences)
---
 .../isis/viewer/wicket/ui/pages/simple-sidebar.css    | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/core/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/simple-sidebar.css b/core/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/simple-sidebar.css
index 57ec2af..134ba57 100644
--- a/core/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/simple-sidebar.css
+++ b/core/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/simple-sidebar.css
@@ -502,17 +502,11 @@ body {
     }
 }
 
-#wrapper.toggled {
-    padding-left: 20%;
-}
-
 #sidebar-wrapper {
     z-index: 1000;
     position: fixed;
-    left: 20%;
     width: 0;
     height: 100%;
-    margin-left: -20%;
     overflow-y: auto;
     border: 1px dotted;
     -webkit-transition: all 0.5s ease;
@@ -521,10 +515,6 @@ body {
     transition: all 0.5s ease;
 }
 
-#wrapper.toggled #sidebar-wrapper {
-    width: 20%;
-}
-
 #page-content-wrapper {
     width: 100%;
     position: absolute;
@@ -533,7 +523,6 @@ body {
 
 #wrapper.toggled #page-content-wrapper {
     position: absolute;
-    margin-right: -20%;
 }
 
 /* Sidebar Styles */
@@ -588,18 +577,10 @@ body {
     padding-bottom: 20px;
 }
 
-#wrapper {
-    padding-left: 20%;
-}
-
 #wrapper.toggled {
     padding-left: 0;
 }
 
-#sidebar-wrapper {
-    width: 20%;
-}
-
 #wrapper.toggled #sidebar-wrapper {
     width: 0;
     border: 0;