Mono Support how to decrease the size of image in populargrouplist ? (Closed)

Viewed 7291 time(s), 2 post(s), 1/21/2013 12:08:07 AM - by super
1/21/2013 12:08:07 AM
6018 Reputation 709 Total posts

The sample web part that is available in sample code - I want to shrink the image of group - how to do that ?

This is the code in the webpart:

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="PopularGroupsList.ascx.cs" Inherits="MonoSoftware.MonoX.ModuleGallery.SocialNetworking.PopularGroupsList" %>
<%@ Register Namespace="MonoSoftware.Web.Pager" Assembly="MonoSoftware.Web.Pager" TagPrefix="mono" %>
 
<asp:Panel ID="pnlContainer" CssClass="social-groups" runat="server">
<asp:ListView ID="lvItems" runat="server">
    <LayoutTemplate>
        <asp:PlaceHolder runat="server" ID="itemPlaceholder"></asp:PlaceHolder>
    </LayoutTemplate>
    <ItemTemplate></ItemTemplate>
</asp:ListView>
</asp:Panel>
<asp:Literal runat="server" ID="ltlNoData"></asp:Literal>
<div style="clear:both">
<mono:Pager runat="server" ID="pager" PageSize="5" NumericButtonCount="5" AllowCustomPaging="true" AutoPaging="false">
    <PagerTemplate></PagerTemplate>
</mono:Pager>
</div>

1
1/21/2013 9:09:35 AM
1849 Reputation 181 Total posts

You can find the "PopularGroupsList.htm" template in the SocialNetworkingTemplates folder.
There you can add your custom CSS.

2
This is a demo site for MonoX. Please visit Mono Software for more info.