Re: [css-d] button padding in FF

2008-05-08 Thread wwwebpro
> sam foster wrote: > >> Example at: >> http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/ >> test_Toolbar.html >> >> >> Sam >> >> > > > > Unable load. Crashes FF/2.0.0.14 Mac OS X 10.4.11 > Does load in Mac/Opera, Safari, & Camino. > > -- > http://chelseacreekstudio.com/ > For wh

Re: [css-d] button padding in FF

2008-05-07 Thread Philippe Wittenbergh
On May 7, 2008, at 11:49 PM, sam foster wrote: > Got a fix for this though, from: > http://www.sitepoint.com/forums/showthread.php?t=547059 > > button.myClass::-moz-focus-inner { > padding:0; > border:none; > } Whacking myself for forgetting about that one. :-( It did cause me some g

Re: [css-d] button padding in FF

2008-05-07 Thread sam foster
Hmm. the plot thickens. In mozilla's forms.css is where it all happens: button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { padding: 0px 2px

Re: [css-d] button padding in FF

2008-05-05 Thread Philippe Wittenbergh
On May 5, 2008, at 11:26 PM, sam foster wrote: > does anyone know a trick to get rid of the minimum padding that FF > applies to button elements? I'm putting background image on a span > inside a button and its applying 3px left/right padding around the > contents, even if I set padding: 0. > Als

Re: [css-d] button padding in FF

2008-05-05 Thread sam foster
I have that exact browser, albeit on OS X 10.5.2 - as have many 1000s of dojo users, so thats a worrying report. Firebug or other addon instability? Thanks for going and taking a look though. I've put up a reduced test case at: http://sam-i-am.com/work/sandbox/css/buttonpadding.html On Mon, May 5

Re: [css-d] button padding in FF

2008-05-05 Thread David Laakso
sam foster wrote: > Example at: > http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/test_Toolbar.html > > > Sam > Unable load. Crashes FF/2.0.0.14 Mac OS X 10.4.11 Does load in Mac/Opera, Safari, & Camino. -- http://chelseacreekstudio.com/ _

[css-d] button padding in FF

2008-05-05 Thread sam foster
does anyone know a trick to get rid of the minimum padding that FF applies to button elements? I'm putting background image on a span inside a button and its applying 3px left/right padding around the contents, even if I set padding: 0. Also tried -moz-padding-start: 0; -moz-padding-end: 0; to no e