studio html editor - styled <pre> and <code> elements, revised code tinyMCE icon

This commit is contained in:
Brian Talbot
2013-01-22 23:32:51 -05:00
parent 023dadd074
commit 5e7726079e
4 changed files with 3 additions and 1 deletions

View File

@@ -100,6 +100,7 @@ code {
color: $baseFontColor;
font-family: monospace, serif;
background: none;
padding: 0;
}
table {

View File

@@ -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')
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B