Closed (fixed)
Project:
Open Atrium
Version:
7.x-2.44
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2015 at 09:01 UTC
Updated:
28 Sep 2015 at 07:14 UTC
Jump to comment: Most recent
Comments
Comment #2
dpoletto commentedHi lately I was struggling about that while fighting with the mouse pointer against the username pushbutton!
Where is it that CSS file exactly found?
Comment #3
msizec commentedFound this rule in :
/profiles/openatrium/themes/oa_radix/assets/stylesheets/screen.css
Comment #4
msizec commentedGot someting new !
This problem is happening in fact when the setting "Open Atrium > Configuration > Toolbar Settings > Allow mouse-hover actions in toolbar" is active.
Comment #5
dpoletto commentedHope this tiny (but annoying) UI imperfection (if it is really an imperfection) will be evaluated before the next release (Open Atrium 7.x-2.45)...otherwise I'll change that margin value by hand.
Comment #6
mpotter commentedSo I'm not sure what changes the original poster has made to their site, but there isn't any (#oa-user-badge > div > div.dropdown-menu) rule in the css.
I looked around and found some css in oa_toolbar that is responsible for handling the user badge within the toolbar. So it's fixed there and should be in the next release.
Never edit the screen.css file manually as your changes will be lost when updating. Always create either a custom subtheme or just a custom module that adds your own css overrides to modify your site.
Anyway, committed to c58e0cd in oa_toolbar.
Comment #7
msizec commentedThanks !
(btw it was not a rule in a css file but the css selector (from firefox) of the div)