additional cleanup
This commit is contained in:
@@ -22,9 +22,11 @@ select,
|
|||||||
textarea {
|
textarea {
|
||||||
max-width: 280px;
|
max-width: 280px;
|
||||||
}
|
}
|
||||||
.thumbnail{
|
|
||||||
height:100%
|
.thumbnail {
|
||||||
}
|
height: 100%;
|
||||||
#gallery{
|
|
||||||
margin-top: 50px
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#gallery {
|
||||||
|
margin-top: 50px;
|
||||||
|
}
|
||||||
@@ -1,12 +1,6 @@
|
|||||||
using System;
|
namespace DisplayTemplateExample.Web.Models
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace DisplayTemplateExample.Web.Models
|
|
||||||
{
|
{
|
||||||
public interface ITile
|
public interface ITile
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,9 +1,4 @@
|
|||||||
using System;
|
namespace DisplayTemplateExample.Web.Models
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Web;
|
|
||||||
|
|
||||||
namespace DisplayTemplateExample.Web.Models
|
|
||||||
{
|
{
|
||||||
public class ImageTile : ITile
|
public class ImageTile : ITile
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,9 +1,4 @@
|
|||||||
using System;
|
namespace DisplayTemplateExample.Web.Models
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Web;
|
|
||||||
|
|
||||||
namespace DisplayTemplateExample.Web.Models
|
|
||||||
{
|
{
|
||||||
public class TextTile : ITile
|
public class TextTile : ITile
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
using System;
|
using System.Collections.Generic;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Web;
|
|
||||||
|
|
||||||
namespace DisplayTemplateExample.Web.Models
|
namespace DisplayTemplateExample.Web.Models
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
@model DisplayTemplateExample.Web.Models.TextTile
|
@model DisplayTemplateExample.Web.Models.TextTile
|
||||||
|
|
||||||
|
<div class="thumbnail">@Model.Text</div>
|
||||||
<div class="thumbnail">@Model.Text</div>
|
|
||||||
Reference in New Issue
Block a user