Add prefs for Pixelfade
[Hacks.git] / Main.css
index 1fe2ca5..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 {
+       width: 24px;
+       height: 24px;
+       padding: 5px 5px;
+       margin-right: 8px;
+       background-image: url(images/wrench.png);
+       background-repeat: no-repeat;
+       background-position: center center;
+}
+
+.prefs-done-button {
+       width: 300px;
+}
+
+.prefs-center {
+       width: 500px;
+       margin: 23px auto 0 auto;
+}
+
+.prefs-center .enyo-slider {
+       width: 300px;
 }