app/assets/stylesheets/curation_concerns/modules/forms.scss in curation_concerns-1.0.0.beta4 vs app/assets/stylesheets/curation_concerns/modules/forms.scss in curation_concerns-1.0.0.beta5
- old
+ new
@@ -23,23 +23,33 @@
.label-checkbox .label-text {
display:block;
padding-left:1.2em;
}
+.form-group { margin-bottom: 2em; }
+
.form-group.has-error input,
.form-group.has-error option,
.form-group.has-error textarea {
color:$gray-dark;
}
.form-actions {
margin-top: 1em;
}
-form label.optional { font-weight: normal; }
-form label.required { font-weight: bold; }
+form {
+ label { font-weight: bold; }
+ label { margin-bottom: 7px; }
+
+ .help-block {
+ margin-top: 0;
+ margin-bottom: 10px;
+ }
+}
+
.set-access-controls {
label { font-weight: normal; }
& .form-group { padding: 0 1.75em; }
.form-inline {
@@ -65,6 +75,10 @@
}
}
form.button-to {
margin:0 .3em;
+}
+
+.required-tag {
+ vertical-align: super;
}