diff --git a/client/admin/admin.less b/client/admin/admin.less index 92d63da2c..783892057 100644 --- a/client/admin/admin.less +++ b/client/admin/admin.less @@ -67,7 +67,6 @@ body { dd { height : fit-content; } } - .tabs button { margin-right : 3px; margin-left : 3px; @@ -95,6 +94,50 @@ body { } } + table { + padding : 10px; + + tr:nth-child(even) { background : #DDDDDD; } + + thead { + background : rgb(193,236,230); + border-bottom : 2px solid; + } + + th, td { + padding : 5px 10px; + vertical-align : middle; + text-align : center; + border-right : 1px solid; + + &: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; } + } + + 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 { float : right; padding : 10px; diff --git a/client/admin/authorUtils/authorLookup/authorLookup.jsx b/client/admin/authorUtils/authorLookup/authorLookup.jsx index a239f901f..7935bfcfe 100644 --- a/client/admin/authorUtils/authorLookup/authorLookup.jsx +++ b/client/admin/authorUtils/authorLookup/authorLookup.jsx @@ -26,7 +26,7 @@ const authorLookup = ()=>{ ; return <> -

{`Results - ${results.length}`}

+

{`Results - ${results.length} brews` }

@@ -45,8 +45,8 @@ const authorLookup = ()=>{ }) .map((brew, idx)=>{ return - - + + diff --git a/client/admin/authorUtils/authorLookup/authorLookup.less b/client/admin/authorUtils/authorLookup/authorLookup.less index 7f6903aa5..8fdd56d04 100644 --- a/client/admin/authorUtils/authorLookup/authorLookup.less +++ b/client/admin/authorUtils/authorLookup/authorLookup.less @@ -26,23 +26,4 @@ } } - table.resultsTable { - * { - border: 1px solid black; - vertical-align: middle; - padding: 5px; - } - - th { - font-weight: bold; - } - - th, td { - text-align: center; - - &:first-of-type { - text-align: left; - } - } - } } \ No newline at end of file
{brew.title}{brew.shareId}{brew.title}{brew.shareId} {brew.editId} {brew.updatedAt} {brew.googleId ? 'Google' : 'Homebrewery'}