From e526e1e9508581353c069ef2d8363081ee2453a8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 22 Mar 2012 15:43:37 +0800 Subject: [PATCH] css/inline-editor.css --- css/inline-editor.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/inline-editor.css b/css/inline-editor.css index dacae23166..7193ca1795 100644 --- a/css/inline-editor.css +++ b/css/inline-editor.css @@ -53,7 +53,8 @@ .x-html-editor-tb .x-btn-text { background:transparent url(../images/default/form/htmleditor.gif) no-repeat scroll 0% 0%; } -.x-html-editor-tb .x-btn-text { width: 18px; } +/* this seems to restrict buttons if you add text buttons to toolbar.. - used to be just width: */ +.x-html-editor-tb .x-btn-text { min-width: 18px; } /* all the rest are done with background offsets ( -16 height each one ) */ -- 2.39.2