From 8ec0190eeee7ae9075999598035bec86707fe549 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Fri, 21 Feb 2014 07:36:13 -0800 Subject: [PATCH] Fix wrapping issues for ja_JP --- ui/css/{cloudstack3.ja.css => cloudstack3.ja_JP.css} | 10 ++++++++++ 1 file changed, 10 insertions(+) rename ui/css/{cloudstack3.ja.css => cloudstack3.ja_JP.css} (89%) diff --git a/ui/css/cloudstack3.ja.css b/ui/css/cloudstack3.ja_JP.css similarity index 89% rename from ui/css/cloudstack3.ja.css rename to ui/css/cloudstack3.ja_JP.css index 1d53e6e4d91..82c40b76b74 100644 --- a/ui/css/cloudstack3.ja.css +++ b/ui/css/cloudstack3.ja_JP.css @@ -57,6 +57,7 @@ div.toolbar div.button.main-action, .toolbar div.button.header-action, .detail-group .button.add { font-size: 10px; + white-space: nowrap; } table tbody td.quick-view, @@ -64,3 +65,12 @@ table thead th.quick-view { font-size: 8px; } +.multi-wizard.instance-wizard .progress ul li span.multiline { + font-size: 9px; +} + +.multi-wizard .review .select-container .select .name { + white-space: nowrap; + font-size: 10px; +} +