Commit d3f042a6f2bab3553dd4202637dfb916d8243cd6

Authored by Andrew8xx8
1 parent 9c747fbb

Css classes improved

app/views/admin/groups/edit.html.haml
@@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
10 .input 10 .input
11 = f.text_field :name, placeholder: "Example Group", class: "xxlarge" 11 = f.text_field :name, placeholder: "Example Group", class: "xxlarge"
12 12
13 - .clearfix.group_description_holder 13 + .clearfix.group-description-holder
14 = f.label :description, "Details" 14 = f.label :description, "Details"
15 .input 15 .input
16 = f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4 16 = f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4
app/views/admin/groups/new.html.haml
@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 Group name is 9 Group name is
10 .input 10 .input
11 = f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left" 11 = f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
12 - .clearfix.group_description_holder 12 + .clearfix.group-description-holder
13 = f.label :description, "Details" 13 = f.label :description, "Details"
14 .input 14 .input
15 = f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4 15 = f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4
app/views/groups/edit.html.haml
@@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
10 .input 10 .input
11 = f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left" 11 = f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
12 12
13 - .clearfix.group_description_holder 13 + .clearfix.group-description-holder
14 = f.label :description, "Details" 14 = f.label :description, "Details"
15 .input 15 .input
16 = f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4 16 = f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4
app/views/groups/new.html.haml
@@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
10 .input 10 .input
11 = f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left" 11 = f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
12 12
13 - .clearfix.group_description_holder 13 + .clearfix.group-description-holder
14 = f.label :description, "Details" 14 = f.label :description, "Details"
15 .input 15 .input
16 = f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4 16 = f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4