Updated Branches: refs/heads/master c77dca2d3 -> 1c4f1deaa
CLOUDSTACK-4061: Fix wrapping text with ja ui Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1c4f1dea Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1c4f1dea Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1c4f1dea Branch: refs/heads/master Commit: 1c4f1deaa88584850c31e1012c7c48aaf3ed7b48 Parents: c77dca2 Author: Brian Federle <[email protected]> Authored: Tue Dec 3 15:45:35 2013 -0800 Committer: Brian Federle <[email protected]> Committed: Tue Dec 3 15:45:35 2013 -0800 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 1 + ui/css/cloudstack3.ja.css | 20 +++++++++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1c4f1dea/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index c60e722..7b1dde0 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 { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1c4f1dea/ui/css/cloudstack3.ja.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.ja.css b/ui/css/cloudstack3.ja.css index 85c23a1..1d53e6e 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; +} +
