I'll give that a try today. Thank you very much for your help.
Lenny
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
Ecaterina Moraru (Valica)
Sent: Thursday, December 16, 2010 4:02 AM
To: XWiki Users
Subject: Re: [xwiki-users] Stop the edit/export/more actions bar from moving
Hi,
The feature was added in
XWIKI-5468 <http://jira.xwiki.org/jira/browse/XWIKI-5468>: Keep the content
menu visible when scrolling down
You can see the changes for the
/platform/web/trunk/standard/src/main/webapp/resources/js/xwiki/xwiki.js
at
https://fisheye2.atlassian.com/changelog/xwiki?cs=30869
I didn't understood exactly what is the problem: the fact that is moving or
the width.
You could change the added js ... or just override with CSS the properties
added, like:
#contentmenu {
left: auto !important;
position: relative !important;
top: auto !important;
}
This will make the menu not to move with the view, but will keep the width.
Thanks,
Caty
On Wed, Dec 15, 2010 at 21:08, Scardino, Leonard R Jr ERDC-ITL-MS Contractor
<Leonard.R.Scardino(a)usace.army.mil> wrote:
I don't consider myself an expert at CSS, but I
can usually manage
anything I need. However, I cannot figure out how to stop the
contentmenu bar (has the edit, export, and more actions dropdown
menus) from staying put over the content area as I scroll down the
page.
I'm sure this is probably ridiculously easy to change and is something
I'm overlooking, but I'd appreciate the help.
If anyone wonders why I want to in the first place, I'm trying to
decrease the width of the wiki to the same size as our other webapp
(to make them look the same), and when I do, the bar skews over out of
place when you scroll down. We don't need the bar to stay in place as
a person scrolls anyway, so I'd like to just turn that off.
Thanks for any help,
Lenny
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users