You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/12/04 00:46:03 UTC

git commit: updated refs/heads/4.3 to 02c7c1a

Updated Branches:
  refs/heads/4.3 6ea4e7309 -> 02c7c1ab0


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/02c7c1ab
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/02c7c1ab
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/02c7c1ab

Branch: refs/heads/4.3
Commit: 02c7c1ab0784e4d33cfcf51cbbefcfecdc27c414
Parents: 6ea4e73
Author: Brian Federle <br...@citrix.com>
Authored: Tue Dec 3 15:45:35 2013 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Tue Dec 3 15:46:00 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/02c7c1ab/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/02c7c1ab/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;
+}
+