]> git.deb.at Git - deb/packages.git/commitdiff
left margin added, dep legend fixed, pothers correclty floated, css errors fixed
authorKalle Söderman <kalle.soderman@gmail.com>
Wed, 2 Feb 2011 22:03:26 +0000 (22:03 +0000)
committerKalle Söderman <kalle.soderman@gmail.com>
Wed, 2 Feb 2011 22:03:26 +0000 (22:03 +0000)
static/debpkg.css
templates/html/foot.tmpl
templates/html/head.tmpl

index 503fb5b9c802d45f1247a57ee53f693f5f18ee1e..80d597ef935ed140fff928a85d1d4a7428511714 100644 (file)
@@ -22,8 +22,8 @@
 @import url("debian.css");
 
 #footer {
-       padding-left: 52px;
        padding-right: 10px;
+       margin-left: 52px;
 }
 #pnavbar {
        font-size: 0.75em;
@@ -85,7 +85,6 @@
        background: transparent;
        display:block;
        padding: 1px 3px 1px 0;
-       font-size: 0.75em;
        text-align: right;
 }
 .perror
 }
 .perror p {
        margin-bottom: 0;
+}
 div.warning {
        background-image: url('Pics/admon-warning.png');
 }
@@ -134,12 +134,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 +155,11 @@ div.warning {
        margin: 1em 0 1em 0;
        }
 
-/*
- *     Package sidebar
- */
+/* Package sidebar */
 #ptablist {
 }
 
-/*
- *     Package dependencies
- */
+/*     Package dependencies */
 
 #pdeplegend {
        font-weight:bold;
@@ -187,12 +182,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 +221,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;
index 7944c674cfd3dde188e62a65afb3a414580b7b9c..5bae6982b675df55afb32d4f5e0e85f1f8e3a0f1 100644 (file)
@@ -43,6 +43,5 @@ Total page evaluation took [% benchmark %]<br>
 [% END %]
 </div> <!-- end fineprint -->
 </div> <!-- end footer -->
-</div> <!-- end outer -->
 </body>
 </html>
index 656a792f14c479e7911e6043891277523b308fae..08b52bd4b4bc447d6bdc1b4c1742419535364165 100644 (file)
 </div> <!-- end navbar -->
 
 <div id="pnavbar">
- &lsaquo;&nbsp;&nbsp;<a href="[% packages_homepage %]" title="[% g('%s Packages Homepage', organisation) %]">[% g('Packages') %]</a>
+ &nbsp;&#x2F; <a href="[% packages_homepage %]" title="[% g('%s Packages Homepage', organisation) %]">[% g('Packages') %]</a>
 [% FOREACH n IN navigation %]
- &lsaquo;&nbsp;&nbsp;[% IF n.url %]<a href="[% n.url %]" [% IF n.title %]title="[% n.title %]"[% END %]>[% n.name %]</a>[% ELSE %][% n.name %][% END %] 
+ &#x2F; [% IF n.url %]<a href="[% n.url %]" [% IF n.title %]title="[% n.title %]"[% END %]>[% n.name %]</a>[% ELSE %][% n.name %][% END %] 
 [% END %]
 </div> <!-- end navbar -->
 
 </div> <!-- end header -->
-<div id="outer">
-<div id="inner">
+<div id="content">
 
 [%- IF print_search_field %]
 [% checked = 'checked="checked"'