Aleksander Machniak
2014-05-05 ccb41747d994b0ba1ce0a2b9dd6456fccff247c3
Make TinyMCE4 buttons smaller
2 files modified
10 ■■■■ changed files
program/js/editor.js 1 ●●●● patch | view | raw | blame | history
skins/classic/common.css 9 ●●●● patch | view | raw | blame | history
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,
skins/classic/common.css
@@ -597,8 +597,13 @@
  height: 16px;
}
.mce-btn button {
  height: 28px;
.mce-btn-small button {
  height: 22px;
}
.mce-btn-small i {
  line-height: 16px !important;
  vertical-align: text-top !important;
}
/***** common table settings ******/