X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=Main.css;h=69308aedefa698bccdb2deb697356f8f4b47b7f2;hb=71be66e0be3e483ac6f348c74975aa8a9f3fdb89;hp=1fe2ca582d7fcb2a4625548ba5a5f84098115b64;hpb=7f476a519a8abeecf6c1e19e4e91635ea324d608;p=Hacks.git diff --git a/Main.css b/Main.css index 1fe2ca5..69308ae 100644 --- a/Main.css +++ b/Main.css @@ -27,3 +27,30 @@ .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; +}