-
Bug
-
Resolution: Fixed
-
Normal
-
Freshly, 8.5.0
-
Security Level: Jimmy
-
None
Steps to Reproduce
run messagebox.zul using breeze/sapphire/silvertail
Actual Result
Breeze: not centered, no spacing between buttons
Sapphire/Silvertail: no spacing between buttons
Expected Result
Debug Info
Root Cause
missing css styles in zk.wcs
Workaround
.z-messagebox-buttons { text-align: center; } .z-messagebox-buttons>* { margin: 0 2px; }