This option allows specification of the indentation level for indent/outdent buttons in the UI.

This defaults to 30px but can be any value.

tinymce.init({
        ...
        indentation : '20pt'
});