0

in zk 8.5.0-FL, with the breeze theme, the message and the buttons in the confirmation message are not centered

asked 2017-10-18 18:48:36 +0800

LuigiFabbri gravatar image LuigiFabbri
46 5

updated 2017-10-18 20:47:54 +0800

Hello,

in zk 8.5.0-FL, with the breeze theme, the message and the buttons in the confirmation message are not centered. The buttons are also not even spaced.

with zk 8.0.5 ( good layout )

https://ibb.co/dxQK5m

width zk 8.5.0-FL ( not good layout )

https://ibb.co/cxd8WR

delete flag offensive retag edit

Comments

This is a forum to ask questions - If you just want to report a bug you can use http://tracker.zkoss.org or contact your dedicated support.

cor3000 ( 2017-10-19 11:11:26 +0800 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-10-19 12:30:02 +0800

cor3000 gravatar image cor3000
6280 2 7

updated 2017-10-26 11:52:15 +0800

I recorded this issue in ZK-3773 to be included in the final release.

As a workaround you can use the following css styles:

<style>
    .z-messagebox-buttons {
        text-align: center;
    }
    .z-messagebox-buttons>* {
        margin: 0 2px;
    }
</style>

UPDATE:

ZK-3773 has been fixed and will be included in 8.5.0 I just tested the latest FL version 8.5.0.FL.20171025-Eval and the alignment/spacing is restored (so the workaround becomes obsolete)

link publish delete flag offensive edit

Comments

Thanks cor3000.

LuigiFabbri ( 2017-10-19 14:39:22 +0800 )edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2017-10-18 18:48:36 +0800

Seen: 24 times

Last updated: Oct 26 '17

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More