
19 Aug
2014
19 Aug
'14
1:32 p.m.
With the new text added for Power Down, the entire message no longer fit into the box. Increasing it slightly to address that. Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com> --- ui/css/theme-default/message.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/css/theme-default/message.css b/ui/css/theme-default/message.css index 53b3495..4f8eaed 100644 --- a/ui/css/theme-default/message.css +++ b/ui/css/theme-default/message.css @@ -78,8 +78,8 @@ box-sizing: border-box; max-width: 100%; max-height: 100%; - width: 350px; - height: 170px; + width: 375px; + height: 200px; z-index: 9999; } -- 1.9.3