projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
288fb83
)
Properly removing margin from .formSubmit within dialogs
author
Alexander Ebert
<ebert@woltlab.com>
Wed, 13 Feb 2013 15:58:33 +0000
(16:58 +0100)
committer
Alexander Ebert
<ebert@woltlab.com>
Wed, 13 Feb 2013 15:58:33 +0000
(16:58 +0100)
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index bda85578eeba738bc1961f4ff04727db3d50b12a..015489fae22e34634c0ca587cde2c50ae2f22cb0 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-7707,7
+7707,7
@@
$.widget('ui.wcfDialog', {
this._content.addClass('dialogForm').css({ marginBottom: $heightDifference + 'px' });
}
else {
- this._content.removeClass('dialogForm');
+ this._content.removeClass('dialogForm')
.css({ marginBottom: '0px' })
;
}
// calculate dimensions