Closed (fixed)
Project:
Toolbar
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Feb 2011 at 18:05 UTC
Updated:
14 Mar 2011 at 13:31 UTC
Jump to comment: Most recent file
There is a CSS rule in this module that makes Views Slideshow Galleria implementations unusable. I'm using the Toolbar as a simple administration menu and I noticed that Galleria doesn't show up for authenticated users with an admin toolbar. I spent almost an hour to find the problem:
div.hidden {
display: none;
}
Please consider to modify as following:
div#toolbar-toolbar div.hidden {
display: none;
}
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | toolbar.1059710_01.patch | 493 bytes | sgabe |
Comments
Comment #1
sgabe commentedPatch attached.
Comment #2
dankh commentedThank you, committed to 6.x-2.x.
http://drupalcode.org/project/toolbar.git/commit/14ade9e