Skip to content

Commit

Permalink
Fix some minor styling issues in the profile pages
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenwalker committed Oct 18, 2017
1 parent 4ca1eac commit 657df25
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions metacatui/src/main/webapp/css/metacatui-common.css
Original file line number Diff line number Diff line change
Expand Up @@ -2445,6 +2445,9 @@ address.email-container:before{
.profile .packages p {
color: #333;
}
.no-activity .profile .packages p {
color: inherit;
}
.temporal-coverage-chart{
width: calc(100% - 300px);
}
Expand Down
2 changes: 1 addition & 1 deletion metacatui/src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


<!-- Pull in correct theme configuration, then use Require.js to manage dependencies -->
<script id="loader" type="text/javascript" src="loader.js?v=1.14.8"
<script id="loader" type="text/javascript" src="loader.js?v=1.14.9"
data-theme="default"
data-metacat-context="metacat"
data-map-key="YOUR-GOOGLE-MAPS-API-KEY"
Expand Down
7 changes: 7 additions & 0 deletions metacatui/src/main/webapp/js/themes/default/css/metacatui.css
Original file line number Diff line number Diff line change
Expand Up @@ -1865,6 +1865,13 @@ svg .title{
fill: #445200;
}

.no-activity .donut > g:first-child .donut-arc,
.no-activity .donut > g .donut-arc-label,
.no-activity .donut > g .donut-title-text,
.no-activity .donut > g .donut-title-count{
fill: #CCC;
}


.donut.default .donut-labels{
visibility: hidden;
Expand Down
2 changes: 1 addition & 1 deletion metacatui/src/main/webapp/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if ((mapKey == "YOUR-GOOGLE-MAPS-API-KEY") || (!mapKey)) mapKey = null;
var useD3 = true;

//This version of Metacat UI - used for cache busting
window.metacatUIVersion = "1.14.8";
window.metacatUIVersion = "1.14.9";

// Step 2: let everything else be taken care of by the app
preventCompatibilityIssues();
Expand Down

0 comments on commit 657df25

Please sign in to comment.