From 250fdfdd1a2fec70aaaab9e11d426ba53d9c9200 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Fri, 3 Dec 2010 23:39:29 -0800 Subject: Make errors not horribly ugly looking on the iPad. --- MobileCydia.app/error.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'MobileCydia.app') diff --git a/MobileCydia.app/error.html b/MobileCydia.app/error.html index a68ff76..20fc24d 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 { -- cgit v1.2.3