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
64387a4f
Commit
64387a4f
authored
Jan 09, 2013
by
cahrens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tom cruft to be deleted, problem editor CSS moved to correct location.
parent
67b72a92
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
57 deletions
+30
-57
cms/static/img/problem-settings-icon.png
+0
-0
cms/static/sass/_graphics.scss
+0
-57
common/lib/xmodule/xmodule/css/problem/edit.scss
+30
-0
No files found.
cms/static/img/problem-settings-icon.png
deleted
100644 → 0
View file @
67b72a92
1.29 KB
cms/static/sass/_graphics.scss
View file @
64387a4f
...
...
@@ -310,60 +310,3 @@
vertical-align
:
middle
;
background
:
url(../img/spinner-in-field.gif)
no-repeat
;
}
.problem-editor-icon
{
display
:
inline-block
;
width
:
26px
;
height
:
21px
;
vertical-align
:
middle
;
background
:
url(../img/problem-editor-icons.png)
no-repeat
;
}
.problem-editor-icon.multiple-choice
{
background-position
:
0
0
;
}
.problem-editor-icon.checks
{
background-position
:
-56px
0
;
}
.problem-editor-icon.string
{
width
:
28px
;
background-position
:
-111px
0
;
}
.problem-editor-icon.number
{
width
:
24px
;
background-position
:
-168px
0
;
}
.problem-editor-icon.dropdown
{
width
:
17px
;
background-position
:
-220px
0
;
}
.settings-icon
{
display
:
inline-block
;
width
:
20px
;
height
:
20px
;
vertical-align
:
middle
;
background
:
url(../img/problem-settings-icon.png)
no-repeat
;
}
.sort-icon
{
font-size
:
7px
;
vertical-align
:
middle
;
&
.down
:before
{
content
:
'▼'
;
}
&
.up
:before
{
content
:
'▲'
;
}
}
common/lib/xmodule/xmodule/css/problem/edit.scss
View file @
64387a4f
...
...
@@ -142,5 +142,35 @@
}
}
.problem-editor-icon
{
display
:
inline-block
;
width
:
26px
;
height
:
21px
;
vertical-align
:
middle
;
background
:
url(../img/problem-editor-icons.png)
no-repeat
;
}
.problem-editor-icon.multiple-choice
{
background-position
:
0
0
;
}
.problem-editor-icon.checks
{
background-position
:
-56px
0
;
}
.problem-editor-icon.string
{
width
:
28px
;
background-position
:
-111px
0
;
}
.problem-editor-icon.number
{
width
:
24px
;
background-position
:
-168px
0
;
}
.problem-editor-icon.dropdown
{
width
:
17px
;
background-position
:
-220px
0
;
}
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