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) { -
Actions | @@ -101,7 +101,7 @@ else } -@package.DownloadCount | +@package.DownloadCount | + | @totalDownloads |
---|