From 89850ac5dd9b20f0e8b40f9ca12124ce646b77ba Mon Sep 17 00:00:00 2001
From: Matthew Juhl <mjuhl24@gmail.com>
Date: Thu, 17 Dec 2009 21:53:35 +0000
Subject: [PATCH] Fix login dialog width the pixels instead of percent

---
 unl_theme/scripts/JS/actionNotice.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unl_theme/scripts/JS/actionNotice.js b/unl_theme/scripts/JS/actionNotice.js
index 8d96c7f2..395e4db8 100644
--- a/unl_theme/scripts/JS/actionNotice.js
+++ b/unl_theme/scripts/JS/actionNotice.js
@@ -1,3 +1,3 @@
 $(document).ready(function(){
-   $("a#loginLink").colorbox({width:"67%", inline:true, href:"#login", height:"300px"});
+   $("a#loginLink").colorbox({width:"696px", inline:true, href:"#login", height:"300px"});
 });
\ No newline at end of file
-- 
GitLab