[Kimchi-devel] [PATCH 2/2] Make the confirmation dialog bigger
Christy Perez
christy at linux.vnet.ibm.com
Tue Aug 19 18:32:57 UTC 2014
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 at 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
More information about the Kimchi-devel
mailing list