- 
    Type:
Bug
 - 
    Resolution: Fixed
 - 
    Priority:
Normal
 - 
    Affects Version/s: Freshly, 8.5.0
 - 
    Component/s: Theme
 - 
    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;
}