At least in Firefox, inline blocks display in a closer size rendering
to <input> tags than plain 'display:inline'. The switch doesn't seem
to hurt in most cases, so let's do it.
One small case where it did matter is the floating 'My Account' button.
It already has a special class, so let's just revert that one.
Signed-off-by: Dan Wells <dbw2@calvin.edu>
background: [% css_colors.primary_fade %];
margin: 10px;
padding: 0.3em;
+ display: inline-block;
}
.opac-multiline-button > a:hover,
background: [% css_colors.control %];
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
font-size: [% css_fonts.size_base %];
+ display:inline;
}
.opac-multiline-button > a {