Ticket Q345587
Visible to All Users

Default.aspx and CSS modification

created 13 years ago

Hi,
I'm new to doing web work. But my customer insists, so no choice. I'm trying to modify the default.aspx template. Please look at my screenshot attached.
Thanks,
Carlos

Show previous comments (6)

    Understood more now!!! Thanks!!! Much appreciated. However, I think there might be a bug with the MoveFooter.js function for AdjustSize(). It flickers when the view doesn't fill up the screen. Doesn't happen when the view fills up a good portion of the browser. Seems to happen with the Aqua theme but not with others. Screenshot attached taken while moving the mouse and clicking in different parts. This also happens when no modification is made.
    Moreover, how can I override the default CSS that automatically loads? What I need to do is decrease the height of the grid's rows and also the column names heights of List Views. Maybe decrease the font just a bit.
    Thanks,
    Carlos

    Dennis Garavsky (DevExpress) 13 years ago

      Hi Carlos,
      Thank you for the update.
      >>
      However, I think there might be a bug with the MoveFooter.js function for AdjustSize(). It flickers when the view doesn't fill up the screen. Doesn't happen when the view fills up a good portion of the browser. Seems to happen with the Aqua theme but not with others. Screenshot attached taken while moving the mouse and clicking in different parts. This also happens when no modification is made.
      <<
      We are aware of this problem and there is no bug here. This is just how browsers render pages.
      It happens with all the available themes. Probably, it is less or more noticeable depending on the theme's background color. I am afraid we do not have a solution to this.
      >>
      Moreover, how can I override the default CSS that automatically loads? What I need to do is decrease the height of the grid's rows and also the column names heights of List Views. Maybe decrease the font just a bit.
      <<
      You can either use inline styles, if it is applicable, or better customize existing styles as you require.
      I suggest you refer to the http://documentation.devexpress.com/#AspNet/CustomDocument6905 help article for more information on how to do this. In fact, this is not specific to XAF, but rather to our ASP.NET products.
      If you decide to customize existing themes, please disable loading themes from the assembly in your configuration file:
        <themes enableThemesAssembly="true" />
      Should you experience any difficulties with this, feel free to contact us further.
      Thanks,
      Dennis

        Thanks for the help. Very appreciated.

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.