From a6233dfe2065e011b38adeb9480e0b741fe48f84 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Mon, 20 Apr 2009 20:07:14 +0000 Subject: [PATCH] - Patch #439038 by JeremyFrench: fixed typo in CSS file. --- misc/ahah.js | 2 +- modules/system/system-rtl.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/ahah.js b/misc/ahah.js index 70199f35a26f..ebfdffb75f98 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 fb5146527463..0983da8dc275 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 { -- GitLab