From 59c6ae2287e52da7cf67e7bb8ae3fb53d07ab041 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 31 Dec 2008 09:00:05 +0000 Subject: [PATCH] Welcome to the future. --- Cydia.app/menes/style.css | 33 ++++++++--------- Cydia.app/package.html | 47 ++++++++++++++++++++---- Cydia.app/package.js | 76 ++++++++++++++++++++++++++------------- Cydia.mm | 22 ++---------- control | 2 +- 5 files changed, 110 insertions(+), 70 deletions(-) diff --git a/Cydia.app/menes/style.css b/Cydia.app/menes/style.css index a7e1949d..d9915c98 100644 --- a/Cydia.app/menes/style.css +++ b/Cydia.app/menes/style.css @@ -178,7 +178,7 @@ dialog > toolbar > a.forward-button { float: right; } /* }}} */ -/* fieldset {{{ */ + panel > block { background-color: #c7ced5; border-bottom: 1px solid #999999; @@ -335,39 +335,37 @@ fieldset > div > select { -webkit-appearance: none; } -fieldset > a, -fieldset > div > select { - background: no-repeat url(chevron.png); -} - -fieldset > a { - background-position-y: 13px; -} - -fieldset > a.thumb { - background-position-y: 24px; -} +/* Chevrons {{{ */ +fieldset > a[href], fieldset > div > select { - background-position-y: 11px; + background-repeat: no-repeat; + background-image: url(chevron.png); + background-position-y: center; } -list > fieldset > a { +/* Horizontal */ + +list > fieldset > a[href] { background-position-x: 295px; } -panel > fieldset > a { +panel > fieldset > a[href] { background-position-x: 275px; } +list > fieldset > a:not([href]) > select, list > fieldset > div > select { background-position-x: 192px; } +panel > fieldset > a:not([href]) > select, panel > fieldset > div > select { background-position-x: 163px; } +/* }}} */ + fieldset > textarea, fieldset > div > input, fieldset > div > select, @@ -419,7 +417,7 @@ fieldset > div > div { width: 273px; } -fieldset > a > div { +fieldset > a:not(.thumb) > div { width: 250px; } @@ -490,4 +488,3 @@ fieldset > a.thumb > back { top: -1px; width: 237px; } -/* }}} */ diff --git a/Cydia.app/package.html b/Cydia.app/package.html index 3e634752..75b86f0e 100644 --- a/Cydia.app/package.html +++ b/Cydia.app/package.html @@ -14,7 +14,7 @@ if (count++ != 0) return; $("#depiction-load").remove(); - $("#depiction-src").css("display" "block"); + $("#depiction-src").css("display", "block"); } var remove = function() { @@ -24,6 +24,32 @@