summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-07-11 19:45:14 -0500
committerAdam Young <ayoung@redhat.com>2011-07-12 11:50:47 -0400
commit86230333a85489f64205dcda485aa7876fe4c906 (patch)
treeff7cc267fb94189a6c977fbf868699ed184f3328
parente0238b5218d1c46bec3b0231db3bbef71a7403ef (diff)
downloadfreeipa-86230333a85489f64205dcda485aa7876fe4c906.tar.gz
freeipa-86230333a85489f64205dcda485aa7876fe4c906.tar.xz
freeipa-86230333a85489f64205dcda485aa7876fe4c906.zip
Fixed collapsed table in Chrome.
The .content-table class has been modified to expand properly in Firefox and Chrome. Ticket #1450
-rw-r--r--install/ui/ipa.css8
1 files changed, 3 insertions, 5 deletions
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 {