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 = ()=>{