From 1f3a0f1f99604fa318b7027fd29ea76ea59f672c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 12 Feb 2025 23:10:51 +0100 Subject: [PATCH] adapt width of table to date iso and remove colors --- client/admin/admin.less | 21 +++---------------- .../authorUtils/authorLookup/authorLookup.jsx | 2 +- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/client/admin/admin.less b/client/admin/admin.less index 8a9016d9d..081cda4a0 100644 --- a/client/admin/admin.less +++ b/client/admin/admin.less @@ -98,8 +98,8 @@ body { padding : 10px; tr { - border-bottom:1px solid; - &:last-of-type { border:none; } + border-bottom : 1px solid; + &:last-of-type { border : none; } &:nth-child(even) { background : #DDDDDD; } } @@ -117,29 +117,14 @@ body { &:last-child { border-right : none; } } - th { - font-weight:900; - &:nth-child(2) { background : #FFB3BA; } - &:nth-child(3) { background : #FFDFBA; } - &:nth-child(4) { background : #FFFFBA; } - &:nth-child(5) { background : #BAFFC9; } - &:nth-child(6) { background : #BAE1FF; } - } + th { font-weight : 900; } td { &:first-child { font-weight : 900; text-align : left; - border-right : 2px solid; } - &:nth-child(2) { background : #FFB3BA80; } - &:nth-child(3) { background : #FFDFBA80; } - &:nth-child(4) { background : #FFFFBA80; } - &:nth-child(5) { background : #BAFFC980; } - &:nth-child(6) { background : #BAE1FF80; } - } - } .error { diff --git a/client/admin/authorUtils/authorLookup/authorLookup.jsx b/client/admin/authorUtils/authorLookup/authorLookup.jsx index 7935bfcfe..abdece6f7 100644 --- a/client/admin/authorUtils/authorLookup/authorLookup.jsx +++ b/client/admin/authorUtils/authorLookup/authorLookup.jsx @@ -48,7 +48,7 @@ const authorLookup = ()=>{ {brew.title} {brew.shareId} {brew.editId} - {brew.updatedAt} + {brew.updatedAt} {brew.googleId ? 'Google' : 'Homebrewery'} ; })}