mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-19 17:51:45 +08:00
Fixed Media Library Picker Style (#8433)
This commit is contained in:
@@ -48,13 +48,17 @@
|
||||
text-align: right;
|
||||
font-size: 12px;
|
||||
opacity: 0.6;
|
||||
height: 40px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.overlay h3 {
|
||||
padding-right:5px;
|
||||
font-size: 12px;
|
||||
height: 40px;
|
||||
overflow: hidden;
|
||||
height: 1rem;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.media-thumbnail {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<div class="thumbnail">
|
||||
@Display(BuildDisplay(contentItem, "Thumbnail"))
|
||||
<div class="overlay">
|
||||
<h3>@Html.ItemDisplayText(contentItem)</h3>
|
||||
<h3 title="@Html.ItemDisplayText(contentItem)">@Html.ItemDisplayText(contentItem)</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user