Minor issue after 3.0.5.3 update

Discussion in 'Installation/Configuration' started by drapsag, Aug 10, 2013.

  1. drapsag

    drapsag New Member

    In the Home Screen, the Account Limits window overlaps part of the Website Harddisk Quota window making it annoyingly unreadable.

    Otherwise, the update worked fine.

    I have a suspicion that because one of my domain names is very long (30 characters), it pushes the width of the Quota window out to where it gets overlapped by the Account Limits window.

    Any fix?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Thanks for th notice, we will fix that.
     
  3. RSInfotech

    RSInfotech New Member

    A quick fix for the overlapping home page issue - Make the right hand column float right instead of left by editing: /usr/local/ispconfig/interface/web/dashboard/templates/dashboard.htm

    Change the last div style container in the file from:

    <div style="float:left; width:350px;">

    to:

    <div style="float:right; width:350px;">

    Hope this helps until the next update...
     
  4. drapsag

    drapsag New Member

    Yeah, this works well as a stopgap. Well enough to be permanent, I think.

    Thanks.
     

Share This Page