Fix loading for Pixelfade
[Hacks.git] / Main.css
index 69308ae..8d95ddd 100644 (file)
--- a/Main.css
+++ b/Main.css
        left: 0;
        bottom: 0;
        width: 100%;
-       padding: 24px;
+       padding: 36px 24px 20px 24px;
        font-size: 24px;
        -webkit-transition-property: opacity;
        -webkit-transition-duration: 0.6s;
+       background: -webkit-gradient(linear, 0 top, 0 bottom, color-stop(0, rgba(255,255,255,0)), color-stop(0.2, rgba(255,255,255,0.8)), color-stop(1, rgba(255,255,255,0.8)));
        color: #303030;
 }
 
-.info.dark {
-       color: #AFAFAf;
-}
-
 .info .enyo-menuitem {
        font-size: 24px;
+       height: 28px;
+       padding-top: 6px;
 }
 
 .wrench {