I’m trying to figure out how to get the text No Managers in Database vertically positioned in the containing div like the input elements are.
I tried adding padding and margin, but they didn’t work. Any thoughts on how this could be accomplished?
CSS
Basically, you just have to add
display: block;to your CSS. I just took the liberty of changing the other styles to line things up a little better (and get the font the same size as the inputs).