From ee274d4ee1c75790e454c4447a17a97e5042c16c Mon Sep 17 00:00:00 2001 From: Erik Ziegler Date: Thu, 14 Apr 2016 15:37:31 +0200 Subject: [PATCH] Fix Lesion Tracker worklist styling --- LesionTracker/client/body.styl | 42 +-------------------- LesionTracker/client/components/viewer.styl | 1 + 2 files changed, 3 insertions(+), 40 deletions(-) diff --git a/LesionTracker/client/body.styl b/LesionTracker/client/body.styl index 2ce1ba4b6..183a98060 100644 --- a/LesionTracker/client/body.styl +++ b/LesionTracker/client/body.styl @@ -1,47 +1,9 @@ -// TODO: Move all of this into the LesionTracker package -html - height: 100% - width: 100% - - min-height: 100% - min-width: 100% - - body - height: 100% - width: 100% + background-color: black - min-height: 100% - min-width: 100% - - /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,45484d+100 */ - background: #000000; /* Old browsers */ - background: -moz-linear-gradient(top, #000000 0%, #45484d 100%); /* FF3.6-15 */ - background: -webkit-linear-gradient(top, #000000 0%,#45484d 100%); /* Chrome10-25,Safari5.1-6 */ - background: linear-gradient(to bottom, #000000 0%,#45484d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ - -.tab-content +.tab-content height: calc(100% - 40px) -table#tblStudyList thead > tr - background-color: #424242 - color: white - -table#tblStudyList tbody > tr:nth-child(even) - background-color: #888 - color: black - -table#tblStudyList tbody > tr:nth-child(odd) - background-color: #BBB - color: black - -table#tblStudyList tbody > tr:hover - background-color: #009BD2 - color: white - -table#tblStudyList tbody > tr > td - word-wrap: break-word - /* Mobile devices */ @media only screen and (min-device-width : 375px) and (max-device-width : 768px) .logoContainer diff --git a/LesionTracker/client/components/viewer.styl b/LesionTracker/client/components/viewer.styl index 26674498a..4bc2f6b4a 100644 --- a/LesionTracker/client/components/viewer.styl +++ b/LesionTracker/client/components/viewer.styl @@ -8,6 +8,7 @@ #viewportAndLesionTable height: 100% width: 99% + background-color: black float: right -o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out;