Tooltip is getting to long and going outside the page, limiting the maximum width to be 300px.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8050 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2010-11-04 20:01:30 +00:00
parent 2361f0593f
commit 1625422949

View File

@ -20,6 +20,7 @@
display: none;
color: #fff;
text-align: left;
max-width: 300px;
font-size: 10px;
/* Outline radius for firefox only */
-moz-box-shadow: 0 0 10px #000;