Commit 3e654550 by Brian Talbot Committed by Peter Fogg

Studio: corrects minor styling/formatting for multi-value metadata fields

parent 99458e72
......@@ -339,7 +339,7 @@ CMS.Views.Metadata.List = CMS.Views.Metadata.AbstractEditor.extend({
_.each(value, function(ele, index) {
var template = _.template(
'<li class="list-settings-item">' +
'<input class="input" value="<%= ele %>">' +
'<input type="text" class="input" value="<%= ele %>">' +
'<a href="#" class="remove-action remove-setting" data-index="<%= index %>"><i class="icon-remove-sign"></i><span class="sr">Remove</span></a>' +
'</li>'
);
......
......@@ -771,7 +771,7 @@ body.course.unit {
margin: 0;
.list-settings-item {
margin-bottom: ($baseline/4);
margin-bottom: ($baseline/2);
}
// inputs
......
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