View Single Post
  #5  
Old 11-10-2008, 09:01 AM
  wank3r's Avatar 
wank3r wank3r is offline
 

eXpert
  
Join Date: Aug 2006
Posts: 291
 

Default Re: Messed up skin1 in 4.1.11

Well I've compared the skin1.css and skin1_admin.css and the TD.DialogTitle sections are almost identical and includes the

BACKGROUND-COLOR: #68C1FF;

The TD.DialogSlant section also inlcudes this:
BACKGROUND-IMAGE: url(images/dialog_slant.gif);

The image appears inside the skin1\images directory as well. Should there be a BACKGROUND-IMAGE line inside the TD.DialogTitle section?

Here's a snippet of the skin1.css:

Code:
TD.DialogTitle { COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 11px; BACKGROUND-COLOR: #68C1FF; VERTICAL-ALIGN: bottom; HEIGHT: 14px; PADDING-TOP: 1px; PADDING-BOTTOM: 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; TEXT-ALIGN: left; } TD.DialogTitleSlant { WIDTH: 10px; BACKGROUND-IMAGE: url(images/dialog_slant.gif);
__________________
Powered by X-Cart Gold: 4.4.4/4.4.5
Reply With Quote