From ccb41747d994b0ba1ce0a2b9dd6456fccff247c3 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 05 May 2014 09:27:08 -0400
Subject: [PATCH] Make TinyMCE4 buttons smaller

---
 program/js/editor.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/program/js/editor.js b/program/js/editor.js
index 8a6e884..b2d13f9 100644
--- a/program/js/editor.js
+++ b/program/js/editor.js
@@ -24,6 +24,7 @@
       content_css: config.skin_path + '/editor_content.css',
       menubar: false,
       statusbar: false,
+      toolbar_items_size: 'small',
       extended_valid_elements: 'font[face|size|color|style],span[id|class|align|style]',
       relative_urls: false,
       remove_script_host: false,

--
Gitblit v1.9.1