From 7501c6d51d7fde7855e83c8435951e22eeee187a Mon Sep 17 00:00:00 2001 From: Leonardo Campos Date: Mon, 21 Nov 2016 23:50:16 -0200 Subject: [PATCH] LT-342: Audit Log :: style (border issue) --- .../hipaaAuditLog/hipaaAuditLog.less | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/Packages/hipaa-audit-log/components/hipaaAuditLog/hipaaAuditLog.less b/Packages/hipaa-audit-log/components/hipaaAuditLog/hipaaAuditLog.less index 8e4ca581d..29505a708 100644 --- a/Packages/hipaa-audit-log/components/hipaaAuditLog/hipaaAuditLog.less +++ b/Packages/hipaa-audit-log/components/hipaaAuditLog/hipaaAuditLog.less @@ -3,15 +3,21 @@ width: 100%; .hipaaAuditItem { - // There's a CSS rule on ohif-user-management that's changing the .hipaaAuditItem border style - border: none !important; - + border: none; background-color: black; list-style: none; - padding-top: 5px; - padding-left: 10px; + padding: 10px; line-height: 25px; - border-top: 1px solid #436270; + + // There's a CSS rule on ohif-user-management that's changing the .hipaaAuditItem border style (w/ !important) + &:first-child { + border-top: none !important; + } + + &:not(:first-child) { + border-top: 1px solid #436270; + } + border-bottom: 1px solid #436270; &:nth-child(even) {