diff --git a/web/html/css/containers.css b/web/html/css/containers.css index 0b355e54..2a0a0e4b 100644 --- a/web/html/css/containers.css +++ b/web/html/css/containers.css @@ -95,11 +95,13 @@ { width: 90%; background-color: #ddd; + text-align: left; } td.boxSoft { background-color: #fff; padding: 10; + text-align: left; } td.boxSoftColumn { @@ -168,12 +170,14 @@ background-color: #eee; vertical-align: top; padding-left: .3em; + text-align: left; } td.data2 { background-color: #ddd; vertical-align: top; padding-left: .3em; + text-align: left; } td.text { diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 1badb3c6..2eb47d46 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -280,22 +280,22 @@ function package_details($id=0, $SID="") { print "
"; + print " | "; print $row["Name"] . " " . $row["Version"]." | \n"; print "||
"; + print " | "; print "".$row["URL"]." | \n"; print "||
".$row["Description"]; + print " | ".$row["Description"]; print " | \n"; print "||
![]() | ";
+ print " ![]() | ";
print "||
"; + print " | "; if ($row["Location"] == "unsupported" and $SID) { $edit_cat = "".$row["Category"].""; @@ -308,7 +308,7 @@ function package_details($id=0, $SID="") { print " | ||
".__("Maintainer").": "; + print " | ".__("Maintainer").": "; if ($row["MaintainerUID"]) { $maintainer = username_from_id($row["MaintainerUID"]); if ($SID) { @@ -324,10 +324,10 @@ function package_details($id=0, $SID="") { } print " | ||
![]() | ";
+ print " ![]() | ";
print "||
"; + print " | "; if ($row["LocationID"] == 2) { print "".__("Tarball")." :: ".__("Files")." | "; } elseif ($row["LocationID"] == 3) { @@ -335,7 +335,7 @@ function package_details($id=0, $SID="") { } print "||
![]() | ";
+ print " ![]() | ";
print "||
"; @@ -445,7 +445,7 @@ function package_details($id=0, $SID="") { if (!empty($comments)) { while (list($indx, $carr) = each($comments)) { print " | |||
"; + print " | ";
print "![]() | ||