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 2014/05/23 00:10:58 UTC

[2/2] git commit: updated refs/heads/master to 35d5621

List view: Fix text wrapping on table header


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/35d5621b
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/35d5621b
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/35d5621b

Branch: refs/heads/master
Commit: 35d5621bda439beb0f7043b0fcf9c62d29ed20c2
Parents: c769b32
Author: Brian Federle <br...@citrix.com>
Authored: Thu May 22 15:06:36 2014 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Thu May 22 15:10:50 2014 -0700

----------------------------------------------------------------------
 ui/css/cloudstack3.css | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/35d5621b/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index cb9fa35..d2d2827 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -125,6 +125,7 @@ table thead th {
   -o-text-shadow: 0px 1px 1px #FFFFFF;
   text-shadow: 0px 1px 1px #FFFFFF;
   font-weight: bold;
+  white-space: nowrap;
 }
 
 table thead th.sorted {