Commit d3f042a6 authored by Andrew8xx8's avatar Andrew8xx8

Css classes improved

parent 9c747fbb
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
.input .input
= f.text_field :name, placeholder: "Example Group", class: "xxlarge" = f.text_field :name, placeholder: "Example Group", class: "xxlarge"
.clearfix.group_description_holder .clearfix.group-description-holder
= f.label :description, "Details" = f.label :description, "Details"
.input .input
= f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4 = f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
Group name is Group name is
.input .input
= f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left" = f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
.clearfix.group_description_holder .clearfix.group-description-holder
= f.label :description, "Details" = f.label :description, "Details"
.input .input
= f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4 = f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
.input .input
= f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left" = f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
.clearfix.group_description_holder .clearfix.group-description-holder
= f.label :description, "Details" = f.label :description, "Details"
.input .input
= f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4 = f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
.input .input
= f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left" = f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
.clearfix.group_description_holder .clearfix.group-description-holder
= f.label :description, "Details" = f.label :description, "Details"
.input .input
= f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4 = f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment