diff --git a/src/NuGetGallery/Content/Site.css b/src/NuGetGallery/Content/Site.css index a9a7d64c92..e6935fb6a7 100644 --- a/src/NuGetGallery/Content/Site.css +++ b/src/NuGetGallery/Content/Site.css @@ -633,6 +633,14 @@ ul.pager { font-size: 1.1em; } +.sexy-table-full { + width: 100%; +} + +.sexy-table-full .last { + text-align: right; + padding: 5px 15px 5px 0; +} /* header */ diff --git a/src/NuGetGallery/Views/Users/Packages.cshtml b/src/NuGetGallery/Views/Users/Packages.cshtml index 14793581ad..4ea29a6ee9 100644 --- a/src/NuGetGallery/Views/Users/Packages.cshtml +++ b/src/NuGetGallery/Views/Users/Packages.cshtml @@ -56,7 +56,7 @@ else if (totalPackages > 0) { - +
@@ -101,7 +101,7 @@ else } - + totalDownloads += package.DownloadCount; } @@ -118,7 +118,7 @@ else @("You have one package.") } -
Actions@package.DownloadCount@package.DownloadCount
+ @totalDownloads