Skip to content

Commit

Permalink
[Redesign] Address PM pass redesign issues (scottbom) (#4365)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Bommarito committed Jul 12, 2017
1 parent 517c344 commit 8215eff
Show file tree
Hide file tree
Showing 12 changed files with 164 additions and 197 deletions.
43 changes: 21 additions & 22 deletions content/DEV/Privacy-Policy.md

Large diffs are not rendered by default.

61 changes: 29 additions & 32 deletions content/DEV/Terms-Of-Use.md

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions content/INT/Privacy-Policy.md

Large diffs are not rendered by default.

61 changes: 29 additions & 32 deletions content/INT/Terms-Of-Use.md

Large diffs are not rendered by default.

43 changes: 21 additions & 22 deletions content/PROD/Privacy-Policy.md

Large diffs are not rendered by default.

61 changes: 29 additions & 32 deletions content/PROD/Terms-Of-Use.md

Large diffs are not rendered by default.

12 changes: 3 additions & 9 deletions src/Bootstrap/dist/css/bootstrap-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/Bootstrap/less/theme/common-list-packages.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
}

.manage-package {
margin-top: 20px;
margin-bottom: 0px;
}

Expand Down
17 changes: 3 additions & 14 deletions src/Bootstrap/less/theme/page-statistics-most-downloaded.less
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
.page-statistics-most-downloaded {
@subtitle-text-size: 1.5em;
@margin-small: 4px;

h2 {
font-size: @subtitle-text-size;
color: gray;
margin-top: @margin-small;
margin-bottom: 40px;
}

.table {
margin-top: 40px;
table-layout: fixed;

thead {
padding-bottom: @margin-small;
padding-bottom: 4px;
margin-bottom: 10px;

th {
font-size: @subtitle-text-size;
font-weight: normal;
font-weight: bold;
}

.packages {
Expand Down Expand Up @@ -55,7 +45,6 @@
}

tbody {
font-size: 1.25em;
margin-bottom: 20px;

td {
Expand Down
12 changes: 3 additions & 9 deletions src/NuGetGallery/Content/gallery/css/bootstrap-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/NuGetGallery/Views/Statistics/PackageVersions.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="row">
<div class="col-xs-12">
<h1>Most Downloaded Package Versions</h1>
<h2>Top 500 Over the Last 6 Weeks</h2>
<span class="page-subheading ms-fontSize-l">Top 500 Over the Last 6 Weeks</span>
</div>
</div>
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion src/NuGetGallery/Views/Statistics/Packages.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="row">
<div class="col-xs-12">
<h1>Most Downloaded Packages</h1>
<h2>Top 100 Over the Last 6 Weeks</h2>
<span class="page-subheading ms-fontSize-l">Top 100 Over the Last 6 Weeks</span>
</div>
</div>
<div class="row">
Expand Down

0 comments on commit 8215eff

Please sign in to comment.