From 99dd60ca840c309494208ecd051349d7c1e51b9e Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Mon, 11 Aug 2008 23:38:38 +0000 Subject: [PATCH] fixed css error, increased the delay before refreshing the ui to give the stylesheet more time to load --- deluge/ui/webui/templates/ajax/static/js/deluge.js | 2 +- deluge/ui/webui/templates/ajax/template_style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deluge/ui/webui/templates/ajax/static/js/deluge.js b/deluge/ui/webui/templates/ajax/static/js/deluge.js index 40e67b3a9..bd6a4ba88 100644 --- a/deluge/ui/webui/templates/ajax/static/js/deluge.js +++ b/deluge/ui/webui/templates/ajax/static/js/deluge.js @@ -158,7 +158,7 @@ Deluge.UI = { this.vbox.refresh(); this.vbox.calculatePositions(); this.overlay.dispose(); - }.bind(this).delay(100); + }.bind(this).delay(500); }; }, diff --git a/deluge/ui/webui/templates/ajax/template_style.css b/deluge/ui/webui/templates/ajax/template_style.css index c7860c806..0606064c6 100644 --- a/deluge/ui/webui/templates/ajax/template_style.css +++ b/deluge/ui/webui/templates/ajax/template_style.css @@ -13,7 +13,7 @@ Version: 0.1 html, body { padding: 0px; margin: 0px; - width: 100%: + width: 100%; height: 100%; overflow: hidden; }