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
5e772607
Commit
5e772607
authored
Jan 22, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio html editor - styled <pre> and <code> elements, revised code tinyMCE icon
parent
023dadd0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
1 deletions
+3
-1
cms/static/css/tiny-mce.css
+1
-0
common/lib/xmodule/xmodule/css/html/display.scss
+1
-0
common/lib/xmodule/xmodule/js/src/html/edit.coffee
+1
-1
common/static/images/ico-tinymce-code.png
+0
-0
No files found.
cms/static/css/tiny-mce.css
View file @
5e772607
...
...
@@ -117,6 +117,7 @@ code {
font-family
:
monospace
,
serif
;
background
:
none
;
color
:
#3c3c3c
;
padding
:
0
;
}
table
{
...
...
common/lib/xmodule/xmodule/css/html/display.scss
View file @
5e772607
...
...
@@ -100,6 +100,7 @@ code {
color
:
$baseFontColor
;
font-family
:
monospace
,
serif
;
background
:
none
;
padding
:
0
;
}
table
{
...
...
common/lib/xmodule/xmodule/js/src/html/edit.coffee
View file @
5e772607
...
...
@@ -51,7 +51,7 @@ class @HTMLEditingDescriptor
@
setupTinyMCE
:
(
ed
)
->
ed
.
addButton
(
'wrapAsCode'
,
{
title
:
'Code Block'
,
image
:
'/static/images/
code.gif
'
,
image
:
'/static/images/
ico-tinymce-code.png
'
,
onclick
:
()
->
ed
.
formatter
.
toggle
(
'code'
)
})
...
...
common/static/images/ico-tinymce-code.png
0 → 100644
View file @
5e772607
553 Bytes
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