[Frontend] Added "first" CSS class applied to form-row elements

WTD-1002
WTD-1005
Made form.html add CSS class "first" to each form-row element in order to allow proper border-top styling;
This commit is contained in:
Charles Hacskaylo
2015-03-11 15:09:48 -07:00
parent cc181dbdc9
commit e7e0c6829e
4 changed files with 27 additions and 20 deletions

View File

@@ -26,6 +26,9 @@
margin-top: 5px;
padding: 5px;
position: relative; }
/* line 24, ../sass/forms/_elems.scss */
.form .form-row.first {
border-top: none; }
/* line 29, ../sass/forms/_elems.scss */
.form .form-row .label,
.form .form-row .controls {