X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/f464053e71c47280c84c901db3ea3faa7d0222c2..18159e09e7085546f2afd4ca195f553c1d212d13:/Cydia.app/package.html diff --git a/Cydia.app/package.html b/Cydia.app/package.html index 6399067d..0c7762e4 100644 --- a/Cydia.app/package.html +++ b/Cydia.app/package.html @@ -38,13 +38,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; } @@ -71,26 +71,108 @@ #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 { + margin: auto 0; + position: absolute; + left: 72px; + } + + #content > div { + margin: 7px; + } + + #name { + font-weight: bold; + } + + #latest { + color: #335588; + } + + #description { + background-color: #c7ced5; + border-bottom: 1px solid #999999; + border-top: 1px solid #999999; + font-size: 16px; + margin: 9px 10px; + padding: 10px; + }