how to adjust menus bar

3 messages Options
Embed this post
Permalink
j.y

how to adjust menus bar

Reply Threaded More More options
Print post
Permalink
Hi Rabile,

I am using version 1.9.3, and i have many menus in my application(see my attached screen). Porblem is I can not adjust well the space between menus and screen message. also problem in menu alignment.
Could you please give me some help?

(i highlight it in circle in my image files)
thanks
Jiang Yang
alex a

Re: how to adjust menus bar

Reply Threaded More More options
Print post
Permalink
why not define your main menu with item. or create your own css :)

see AdminMenu in menu-config.xml
        <Menu name="AdminMenu" title="menu.admin" description="Admin Menu" roles="admin" width="120" forward="viewUsers">
            <Item name="ViewUsers" title="menu.admin.users" forward="viewUsers"/>
            <Item name="ActiveUsers" title="mainMenu.activeUsers" action="activeUsers"/>
            <Item name="ReloadContext" title="menu.admin.reload" action="reload"/>
            <Item name="FlushCache" title="menu.flushCache" action="flush"/>
            <Item name="Clickstream" title="menu.clickstream" page="/clickstreams.jsp"/>
        </Menu>



j.y wrote:
Hi Rabile,

I am using version 1.9.3, and i have many menus in my application(see my attached screen). Porblem is I can not adjust well the space between menus and screen message. also problem in menu alignment.
Could you please give me some help?

(i highlight it in circle in my image files)
thanks
Jiang Yang
Matt Raible-3

Re: how to adjust menus bar

Reply Threaded More More options
Print post
Permalink
In reply to this post by j.y
You should be able to use CSS to set text-align: left for these tabs.
If you look in the CSS file, it's likely you'll see text-align: center
for the tabs, that's why they line up the way they do.

Matt

On 9/22/06, j.y <[hidden email]> wrote:

>
> Hi Rabile,
>
> I am using version 1.9.3, and i have many menus in my application(see my
> attached screen). Porblem is I can not adjust well the space between menus
> and screen message. also problem in menu alignment.
> Could you please give me some help?
> http://www.nabble.com/file/107/problem1..bmp
>
> (i highlight it in circle in my image files)
> thanks
> Jiang Yang
> --
> View this message in context: http://www.nabble.com/how-to-adjust-menus-bar-tf2316224s2369.html#a6442040
> Sent from the AppFuse CSS mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]