mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00

committed by
Sebastien Ros

parent
c590337df1
commit
3db2c7597a
@@ -47,6 +47,8 @@
|
||||
.overlay h3 {
|
||||
padding-right:5px;
|
||||
font-size: 12px;
|
||||
height: 40px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.media-thumbnail {
|
||||
|
@@ -28,10 +28,10 @@
|
||||
editRouteValues.Merge(new RouteValueDictionary { { "ReturnUrl", Request.RawUrl } }));
|
||||
<li>
|
||||
<div data-id="@contentItem.Id" data-fieldid="@fieldIdForIds" class="media-library-picker-item">
|
||||
<div class="thumbnail">
|
||||
<div class="thumbnail" title="@Html.ItemDisplayText(contentItem)">
|
||||
@Display(contentManager.BuildDisplay(contentItem, "Thumbnail"))
|
||||
<div class="overlay">
|
||||
<h3>@Html.ItemDisplayText(contentItem)</h3>
|
||||
<h3>@Html.ItemDisplayText(contentItem)</h3>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user