[CLOSED] How to adjust padding around panel inside portlet?

  1. #1

    [CLOSED] How to adjust padding around panel inside portlet?



    I don't seem to be able to get rid of the padding around the inner panel inside of my portal/portlet... Any suggestions?

    <ext:Portal ID="Portal2" runat="server" Border="false" StyleSpec="padding:10px;">
                <Body>
                    <ext:ColumnLayout ID="ColumnLayout2" runat="server">
                        <ext:LayoutColumn ColumnWidth=".5">
                            <ext:PortalColumn ID="PortalColumn6" runat="server">
                                <Body>
                                    <ext:AnchorLayout ID="AnchorLayout6" runat="server" StyleSpec="padding:20px;">
                                        <ext:Anchor>
                                            <ext:Portlet ID="Portlet9" runat="server" 
                                                Title="Portlet 3" 
                                                Border="true" 
                                                StyleSpec="padding:20px;">
                                                <Body>
                                                    <ext:Panel 
                                                        runat="server" 
                                                        Title="Panel 3"
                                                        StyleSpec="padding:0px;"
                                                        border="true">
                                                        <Body>
                                                            <ext:Label runat="server" Text="How do I get rid of the padding around this panel?"></ext:Label>
                                                        </Body>
                                                    </ext:Panel>
                                                </Body>
                                            </ext:Portlet>
                                        </ext:Anchor>
                                    </ext:AnchorLayout>
                                </Body>
                            </ext:PortalColumn>
                        </ext:LayoutColumn>                    
                    </ext:ColumnLayout>    
                </Body>
            </ext:Portal>
  2. #2

    RE: [CLOSED] How to adjust padding around panel inside portlet?

    Hi,

    If I correctlly understood!! try setting padding to PortalColumn control.

    Matteo
  3. #3

    RE: [CLOSED] How to adjust padding around panel inside portlet?

    *Hi,

    try BodyStyle="padding:5px;"


Similar Threads

  1. Fieldset padding inside a ColumnLayout
    By Coltonis in forum 1.x Help
    Replies: 0
    Last Post: Jul 09, 2010, 1:13 AM
  2. Replies: 2
    Last Post: Apr 13, 2010, 7:14 AM
  3. Replies: 4
    Last Post: Apr 08, 2010, 8:05 PM
  4. [CLOSED] Add GridPanel inside Portlet
    By yobnet in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 24, 2010, 6:28 AM
  5. Replies: 1
    Last Post: May 10, 2009, 2:15 PM

Posting Permissions