summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2011-12-09 14:13:17 +0100
committerEndi S. Dewata <edewata@redhat.com>2011-12-09 22:46:12 +0000
commit34e357e7138ee838583f69001c1d2ad067c98b27 (patch)
tree2bbed0127d3656ee5a1af203064aa9bc246e8a4f /install/ui/ipa.css
parent790ffc42a8e9ebd549eebffdef05da28ee96e129 (diff)
downloadfreeipa-34e357e7138ee838583f69001c1d2ad067c98b27.tar.gz
freeipa-34e357e7138ee838583f69001c1d2ad067c98b27.tar.xz
freeipa-34e357e7138ee838583f69001c1d2ad067c98b27.zip
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
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css18
1 files changed, 13 insertions, 5 deletions
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 {