Changed style.css for nodes table so word wrap is not used.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8036 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2010-11-04 14:21:45 +00:00
parent 0b176f9fd9
commit c1ab3ef74e

View File

@ -162,7 +162,7 @@ body {
display: inline-table;
}
/****************** physical layout section ******************/
/****************** Physical layout section ******************/
.physicaltree {
width: 200px;
vertical-align: top;
@ -491,6 +491,7 @@ legend {
font: 12px verdana, arial, helvetica, sans-serif;
color: #424242;
padding: 6px 12px;
white-space: nowrap; /* Do not use word wrap */
border-width: 1px;
border-style: solid;
border-color: #BDBDBD;