https://bugzilla.wikimedia.org/show_bug.cgi?id=120
Marcin Cieślak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|27292 | --- Comment #16 from Marcin Cieślak <[email protected]> 2011-03-14 02:11:06 UTC --- Just checked on 1.18alpha (r83865) with: Opera/9.80 (X11; FreeBSD 9.0-CURRENT amd64; U; pl) Presto/2.7.62 Version/11.01 and it works fine. Floating quickbar on the right side is: #quickbar { border-right:1px solid gray; } #quickbar { padding:4px; position:fixed; right:0; top:0; } #quickbar { font-size:95%; height:100%; padding:4px; visibility:visible; width:140px; z-index:99; } Fixed quickbar on the right side is: #quickbar { border-left:2px solid #000000; position:absolute; right:4px; top:4px; } #quickbar { font-size:95%; height:100%; padding:4px; visibility:visible; width:140px; z-index:99; } Can anyone with Opera 10 for Mac confirm, if this is also happens for the Cologneblue skin? Is the floating sidebar on the left not working? on the right? both? Please check: a) standard (also known as "classic") skin, floating left b) standard (also known as "classic") skin, floating right c) cologneblue skin, floating left d) cologneblue skin, floating right -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
