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
04e94473
Commit
04e94473
authored
Jan 13, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added in icons for header and explanation markdown elements
parent
1bf2cdd5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
+12
-2
cms/static/img/problem-editor-icons.png
+0
-0
cms/templates/widgets/problem-edit.html
+2
-2
common/lib/xmodule/xmodule/css/problem/edit.scss
+10
-0
No files found.
cms/static/img/problem-editor-icons.png
View replaced file @
1bf2cdd5
View file @
04e94473
3.23 KB
|
W:
|
H:
2.25 KB
|
W:
|
H:
2-up
Swipe
Onion skin
cms/templates/widgets/problem-edit.html
View file @
04e94473
...
...
@@ -5,7 +5,7 @@
<div
class=
"editor-bar"
>
<ul
class=
"format-buttons"
>
<li><a
href=
"#"
class=
"header-button"
data-tooltip=
"Header"
><span
class=
"problem-editor-icon
dropdown
"
></span></a></li>
class=
"problem-editor-icon
header
"
></span></a></li>
<li><a
href=
"#"
class=
"multiple-choice-button"
data-tooltip=
"Multiple Choice"
><span
class=
"problem-editor-icon multiple-choice"
></span></a></li>
<li><a
href=
"#"
class=
"checks-button"
data-tooltip=
"Check Multiple"
><span
...
...
@@ -17,7 +17,7 @@
<li><a
href=
"#"
class=
"dropdown-button"
data-tooltip=
"Option Response"
><span
class=
"problem-editor-icon dropdown"
></span></a></li>
<li><a
href=
"#"
class=
"explanation-button"
data-tooltip=
"Explanation (aka Solution)"
><span
class=
"problem-editor-icon
dropdow
n"
></span></a></li>
class=
"problem-editor-icon
explanatio
n"
></span></a></li>
</ul>
<ul
class=
"editor-tabs"
>
<li><a
href=
"#"
class=
"xml-tab advanced-toggle"
data-tab=
"xml"
>
Advanced Editor
</a></li>
...
...
common/lib/xmodule/xmodule/css/problem/edit.scss
View file @
04e94473
...
...
@@ -131,6 +131,11 @@
background
:
url(../img/problem-editor-icons.png)
no-repeat
;
}
.problem-editor-icon.header
{
width
:
18px
;
background-position
:
-265px
0
;
}
.problem-editor-icon.multiple-choice
{
background-position
:
0
0
;
}
...
...
@@ -154,4 +159,9 @@
background-position
:
-220px
0
;
}
.problem-editor-icon.explanation
{
width
:
17px
;
background-position
:
-307px
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