openwichita / public-meetings

A service to show all upcoming available public meetings for the City of Wichita.
1 stars 4 forks source link

fix css for logout button #34

Closed aaronarduino closed 7 years ago

aaronarduino commented 7 years ago

Logout button was not getting styled due to being wrapped in a form tag.

kevinfalting commented 7 years ago

I saw that, attempted for about 5 minutes to solve it, and gave up.

How did you solve it? I was inspecting the css from the other elements and was thinking about basically copying the structure, but with the added form element that was added between the li and link. Is that essentially how you solved it?

aaronarduino commented 7 years ago

@kevinfalting Yep, basically! The thing you have to watch out for is to remember to change the a:hover and a:active as well.