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 ---- */ /* ---- Search Facet ---- */
.content-table { .content-table {
position: absolute; position: relative;
top: 0; width: 100%;
left: 0; height: 100%;
right: 0;
bottom: 0;
} }
.content-table tbody { .content-table tbody {