From 02c7c1ab0784e4d33cfcf51cbbefcfecdc27c414 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 3 Dec 2013 15:45:35 -0800 Subject: [PATCH] CLOUDSTACK-4061: Fix wrapping text with ja ui --- ui/css/cloudstack3.css | 1 + ui/css/cloudstack3.ja.css | 20 +++++++++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index c60e722c945..7b1dde0ab9f 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -214,6 +214,7 @@ table thead th.quick-view { width: 58px !important; height: 14px !important; text-indent: 2px; + white-space: nowrap; } table tbody td.quick-view { diff --git a/ui/css/cloudstack3.ja.css b/ui/css/cloudstack3.ja.css index 85c23a17c40..1d53e6e4d91 100644 --- a/ui/css/cloudstack3.ja.css +++ b/ui/css/cloudstack3.ja.css @@ -1,3 +1,4 @@ +/*[fmt]1C20-1C0D-E*/ /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -6,9 +7,9 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at -* +* * http://www.apache.org/licenses/LICENSE-2.0 -* +* * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -16,7 +17,6 @@ * specific language governing permissions and limitations * under the License. */ -/*[fmt]1C20-1C0D-E*/ #header div.view-switcher { font-size: 9px; } @@ -50,3 +50,17 @@ div.toolbar div.filters select { font-size: 11px; } +div.toolbar div.button.add, +div.toolbar div.button.refresh, +div.toolbar div.button.add, +div.toolbar div.button.main-action, +.toolbar div.button.header-action, +.detail-group .button.add { + font-size: 10px; +} + +table tbody td.quick-view, +table thead th.quick-view { + font-size: 8px; +} +