diff --git a/LesionTracker/client/components/viewerSection/viewerSection.styl b/LesionTracker/client/components/viewerSection/viewerSection.styl index 21e29f3a3..62802d25d 100644 --- a/LesionTracker/client/components/viewerSection/viewerSection.styl +++ b/LesionTracker/client/components/viewerSection/viewerSection.styl @@ -57,19 +57,19 @@ .sidebar-right flex: 1 - margin-right: - $lesionsSidebarMenuWidth - max-width: $lesionsSidebarMenuWidth + margin-right: - $rightSidebarMenuWidth + max-width: $rightSidebarMenuWidth order: 3 position: relative visibility: hidden &[data-timepoints="3"] - margin-right: - ($lesionsSidebarMenuWidth + 135.5px) - max-width: $lesionsSidebarMenuWidth + 135.5px + margin-right: - ($rightSidebarMenuWidth + 135.5px) + max-width: $rightSidebarMenuWidth + 135.5px &[data-timepoints="4"] - margin-right: - ($lesionsSidebarMenuWidth + 270px) - max-width: $lesionsSidebarMenuWidth + 270px + margin-right: - ($rightSidebarMenuWidth + 270px) + max-width: $rightSidebarMenuWidth + 270px &.sidebar-open margin-right: 0 diff --git a/OHIFViewer/.meteor/packages b/OHIFViewer/.meteor/packages index 5dcf596e4..2339d2a8b 100644 --- a/OHIFViewer/.meteor/packages +++ b/OHIFViewer/.meteor/packages @@ -46,6 +46,7 @@ ohif:hanging-protocols ohif:metadata ohif:user ohif:user-keycloak +ohif:measurement-table fortawesome:fontawesome momentjs:moment@2.15.1 diff --git a/OHIFViewer/.meteor/versions b/OHIFViewer/.meteor/versions index c5ffbc870..086ba7292 100644 --- a/OHIFViewer/.meteor/versions +++ b/OHIFViewer/.meteor/versions @@ -101,8 +101,11 @@ ohif:hanging-protocols@0.0.1 ohif:header@0.0.1 ohif:hotkeys@0.0.1 ohif:log@0.0.1 +ohif:measurement-table@0.0.1 +ohif:measurements@0.0.1 ohif:metadata@0.0.1 ohif:polyfill@0.0.1 +ohif:select-tree@0.0.1 ohif:servers@0.0.1 ohif:studies@0.0.1 ohif:study-list@0.0.1 diff --git a/OHIFViewer/client/components/flexboxLayout/flexboxLayout.html b/OHIFViewer/client/components/flexboxLayout/flexboxLayout.html index 28277e263..140da30a1 100644 --- a/OHIFViewer/client/components/flexboxLayout/flexboxLayout.html +++ b/OHIFViewer/client/components/flexboxLayout/flexboxLayout.html @@ -7,7 +7,7 @@ {{> viewerMain (clone this)}}
diff --git a/OHIFViewer/client/components/flexboxLayout/flexboxLayout.styl b/OHIFViewer/client/components/flexboxLayout/flexboxLayout.styl index cedaa7cd4..5e960717a 100644 --- a/OHIFViewer/client/components/flexboxLayout/flexboxLayout.styl +++ b/OHIFViewer/client/components/flexboxLayout/flexboxLayout.styl @@ -1,7 +1,5 @@ @require '{ohif:design}/app' -$lesionsSidebarMenuWidth = 450px - .viewerSection display: flex flex: 1 @@ -47,18 +45,18 @@ $lesionsSidebarMenuWidth = 450px .sidebar-right flex: 1 - margin-right: - $lesionsSidebarMenuWidth - max-width: $lesionsSidebarMenuWidth + margin-right: - $rightSidebarMenuWidth + max-width: $rightSidebarMenuWidth order: 3 position: relative &[data-timepoints="3"] - margin-right: - ($lesionsSidebarMenuWidth + 135.5px) - max-width: $lesionsSidebarMenuWidth + 135.5px + margin-right: - ($rightSidebarMenuWidth + 135.5px) + max-width: $rightSidebarMenuWidth + 135.5px &[data-timepoints="4"] - margin-right: - ($lesionsSidebarMenuWidth + 270px) - max-width: $lesionsSidebarMenuWidth + 270px + margin-right: - ($rightSidebarMenuWidth + 270px) + max-width: $rightSidebarMenuWidth + 270px &.sidebar-open margin-right: 0 diff --git a/OHIFViewer/client/components/toolbarSection/toolbarSection.html b/OHIFViewer/client/components/toolbarSection/toolbarSection.html index b652328eb..067a9f914 100644 --- a/OHIFViewer/client/components/toolbarSection/toolbarSection.html +++ b/OHIFViewer/client/components/toolbarSection/toolbarSection.html @@ -8,9 +8,6 @@