Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
3e654550
Commit
3e654550
authored
Jul 29, 2013
by
Brian Talbot
Committed by
Peter Fogg
Aug 06, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Studio: corrects minor styling/formatting for multi-value metadata fields
parent
99458e72
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cms/static/js/views/metadata_editor_view.js
+1
-1
cms/static/sass/views/_unit.scss
+1
-1
No files found.
cms/static/js/views/metadata_editor_view.js
View file @
3e654550
...
@@ -339,7 +339,7 @@ CMS.Views.Metadata.List = CMS.Views.Metadata.AbstractEditor.extend({
...
@@ -339,7 +339,7 @@ CMS.Views.Metadata.List = CMS.Views.Metadata.AbstractEditor.extend({
_
.
each
(
value
,
function
(
ele
,
index
)
{
_
.
each
(
value
,
function
(
ele
,
index
)
{
var
template
=
_
.
template
(
var
template
=
_
.
template
(
'<li class="list-settings-item">'
+
'<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>'
+
'<a href="#" class="remove-action remove-setting" data-index="<%= index %>"><i class="icon-remove-sign"></i><span class="sr">Remove</span></a>'
+
'</li>'
'</li>'
);
);
...
...
cms/static/sass/views/_unit.scss
View file @
3e654550
...
@@ -771,7 +771,7 @@ body.course.unit {
...
@@ -771,7 +771,7 @@ body.course.unit {
margin
:
0
;
margin
:
0
;
.list-settings-item
{
.list-settings-item
{
margin-bottom
:
(
$baseline
/
4
);
margin-bottom
:
(
$baseline
/
2
);
}
}
// inputs
// inputs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment