alaveteli icon indicating copy to clipboard operation
alaveteli copied to clipboard

Add a border to the green banners

Open WilliamWDTK opened this issue 2 years ago • 5 comments

When there are multiple (possibly only the case when out-of-country + an announcement?), it looks a bit confusing, so I think some sort of border might be good, or alternating colours.

WilliamWDTK avatar Sep 21 '22 13:09 WilliamWDTK

(I wasn't quite sure whether to call them announcements or not, I'm not sure whether the country one counts as an announcement. Feel free to change the title.)

WilliamWDTK avatar Sep 21 '22 13:09 WilliamWDTK

Got a screenshot of what you're seeing? I expect a border-bottom is the way to go here.

garethrees avatar Sep 22 '22 11:09 garethrees

2022-09-22

FOIMonkey avatar Sep 22 '22 11:09 FOIMonkey

Ah gotcha – yeah I think out-of-country + announcement is the only edge-case where this is possible.

Hacked this in via web inspector just to test and seems like it would work:

  border-bottom: 1px solid green;
Screenshot 2022-09-22 at 12 38 01

garethrees avatar Sep 22 '22 11:09 garethrees

I did the same and I think that looks better: 2022-09-22 (1)

FOIMonkey avatar Sep 22 '22 11:09 FOIMonkey