From b97939c1022d95d2b698776a72186409b6f814d8 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 19 Jun 2014 14:55:05 +0200 Subject: Small css fixes --- skins/larry/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'skins/larry/styles.css') diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 6b3b6f21c..83adaebec 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1195,6 +1195,7 @@ a.iconlink.upload { cursor: default; padding: 4px 8px; line-height: 17px; + height: 17px; white-space: nowrap; } @@ -2829,3 +2830,8 @@ ul.toolbarmenu li span.copy { #image-selector-form.droptarget { background: url(images/filedrop.png) center bottom no-repeat; } + +/** Common TinyMCE fixes **/ +.mce-btn-small .mce-ico { + display: inline; /* for old Firefox */ +} -- cgit v1.2.3