X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/2f4fac47b8eca803321bf03b7b6727141ac128ff..f159ecd4563b3bfe14720e2dc5ed8fd646e516f7:/Cydia.app/package.html diff --git a/Cydia.app/package.html b/Cydia.app/package.html index fbeb037b..710b87a9 100644 --- a/Cydia.app/package.html +++ b/Cydia.app/package.html @@ -71,26 +71,98 @@ #warnings > div > label { color: red; } + + #boundry { + float: left; + width: 60px; + } + + #icon { + height: 59px; + max-width: 60px; + width: auto; + } + + #reflection { + height: 59px; + max-width: 60px; + opacity: 0.4; + position: absolute; + -webkit-transform: matrix(1, 0, 0, -1, 0, 0); + width: auto; + } + + #id { + white-space: nowrap; + } + + #header { + background: transparent; + border: none; + } + + #header > div { + padding: 0; + margin-left: 2px; + } + + #content { + float: right; + margin: auto 0; + } + + #content > div { + margin: 7px; + } + + #name { + font-weight: bold; + } + + #latest { + color: #335588; + }