From f0dce0ec33700b075ce43b3c12ca81399d70658b Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Fri, 3 Dec 2010 23:39:29 -0800 Subject: [PATCH] Make errors not horribly ugly looking on the iPad. --- MobileCydia.app/error.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MobileCydia.app/error.html b/MobileCydia.app/error.html index a68ff768..20fc24d0 100644 --- a/MobileCydia.app/error.html +++ b/MobileCydia.app/error.html @@ -13,7 +13,8 @@ background-size: 7px 1px; display: table; font-family: Helvetica; - height: 337px; + height: 100%; + width: 100%; margin: 0; text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0 } @@ -21,9 +22,9 @@ div.page { display: table-cell; text-align: center; + width: 320px; margin: 0 auto; vertical-align: middle; - width: 320px; } div.title { -- 2.47.2