Add gray to global colors list
[Hacks.git] / Main.css
index 1fe2ca5..69308ae 100644 (file)
--- a/Main.css
+++ b/Main.css
 .info.dark {
        color: #AFAFAf;
 }
+
+.info .enyo-menuitem {
+       font-size: 24px;
+}
+
+.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;
+}