]> git.saurik.com Git - cydget.git/blobdiff - Welcome.html
Use new LCD bar background on iPad.
[cydget.git] / Welcome.html
index c6f947f0375270308408ef54142faeb2f2ac9c19..1df4b5ad41df0bc06d84dce6b463c4ec713e9868 100644 (file)
@@ -32,7 +32,6 @@
 
     #lcd {
         background: url(cydget://_UIImageWithName/UILCDBackground.png);
-        height: 96px;
         width: 100%;
     }
 
     }
 
     @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
+        #lcd {
+            height: 96px;
+        }
+
         #lcd h1 {
             font-size: 65px;
             top: -6px;
     }
 
     @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
+        #lcd {
+            background: url(file:///System/Library/PrivateFrameworks/TelephonyUI.framework/BarLCD.png);
+            height: 96px;
+        }
+
         #lcd h1 {
             font-size: 69px;
             top: -8px;
@@ -77,6 +85,7 @@
 
     @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
         #lcd {
+            background: url(file:///System/Library/PrivateFrameworks/TelephonyUI.framework/BarLCD_T.png);
             height: 107px;
         }