From 9a97dbc34826ebdaf8470e71ddd532921fed3a95 Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Wed, 31 Aug 2011 18:39:32 -0400 Subject: [PATCH] Fixed css issues with load and error boxes. --- src/css/pannellum.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/css/pannellum.css b/src/css/pannellum.css index a8fb70f..df7dcf7 100644 --- a/src/css/pannellum.css +++ b/src/css/pannellum.css @@ -171,8 +171,8 @@ body position:absolute; top:50%; left:50%; - width:200px; - height:150px; + width:194px; + height:144px; margin:-75px 0px 0px -100px; background-color:rgba(255,255,255,.85); -webkit-border-radius: 10px; @@ -243,8 +243,8 @@ body position:absolute; top:50%; left:50%; - width:200px; - height:150px; + width:194px; + height:144px; margin:-75px 0px 0px -100px; background-color:rgba(255,255,255,.85); -webkit-border-radius: 10px; @@ -287,8 +287,8 @@ body position:absolute; top:50%; left:50%; - width:200px; - height:150px; + width:194px; + height:144px; margin:-75px 0px 0px -100px; background-color:rgba(255,255,255,.85); -webkit-border-radius: 10px;