Azazia Software Knowledgebase
Search:     Advanced search
Browse by category:
Contact Us

Background of DCA and the top menu does not go full screen

Add comment
Views: 704
Votes: 0
Comments: 0
Posted: 25 Nov, 2008
by: Patridge B.
Updated: 03 Jan, 2010
by: Patridge B.
If when viewing DCA the background does not show full screen (and only say 3/4 of the screen) this is a known bug.

You can contact us for the fixes, or you can modify the following youfxdlv


Edit the dca_style.css and  in the following section (around line 198):

#menu {
position:absolute;
top: 0px;
left: 0px;
z-index:100;
background:  url('images/dca_background.gif') no-repeat ;
padding: 0px 0px 0px 0px;
margin: 0px;
}

CHANGE TO


#menu {
width:100%;
top: 0px;
left: 0px;
z-index:100;
background:  url('images/dca_background.gif') no-repeat ;
padding: 0px 0px 0px 0px;
margin: 0px;
}


Be sure to save the file. You need not restart the webserver or mysql. Simply refresh your browser and you should see the changes instantaneously.
Others in this Category
document I went to the connection mapping screen, and there is no switch? I cannot proceed any further.
document Cannot Find table ..... Errors.
document DCA Won't install. Getting BAD http://localhost/dca error when trying to install from the root directory



RSS