Just checked bjrn's method with Firefox and the web developer extension--before you are able to view the properties and classes, but afterward it simply will not select it. Like it disappeared from the DOM or something.
Hmm. You're right, the "Submit" class wasn't the button, it was the div the button should be in. As with the Firefox Webdev extension, I'm getting no info at all on the button.
"it's not ajax, it's just javascript..."
Yeah, what he said. I guess I meant the "J". :)
"Could it be that disabling the button causes it to lose its class and shrink?"
I have the feeling it could validly be given a class of "Disabled"... :)
hmm... tried adding something like this to the stylesheet:.Button[disabled="true"]
{ -css stuff goes here- } found it on a board somewhere... I think it is the right tree to bark up on, but doesn't seem to work.
Haven't bothered with it since I posted that. I figured the two basic workarounds of removing either the padding declaration under Form * { or that line in the JS would be enough.
Comments
Odd.
Could it be that disabling the button causes it to lose its class and shrink?
global.js
:// Sender.disabled = true;
::Drum roll::
and it stoped shrinking.
::Cymbal clash::
it won't be disabled and your forum will be OVERRUN WITH DOUBLE POSTS
.Button[disabled="true"] { -css stuff goes here- }
found it on a board somewhere... I think it is the right tree to bark up on, but doesn't seem to work.
Form * {
or that line in the JS would be enough.