mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixed typo and adjusted sizes
This commit is contained in:
parent
0d19fce987
commit
4bff5dc5de
4 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
<p id="itemBirthLocation"></p>
|
||||
<p id="itemDeathDate"></p>
|
||||
|
||||
|
||||
<p id="itemLinks"></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
|
||||
var gmap = '<a target="_blank" href="https://maps.google.com/maps?q=' + item.ProductionLocations[0] + '">' + item.ProductionLocations[0] + '</a>';
|
||||
|
||||
$('#itemBirthLocation', page).show().html("Birth place: " + gmap).trigger('create');
|
||||
$('#itemBirthLocation', page).show().html("Birthplace: " + gmap).trigger('create');
|
||||
} else {
|
||||
$('#itemBirthLocation', page).hide();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue