From 531f66367a9ff90e1dbe32c4b1341bca3d6f1326 Mon Sep 17 00:00:00 2001 From: "hangas%netscape.com" Date: Tue, 21 Sep 1999 05:14:49 +0000 Subject: [PATCH] Hacked default titledbutton style to center text and icon. --- xpfe/global/resources/skin/xul.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xpfe/global/resources/skin/xul.css b/xpfe/global/resources/skin/xul.css index ea8da6181c71..8851325a833e 100644 --- a/xpfe/global/resources/skin/xul.css +++ b/xpfe/global/resources/skin/xul.css @@ -525,6 +525,8 @@ titledbutton[default] { /* border-color: black; */ font-weight: bold; list-style-image: url("chrome://global/skin/return.gif"); + /* FIX ME - temporary workaround to offset the lack of a way to align text and image */ + padding-right: 2em; } titledbutton:active:-moz-outline {