Thanks for contributing this lovely theme.

I get a minor bug in the 'navbar' section or the top of the 'page' section, where it shows rounded corners. See attached image.

CommentFileSizeAuthor
#1 firefox.jpg7.93 KBArgus
IE8 bug.jpg7.51 KBArgus
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Argus’s picture

FileSize
7.93 KB

ps: I changed the background color and adapted the color of navbar.png accordingly. It doesn't show in Firefox though.

NaheemSays’s picture

Status: Active » Postponed (maintainer needs more info)

The problem is not the nav bar but that the search button is on a new line - the navbar is being repeated vertically where maybe it shouldn't.

as a quickfix, you can create a local.css and in there have:

#navbar {
	background-repeat:no-repeat;
}

(or you could modify style.css to add that to the appropriate place, but that may clash with updates of the module.)

The other problem is over why the search button is below the search box instead of next to it... what browsers is it like that in?

Argus’s picture

Status: Postponed (maintainer needs more info) » Active

IE8 and Safari 4.

But not in Firefox 3.5.2 and Opera 9.64

Argus’s picture

Title: Rounded corners in navbar section with IE8 » Rounded corners in navbar section and search button moves with IE8 and Safari 4

Your quickfix indeed takes care of the corners, search button still jumps.

NaheemSays’s picture

Have you made any modifications to the theme? I have tested my demo site in IE8 and Safari for Windows without problem...

NaheemSays’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.