From 168834cf3441da68a3fceb7c0d6252e837253365 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 6 Oct 2016 16:32:34 -0400 Subject: [PATCH] changing calendar view events ajax request loading gif overlay to 100% to accommodate mobile view --- css/front.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/front.css b/css/front.css index 38442f8..f1faeac 100644 --- a/css/front.css +++ b/css/front.css @@ -198,7 +198,7 @@ input[name='contact_fname'], input[name='contact_lname']{ top: 0; left: 0; background-color: rgba(0,0,0, 0.5); - width: 1110px; + width: 100%; height: 900px; z-index: 999; } -- 2.17.1