diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 411a549b4e..d9fc5c25d6 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -198,7 +198,6 @@ padding: 10px 10px 3px; margin: 3px 0; text-shadow: none; - cursor: pointer; font-weight: normal!important; display: block; font-size: 14px; diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index b277af7163..e601bc502a 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -739,6 +739,10 @@ progress { max-width: 300px; } + .itemDetailBlock { + width: 55%; + } + .itemDetailBlock { padding-left: 30px; } @@ -752,7 +756,7 @@ progress { } .itemDetailBlock { - width: 55%; + width: 60%; } .galleryImage { diff --git a/dashboard-ui/itembynamedetails.html b/dashboard-ui/itembynamedetails.html index 2931825b2e..27f91afc33 100644 --- a/dashboard-ui/itembynamedetails.html +++ b/dashboard-ui/itembynamedetails.html @@ -24,7 +24,6 @@

- diff --git a/dashboard-ui/scripts/itembynamedetailpage.js b/dashboard-ui/scripts/itembynamedetailpage.js index 6a8098c19c..db5a2fdeef 100644 --- a/dashboard-ui/scripts/itembynamedetailpage.js +++ b/dashboard-ui/scripts/itembynamedetailpage.js @@ -75,7 +75,7 @@ var gmap = '' + item.ProductionLocations[0] + ''; - $('#itemBirthLocation', page).show().html("Birth place:  " + gmap).trigger('create'); + $('#itemBirthLocation', page).show().html("Birthplace:  " + gmap).trigger('create'); } else { $('#itemBirthLocation', page).hide(); }