From: Jay Freeman (saurik) Date: Sun, 21 Dec 2008 09:40:39 +0000 (+0000) Subject: Fixed spacing issues. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/e52a2683da83e18b84ea73776e801f2b93343eaf Fixed spacing issues. --- diff --git a/Cydia.app/menes/style.css b/Cydia.app/menes/style.css index 875907d9..1993005e 100644 --- a/Cydia.app/menes/style.css +++ b/Cydia.app/menes/style.css @@ -345,7 +345,6 @@ fieldset > textarea { fieldset > a > label, fieldset > div > label { font-weight: bold; - padding: 1px 0 0 0; position: absolute; } diff --git a/Cydia.app/package.js b/Cydia.app/package.js index bab0b2f9..fb065801 100644 --- a/Cydia.app/package.js +++ b/Cydia.app/package.js @@ -114,7 +114,7 @@ $(function () { if (author == null) $(".author").remove(); else { - $("#author").html(author.name); + space("#author", author.name, 160); if (author.address == null) $("#author-icon").remove(); else @@ -172,7 +172,7 @@ $(function () { if (maintainer == null) $(".maintainer").remove(); else { - $("#maintainer").html(maintainer.name); + space("#maintainer", maintainer.name, 153); if (maintainer.address == null) $("#maintainer-icon").remove(); else @@ -183,7 +183,7 @@ $(function () { if (sponsor == null) $(".sponsor").remove(); else { - $("#sponsor").html(sponsor.name); + space("#sponsor", sponsor.name, 152); $("#sponsor-href").href(sponsor.address); }