Active
Project:
Inove
Version:
6.x-1.6
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2009 at 22:04 UTC
Updated:
7 Oct 2009 at 05:06 UTC
Jump to comment: Most recent file
All problems are shown at the attachment.
If I deactivate domain module - there is no positive result. No such menu-bug in 1.4 Inove theme version, but with the domain module there were same problems.
Thank you for the best theme! :)
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | style.zip | 4.27 KB | rainart |
| inove_bgrpt01.JPG | 63.66 KB | rainart |
Comments
Comment #1
rainart commentedBug with menu layout was fixed:
in style.css
/* header START */
#header {
background:url(img/header_footer.jpg) 0 0 no-repeat;
height:132px;
}
#
captionheadertext {height:44px;
padding:25px 30px 21px;
}
Comment #2
rainart commentedSo, to fix menu text color:
#header li a {
color: #333;
}
#header ul.secondary-links{
float: right;
color: #fff;
padding:0.5em 1em;
}
#header ul.secondary-links li{
border-right: 1px solid #fff;
padding:0em 0.75em 0em 0.25em;
display: inline;
}
#
header li aheader ul.secondary-links li a {color: #ccc;
}
Comment #3
rainart commentedThere is corrected style.css file :)
Comment #4
z33k3r commentedSomebody should commit this instead of us updating and then looking for the fix... ;)
Thanks for the fix. :D