[Frontend] CSS tweaks to fix required glyph positioning

#700
CSS modded to allow better cross-browser
positioning of 'required' form-row glyphs;
Other elem's CSS adjusted as a result;
This commit is contained in:
Charles Hacskaylo
2016-03-16 09:43:59 -07:00
parent d30532a8bc
commit 32a42bd679
4 changed files with 8 additions and 2 deletions

View File

@@ -85,6 +85,8 @@ p {
margin-bottom: $interiorMarginLg;
}
ol, ul { padding-left: 0; }
mct-container {
display: block;
}