New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
CSS Class | Description |
---|
.RadTileList | Main wrapper element |
.RadTileList:after | Main wrapper element float fix |
.RadTileList div | give specific style for DIV elements wrapped into the main element |
.RadTileList div:hover ,.RadTileList div:active, .RadTileList div:focus | give specific style for DIV hovered, active and focused elements wrapped into the main elements |
.RadTileList .rtlistScrollWrapper | Main Scroll wrapper element |
.RadTileList .rtlistScrollWrapper:after | Main Scroll wrapper element float fix |
.RadTileList .rtlistGroup | styles Group wrapper |
.RadTileList .rtlistGroupSeparator | sets when Group wrapper separator element to be visible |
.RadTileList .rtlistGroupSeparatorVisible | sets when Group wrapper separator element to be visible |
.RadTileList.rtlistResponsive | applied so that responsive layout rules can cascade through it |
.RadTileList .rtlistWrapper | styles tile list wrapper |
.rtlistRtl | applied to the tile list in RTL mode |
CSS Class | Description |
---|
.RadTileList_Default | Main wrapper element |
.RadTileList_Default .rtlistGroupSeparatorVisible | Styles Group Separator element |
To further customize the Tiles in the TileList as standalone objects, you should follow the RadBaseTile's CSS Classes article.
Find sample on how to use the CSS classes for adding border, padding and margin to RadTileList Groups in the dedicated KB article.