From 34e357e7138ee838583f69001c1d2ad067c98b27 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 9 Dec 2011 14:13:17 +0100 Subject: Additional better displaying of long names - facet group headers, error dialog, non-scrollable tables, can manage long names Size calculation of scrollable and non-scrollable tables was united. Now these types of tables differ only by style. https://fedorahosted.org/freeipa/ticket/1821 --- install/ui/ipa.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'install/ui/ipa.css') diff --git a/install/ui/ipa.css b/install/ui/ipa.css index b4453df2b..703f37cf0 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -624,11 +624,18 @@ span.main-nav-off > a:visited { height: 100%; } +.content-table thead { + position: absolute; + top: 0px; + left: 3px; + right: 3px; +} + .content-table tbody { position: absolute; top: 31px; left: 3px; - right: 4px; + right: 3px; bottom: 35px; } @@ -895,17 +902,18 @@ a, .ui-widget-content a { /* ---- Dialog ---- */ .ui-dialog .ui-dialog-titlebar-close span { - background-color: transparent !important; + background-color: transparent !important; } .ui-dialog .ui-dialog-content { + word-wrap: break-word; /* this should go away once we can fix table scrolling */ - overflow:auto; + overflow: auto; } .ui-dialog .ui-dialog-titlebar { - padding: 0.5em 1em; - position: relative; + padding: 0.5em 1em; + position: relative; } .ui-dialog .ui-dialog-buttonpane button { -- cgit