CLOUDSTACK-4061: Fix wrapping text with ja ui

This commit is contained in:
Brian Federle 2013-12-03 15:45:35 -08:00
parent 6ea4e7309d
commit 02c7c1ab07
2 changed files with 18 additions and 3 deletions

View File

@ -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 {

View File

@ -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;
}