Skip to content

Commit

Permalink
MDL-42102 tinymce: improved icons
Browse files Browse the repository at this point in the history
  • Loading branch information
barbararamiro authored and Sam Hemelryk committed Nov 1, 2013
1 parent 575d38d commit dee6073
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 18 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,12 @@
.moodleSkin span.mce_image {background:url(img/insert_edit_image.png) center center no-repeat;}
.moodleSkin span.mce_help {background:url(img/help.png) center center no-repeat;}
.moodleSkin span.mce_code {background:url(img/source_code.png) center center no-repeat;}
.moodleSkin span.mce_hr {background:url(img/insert_horizontal_rule.png) center center no-repeat;}
.moodleSkin span.mce_hr {background:url(img/insert_horizontal_ruler.png) center center no-repeat;}
.moodleSkin span.mce_charmap {background:url(img/special_character.png) center center no-repeat;}
.moodleSkin span.mce_paste {background:url(img/paste.png) center center no-repeat;}
.moodleSkin span.mce_copy {background:url(img/copy.png) center center no-repeat;}
.moodleSkin span.mce_cut {background:url(img/cut.png) center center no-repeat;}
.moodleSkin span.mce_blockquote {background:url(img/blockquote.png) center center no-repeat;}
.moodleSkin span.mce_blockquote {background:url(img/toggle_blockquote.png) center center no-repeat;}
.moodleSkin span.mce_removeformat {background:url(img/clear_formatting.png) center center no-repeat;}
.moodleSkin span.mce_cleanup {background:url(img/cleanup_messy_code.png) center center no-repeat;}
.moodleSkin span.mce_ltr {background:url(img/left_to_right.png) center center no-repeat;}
Expand Down Expand Up @@ -265,4 +265,4 @@

/* Theme */
.moodleSkin td.mceToolbar, .moodleSkin td.mceStatusbar, .moodleSkin .mceMenuItemTitle a {background:#F2F2F2}
.moodleSkin .mceListBox .mceText {background:#FFF}
.moodleSkin .mceListBox .mceText {background:#FFF}

0 comments on commit dee6073

Please sign in to comment.