BUG 9465 Layouts are broken in multi-byte language SOLVED

- When a label has more than one word the next word apperas down
- Add a attribute in the link style
This commit is contained in:
Julio Cesar Laura
2012-08-15 19:30:33 -04:00
parent cb086e06c3
commit 15115d64f5

View File

@@ -830,6 +830,7 @@ form.formSearch .Record
{
color:#2078A8;
text-decoration:none;
white-space:nowrap;
}
.pagedTableDefault, .pagedTableDefault .headerContent .tableOption a:hover
{
@@ -882,6 +883,7 @@ font-weight:bold;
text-decoration: none;
padding-left: 5px;
font: bold 11px Tahoma,sans-serif, MiscFixed;
white-space:nowrap;
}
.pagedTableDefault .pagedTable a:hover
{
@@ -960,6 +962,7 @@ font-weight:bold;
}
.pagedTableDefault .pagedTable .RowLink a{
display:block;
white-space:nowrap;
}
A.firstPage {