]> git.saurik.com Git - cydia.git/commitdiff
Make errors not horribly ugly looking on the iPad.
authorGrant Paul <chpwn@chpwn.com>
Sat, 4 Dec 2010 07:39:29 +0000 (23:39 -0800)
committerGrant Paul <chpwn@chpwn.com>
Sat, 4 Dec 2010 07:39:29 +0000 (23:39 -0800)
MobileCydia.app/error.html

index a68ff76896161c82d21dce7f4db674d2935d6fda..20fc24d0794217086dfd2d767459c90aac679dc6 100644 (file)
@@ -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 {