Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small fix for site and language menu #740

Closed
anonymous-matomo-user opened this issue May 25, 2009 · 7 comments
Closed

Small fix for site and language menu #740

anonymous-matomo-user opened this issue May 25, 2009 · 7 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Milestone

Comments

@anonymous-matomo-user
Copy link

Since i use Piwik, i had difficulties with site selection so i've added the following CSS rule to the common.css file and it fixed my issues :

formDiv_ul_list li a {
   display: block;
}

All it does is enlarging the clickable area to the width and height of the li element.

I hope devs find this usefull.
Keywords: CSS menu

@anonymous-matomo-user
Copy link
Author

Erf, i meant language not laguage.

@robocoder
Copy link
Contributor

I wasn't able to reproduce the problem with language/site selection, but I know others have reported difficulty. For the record, what browser and OS versions are you using?

@anonymous-matomo-user
Copy link
Author

I think it was doing the same with all browsers but since nothing worked in IE8...
I use Firefox with Piwik now and in that one too it was hard to click.

If you wanna know, setting link in menus to display:block is a common thing in website desing; i learned this 2 years ago with some good web site like : http://www.positioniseverything.net/

@robocoder
Copy link
Contributor

Just checked with FF3.0.10 and Firebug: display:block is already in plugins/LanguagesManager/templates/styles.css:

.formDiv_ul_list li a{
    height:auto;
    display:block;
}

@anonymous-matomo-user
Copy link
Author

Oh, that's right.
And after removing what i added to common.css and reloading all files (like i do everytime i change something in the CSS on Wikia..), the problem was not there any more. So, i dont understand.

Sorry.

@anonymous-matomo-user
Copy link
Author

Ok, spoke too soon, the clicking problem is back.
I know i can do whatever i want on my own installation so i'll leave the get rest you guys.
Sorry for all the disturbance...

@robocoder
Copy link
Contributor

If you find a fix or can even help isolate the cause, we'd be interested.

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 0.6.1 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

2 participants