X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=static%2Fdebpkg.css;h=fd12ed1d17eacf42ae599d535f1131209180ba26;hb=81d027c06b404c45263fa149782104923c108bb3;hp=503fb5b9c802d45f1247a57ee53f693f5f18ee1e;hpb=66c4bd7374853a613d275e2346ea60cd82b07b33;p=deb%2Fpackages.git diff --git a/static/debpkg.css b/static/debpkg.css index 503fb5b..fd12ed1 100644 --- a/static/debpkg.css +++ b/static/debpkg.css @@ -22,8 +22,8 @@ @import url("debian.css"); #footer { - padding-left: 52px; padding-right: 10px; + margin-left: 52px; } #pnavbar { font-size: 0.75em; @@ -42,11 +42,14 @@ margin: 0 0 10px 0.5em; border-left:1px solid #a9abb3; font-size: 0.75em; - line-height: 2; + line-height: 1.5; } #pmoreinfo a { text-decoration: none; } +#pmoreinfo div.screenshot { + min-height: 120px; +} #pmoreinfo a:hover { text-decoration: underline; } @@ -85,7 +88,6 @@ background: transparent; display:block; padding: 1px 3px 1px 0; - font-size: 0.75em; text-align: right; } .perror @@ -95,7 +97,7 @@ background-repeat: no-repeat; background-position: 0.5em 1em; font-size: 0.75em; - line-height: 2em; + line-height: 2; background-color:#FFFFCB; border:0.15em solid #CCCCA3; } @@ -104,6 +106,7 @@ } .perror p { margin-bottom: 0; +} div.warning { background-image: url('Pics/admon-warning.png'); } @@ -134,12 +137,11 @@ div.warning { .file { font-family: monospace; } -#pothers { - margin-top:0.25em; +div#pothers { + margin-top:0.25em; float: right; } #pothers a, #pothers strong { - margin-left: 1.5em; } #psearchsug { font-size: 0.75em; @@ -156,15 +158,11 @@ div.warning { margin: 1em 0 1em 0; } -/* - * Package sidebar - */ +/* Package sidebar */ #ptablist { } -/* - * Package dependencies - */ +/* Package dependencies */ #pdeplegend { font-weight:bold; @@ -187,12 +185,20 @@ div.warning { } #pdeps dt { } + +#pdeplegend ul.uldep +, #pdeplegend ul.uladep +, #pdeplegend ul.ulrec +, #pdeplegend ul.ulidep +, #pdeplegend ul.ulsug { + margin-left: 0.5em; + list-style-position: inside; +} + #pdeps ul.uldep, #pdeps ul.uladep { list-style-type: disc; list-style-image: url(Pics/dep.png); } -.uldep dt { -} #pdeps ul.ulrec, #pdeps ul.ulidep { list-style-type: square; list-style-image: url(Pics/rec.png); @@ -218,9 +224,14 @@ div.warning { #pdeplegend td li { padding-left:0; } -#pdeplegend td,#pdeplegend tr,#pdeplegend table,#pdeplegend ul,#pdeplegend li,#pdeplegend tbody { +#pdeplegend td + ,#pdeplegend tr + ,#pdeplegend table + ,#pdeplegend ul + ,#pdeplegend li + ,#pdeplegend tbody { margin:0; - paddding:0; + padding:0; } .pkgreport #pdeplegend td li { margin:0.25em 0 0 2em;