diff --git a/app/react/App/scss/layout/_header.scss b/app/react/App/scss/layout/_header.scss index e936843514..f215b5bf27 100644 --- a/app/react/App/scss/layout/_header.scss +++ b/app/react/App/scss/layout/_header.scss @@ -292,11 +292,10 @@ header { } } - .fa-arrow-left { + .fa-external-link { position: absolute; - top: 8px; + top: 10px; right: 15px; - transform: rotate(45deg); } } diff --git a/app/react/App/scss/layout/_nav.scss b/app/react/App/scss/layout/_nav.scss index c67ed56c82..d912086da0 100644 --- a/app/react/App/scss/layout/_nav.scss +++ b/app/react/App/scss/layout/_nav.scss @@ -61,27 +61,30 @@ nav ul { .nav-tabs>li { display: inline-block; float: none; - width: 100%; - max-width: 33%; + min-width: 54px } .nav-tabs>li>a, .nav-tabs>li>div { cursor:pointer; - line-height: 40px; - padding: 0; - margin-top: 5px; + line-height: 54px; + padding: 0 15px; background-color: transparent; color: $c-grey-dark; border: 0; border-bottom: 2px solid transparent; border-radius: 0; + .fa { + font-size: 16px; + position: relative; + top: 3px; + } } .nav-tabs>li>a:focus, .nav-tabs>li>div:focus, .nav-tabs>li>a:hover, .nav-tabs>li>div:hover { background-color: transparent; color: $c-black; border: 0; - border-bottom: 3px solid $c-grey-dark; + border-bottom: 2px solid $c-grey-dark; } @@ -91,5 +94,5 @@ nav ul { background-color: transparent; color: $c-black; border: 0; - border-bottom: 3px solid $c-primary; + border-bottom: 2px solid $c-primary; } 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..09a408a9a0 100644 --- a/app/react/Entities/components/EntityViewer.js +++ b/app/react/Entities/components/EntityViewer.js @@ -65,11 +65,7 @@ export class EntityViewer extends Component {