From 96b046470a55b011ad7a6610f36f2bd68504de6f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 28 Oct 2015 14:41:02 -0700 Subject: RT 4.2: fix ckeditor icons, RT#13852 --- rt/share/static/RichText/skins/kama/icons.png | Bin 0 -> 13244 bytes .../static/RichText/skins/kama/images/dialog_sides.gif | Bin 0 -> 48 bytes .../static/RichText/skins/kama/images/dialog_sides.png | Bin 0 -> 178 bytes .../RichText/skins/kama/images/dialog_sides_rtl.png | Bin 0 -> 181 bytes rt/share/static/RichText/skins/kama/images/mini.gif | Bin 0 -> 183 bytes rt/share/static/RichText/skins/kama/images/sprites.png | Bin 0 -> 7086 bytes .../static/RichText/skins/kama/images/sprites_ie6.png | Bin 0 -> 2724 bytes .../static/RichText/skins/kama/images/toolbar_start.gif | Bin 0 -> 105 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 rt/share/static/RichText/skins/kama/icons.png create mode 100644 rt/share/static/RichText/skins/kama/images/dialog_sides.gif create mode 100644 rt/share/static/RichText/skins/kama/images/dialog_sides.png create mode 100644 rt/share/static/RichText/skins/kama/images/dialog_sides_rtl.png create mode 100644 rt/share/static/RichText/skins/kama/images/mini.gif create mode 100644 rt/share/static/RichText/skins/kama/images/sprites.png create mode 100644 rt/share/static/RichText/skins/kama/images/sprites_ie6.png create mode 100644 rt/share/static/RichText/skins/kama/images/toolbar_start.gif diff --git a/rt/share/static/RichText/skins/kama/icons.png b/rt/share/static/RichText/skins/kama/icons.png new file mode 100644 index 000000000..a2a385773 Binary files /dev/null and b/rt/share/static/RichText/skins/kama/icons.png differ diff --git a/rt/share/static/RichText/skins/kama/images/dialog_sides.gif b/rt/share/static/RichText/skins/kama/images/dialog_sides.gif new file mode 100644 index 000000000..8f91b4753 Binary files /dev/null and b/rt/share/static/RichText/skins/kama/images/dialog_sides.gif differ diff --git a/rt/share/static/RichText/skins/kama/images/dialog_sides.png b/rt/share/static/RichText/skins/kama/images/dialog_sides.png new file mode 100644 index 000000000..1042a61cf Binary files /dev/null and b/rt/share/static/RichText/skins/kama/images/dialog_sides.png differ diff --git a/rt/share/static/RichText/skins/kama/images/dialog_sides_rtl.png b/rt/share/static/RichText/skins/kama/images/dialog_sides_rtl.png new file mode 100644 index 000000000..d7f7b49fc Binary files /dev/null and b/rt/share/static/RichText/skins/kama/images/dialog_sides_rtl.png differ diff --git a/rt/share/static/RichText/skins/kama/images/mini.gif b/rt/share/static/RichText/skins/kama/images/mini.gif new file mode 100644 index 000000000..54d910741 Binary files /dev/null and b/rt/share/static/RichText/skins/kama/images/mini.gif differ diff --git a/rt/share/static/RichText/skins/kama/images/sprites.png b/rt/share/static/RichText/skins/kama/images/sprites.png new file mode 100644 index 000000000..0cb4e1c6c Binary files /dev/null and b/rt/share/static/RichText/skins/kama/images/sprites.png differ diff --git a/rt/share/static/RichText/skins/kama/images/sprites_ie6.png b/rt/share/static/RichText/skins/kama/images/sprites_ie6.png new file mode 100644 index 000000000..5bb305c8d Binary files /dev/null and b/rt/share/static/RichText/skins/kama/images/sprites_ie6.png differ diff --git a/rt/share/static/RichText/skins/kama/images/toolbar_start.gif b/rt/share/static/RichText/skins/kama/images/toolbar_start.gif new file mode 100644 index 000000000..1774246c2 Binary files /dev/null and b/rt/share/static/RichText/skins/kama/images/toolbar_start.gif differ -- cgit v1.2.1