From d4dbdaefc625d33a9e837ff181c51d0e02384030 Mon Sep 17 00:00:00 2001 From: Rob Lewis Date: Sat, 28 Nov 2015 11:44:32 -0500 Subject: [PATCH] Make worklist widths reactive (by %) --- Packages/worklist/components/worklist.styl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Packages/worklist/components/worklist.styl b/Packages/worklist/components/worklist.styl index f1242e4f3..0b98edb27 100644 --- a/Packages/worklist/components/worklist.styl +++ b/Packages/worklist/components/worklist.styl @@ -12,25 +12,26 @@ body input.worklist-search height: 25px background-color: #888888 + width: 100% #tblStudyList tr height: 20px .patient-name-input - width: 200px + width: 100% .worklist-input - width: 80px + width: 100% .modality-input - width: 60px + width: 100% .patientid-input - width: 260px + width: 100% .study-description-input - width: 480px + width: 100% #worklistTab background-color: #202020