diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-07-09 19:31:36 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-07-09 19:31:36 +0200 |
commit | ac0ec6d546b283c8a125abd6a03b31fc908346b9 (patch) | |
tree | fe7744bdd9aa8531404d3d9a00c15a47b0a0d3f1 /skins/larry | |
parent | dc43ae4ed0b8aabfc5107a9d890e88c47d89f9a5 (diff) |
Fix TinyMCE buttons in webkit browsers
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index b9fefc6bd..b0ff04f31 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -2846,3 +2846,8 @@ ul.toolbarmenu li span.copy { .mce-btn-small .mce-ico { display: inline; /* for old Firefox */ } + +.mce-btn-small i { + line-height: 16px !important; + vertical-align: text-top !important; +} |