diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-04-20 20:07:14 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-04-20 20:07:14 +0000 |
commit | a6233dfe2065e011b38adeb9480e0b741fe48f84 (patch) | |
tree | 7aef57f144c9366ca433b4bca567a4287eb44e25 | |
parent | f09028107ca18a8f897ff517d2ed04688e1c567d (diff) | |
download | brdo-a6233dfe2065e011b38adeb9480e0b741fe48f84.tar.gz brdo-a6233dfe2065e011b38adeb9480e0b741fe48f84.tar.bz2 |
- Patch #439038 by JeremyFrench: fixed typo in CSS file.
-rw-r--r-- | misc/ahah.js | 2 | ||||
-rw-r--r-- | modules/system/system-rtl.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/ahah.js b/misc/ahah.js index 70199f35a..ebfdffb75 100644 --- a/misc/ahah.js +++ b/misc/ahah.js @@ -220,7 +220,7 @@ Drupal.ahah.prototype.error = function (response, uri) { // Undo hide. $(this.wrapper).show(); // Re-enable the element. - $(this.element).removeClass('progess-disabled').attr('disabled', false); + $(this.element).removeClass('progress-disabled').attr('disabled', false); }; })(jQuery); diff --git a/modules/system/system-rtl.css b/modules/system/system-rtl.css index fb5146527..0983da8dc 100644 --- a/modules/system/system-rtl.css +++ b/modules/system/system-rtl.css @@ -78,7 +78,7 @@ div.teaser-button-wrapper { .progress .percentage { float: left; } -.progess-disabled { +.progress-disabled { float: right; } .ahah-progress { |