Commit f4273235 by Ivan Ivic Committed by GitHub

Merge pull request #837 from edx/iivic/SOL-1729

[SOL-1729] UI issue in create coupon page.
parents 856afa1b fe30e5e4
...@@ -16,8 +16,13 @@ ...@@ -16,8 +16,13 @@
width: $input-addon-width + $small-input-width; width: $input-addon-width + $small-input-width;
} }
.hidden.help-block {
display: block !important; // !important to override hidden class
}
.help-block { .help-block {
margin: 0; margin: 0;
height: 23px;
} }
.catalog-type { .catalog-type {
...@@ -36,35 +41,35 @@ ...@@ -36,35 +41,35 @@
margin-bottom: 30px; margin-bottom: 30px;
} }
p {
margin-bottom: 20px;
}
button { button {
margin-top: 10px; margin-top: 10px;
margin-right: 10px; margin-right: 10px;
} }
textarea { textarea {
height: 216px; height: 140px;
} }
} }
.course-seat-types { .fields {
margin-bottom: 27px; .form-group {
height: 154px; margin-bottom: 1.24rem;
.form-inline label {
margin-bottom: 10px;
padding-right: 10px;
} }
}
.checkboxes { .fields {
margin-bottom: 25px; .course-seat-types {
} margin-bottom: 55px;
height: 154px;
.catalog-buttons { .form-inline label {
margin-bottom: 34px; margin-bottom: 10px;
padding-right: 10px;
}
.checkboxes {
margin-bottom: 55px;
}
} }
} }
} }
...@@ -154,7 +159,6 @@ ...@@ -154,7 +159,6 @@
} }
.catalog_buttons { .catalog_buttons {
margin-top: 10px;
margin-bottom: 34px; margin-bottom: 34px;
} }
......
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