Fixed collapsed table in Chrome.

The .content-table class has been modified to expand properly in
Firefox and Chrome.

Ticket #1450
This commit is contained in:
Endi S. Dewata 2011-07-11 19:45:14 -05:00 committed by Adam Young
parent e0238b5218
commit 86230333a8

View File

@ -583,11 +583,9 @@ div.tabs {
/* ---- Search Facet ---- */
.content-table {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: relative;
width: 100%;
height: 100%;
}
.content-table tbody {