Skip to content
Snippets Groups Projects
Commit 89850ac5 authored by Matthew Juhl's avatar Matthew Juhl
Browse files

Fix login dialog width the pixels instead of percent

parent 247f6cf2
No related branches found
No related tags found
No related merge requests found
$(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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment