From 86230333a85489f64205dcda485aa7876fe4c906 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 11 Jul 2011 19:45:14 -0500 Subject: Fixed collapsed table in Chrome. The .content-table class has been modified to expand properly in Firefox and Chrome. Ticket #1450 --- install/ui/ipa.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'install') diff --git a/install/ui/ipa.css b/install/ui/ipa.css index c3215ef35..9c9012ea2 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -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 { -- cgit