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
5fee7eea
Commit
5fee7eea
authored
Jan 23, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - further resolved bug with .header CSS inheritance and problem editor menu UI
parent
2ca267dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
cms/templates/widgets/problem-edit.html
+2
-2
common/lib/xmodule/xmodule/css/problem/edit.scss
+1
-3
No files found.
cms/templates/widgets/problem-edit.html
View file @
5fee7eea
...
...
@@ -4,8 +4,8 @@
%if markdown != '' or data == '
<problem>
\n
</problem>
\n':
<div
class=
"editor-bar"
>
<ul
class=
"format-buttons"
>
<li><a
href=
"#"
class=
"header-button"
data-tooltip=
"Head
er
"
><span
class=
"problem-editor-icon head
er
"
></span></a></li>
<li><a
href=
"#"
class=
"header-button"
data-tooltip=
"Head
ing 1
"
><span
class=
"problem-editor-icon head
ing1
"
></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
...
...
common/lib/xmodule/xmodule/css/problem/edit.scss
View file @
5fee7eea
...
...
@@ -107,11 +107,9 @@
background
:
url(../img/problem-editor-icons.png)
no-repeat
;
}
.problem-editor-icon.head
er
{
.problem-editor-icon.head
ing1
{
width
:
18px
;
background-position
:
-265px
0
;
border
:
none
;
padding
:
0
;
}
.problem-editor-icon.multiple-choice
{
...
...
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