X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/f159ecd4563b3bfe14720e2dc5ed8fd646e516f7..2e018aa45473ef882d7fb78eaeb6182723399da8:/Cydia.app/package.html diff --git a/Cydia.app/package.html b/Cydia.app/package.html index 710b87a9..3e634752 100644 --- a/Cydia.app/package.html +++ b/Cydia.app/package.html @@ -14,13 +14,11 @@ if (count++ != 0) return; $("#depiction-load").remove(); - $.each($("#depiction-src"), function (node) { - node.style.display = "block"; - }); + $("#depiction-src").css("display" "block"); } var remove = function() { - $(".description").display("block"); + $(".description").css("display", "block"); $(".depiction").remove(); } @@ -38,13 +36,13 @@ } #depiction { - margin-bottom: -7px; + margin: -8px 0; overflow: hidden; width: 320px; } #notice { - margin-bottom: -14px; + margin: -8px 0 -9px 0; overflow: hidden; width: 320px; } @@ -74,15 +72,18 @@ #boundry { float: left; - width: 60px; + width: 64px; } #icon { - height: 59px; - max-width: 60px; - width: auto; + background-position: center center; + background-repeat: no-repeat; + -webkit-border-radius: 9px; + height: 64px; + width: 64px; } + /* XXX: this style is out of date */ #reflection { height: 59px; max-width: 60px; @@ -92,7 +93,7 @@ width: auto; } - #id { + #id, #author, #maintainer, #sponsor { white-space: nowrap; } @@ -103,78 +104,143 @@ #header > div { padding: 0; - margin-left: 2px; } #content { - float: right; - margin: auto 0; + padding: 5px; + position: absolute; + left: 77px; + width: 232px; } - #content > div { - margin: 7px; + #lower { + margin: 0px 5px; } #name { + margin-bottom: 10px; font-weight: bold; + font-size: 17px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } #latest { color: #335588; + float: left; + } + + a[href].rating { + background: 105px 7px no-repeat url(menes/chevron.png); + } + + .rating { + /*border: 1px solid #999999;*/ + -webkit-border-radius: 6px; + padding: 7px 7px; + margin: -7px 0px; + float: right; + width: 124px; + } + + .rating .back, + .rating .fore, + .rating .star { + background: url(star.png); + height: 16px; + } + + .rating .back, + .rating .fore { + width: 80px; + } + + .rating .star { + display: inline-block; + width: 16px; + } + + .rating .back { + opacity: 0.2; + } + + .rating .fore { + /*border-right: 1px solid #999999;*/ + position: absolute; + } + + .rating .text { + display: inline-block; + color: #4d4d70; + margin: 0 6px; + vertical-align: top; + } + + #rating-none, + #rating-done { + display: none; } -
- +