From 044a6eaadae59ab91edaef8268f655f1e32a9a4e Mon Sep 17 00:00:00 2001 From: danicatalan Date: Thu, 25 Aug 2016 17:40:42 +0200 Subject: [PATCH 1/4] fix footer height --- app/react/Layout/scss/sidepanel.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/react/Layout/scss/sidepanel.scss b/app/react/Layout/scss/sidepanel.scss index aa8fc66dd1..47d0cb3859 100644 --- a/app/react/Layout/scss/sidepanel.scss +++ b/app/react/Layout/scss/sidepanel.scss @@ -137,6 +137,7 @@ $c-sidebar: $c-white; position: absolute; bottom: 0; width: 100%; + padding-top: 0; text-align: center; background: linear-gradient(transparent 0%, $c-white 70%, $c-white 100%); From 1d6ca8c583ce0597b7638227958a6f2f8ceed278 Mon Sep 17 00:00:00 2001 From: danicatalan Date: Thu, 25 Aug 2016 17:54:26 +0200 Subject: [PATCH 2/4] move header into body on entities (for scrolling purposes) --- app/react/App/scss/modules/_entity.scss | 11 +++++++++-- app/react/Entities/components/EntityViewer.js | 15 ++++++++++----- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/app/react/App/scss/modules/_entity.scss b/app/react/App/scss/modules/_entity.scss index 026bc12c88..186009a9f0 100644 --- a/app/react/App/scss/modules/_entity.scss +++ b/app/react/App/scss/modules/_entity.scss @@ -10,8 +10,15 @@ top: 0 !important; } .sidepanel-header { - border: 0; - padding-bottom: 0; + display: none; + } + .sidepanel-body { + .item-name { + padding: 30px 30px 0; + } + .item-type { + margin-left: 30px; + } } dt { width: 25%; diff --git a/app/react/Entities/components/EntityViewer.js b/app/react/Entities/components/EntityViewer.js index 077e1901c9..2985339bfc 100644 --- a/app/react/Entities/components/EntityViewer.js +++ b/app/react/Entities/components/EntityViewer.js @@ -65,11 +65,7 @@ export class EntityViewer extends Component {