summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-06-03 11:33:32 -0400
committerEndi Sukma Dewata <edewata@people02.fedoraproject.org>2011-06-03 19:54:14 +0000
commit4080a03051b244c061fdc494dec67d3ee97f9a1a (patch)
tree97930a9514ceefaf19784df088c2e553586a9633 /install/ui/ipa.css
parent403ed477b56695576e74f8fda1c9fc8b1df53700 (diff)
downloadfreeipa-4080a03051b244c061fdc494dec67d3ee97f9a1a.tar.gz
freeipa-4080a03051b244c061fdc494dec67d3ee97f9a1a.tar.xz
freeipa-4080a03051b244c061fdc494dec67d3ee97f9a1a.zip
dialog scrolling table
Tables on the dialog page need to have the scrolling set but should not resize with the main window, since their window is a JQuery UI dialog.
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css26
1 files changed, 16 insertions, 10 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 524dc7f62..8cac85cd0 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -292,10 +292,6 @@ dl.aci-target input {
}
-.aci-attribute-table th.style {
-
-}
-
#group_filter {
margin-right: 2em;
}
@@ -385,6 +381,10 @@ span.attrhint {
//background-image: url("ui-icons_222222_256x240.png");
background-color: #e2e2e2;
}
+.ui-dialog .ui-dialog-content {
+ #this should go away once we can fix table scrolling
+ overflow:auto;
+}
.ui-widget-content {
}
@@ -666,16 +666,22 @@ a.action-button-disabled {
width: 22px;
}
+.aci-attribute-table {
+
+}
+
+
.aci-attribute-table tbody{
- height:30em;
- overflow-x:hidden;
- border-bottom: 1px solid #8a8a8a;
+ width: 20em;
+ height:10em;
+ overflow:auto;
+ border-bottom: 1px solid #8a8a8a;
}
.aci-attribute-table th.aci-attribute-column{
float: left;
- width: 46.5em;
- padding: 0.8em 0.5em;
+ width: 20.5em;
+ padding: 0.8em 0.5em;
}
.entity-views{
@@ -938,4 +944,4 @@ table.scrollable tbody {
.facet-content {
margin: 10px 0 0;
-} \ No newline at end of file
+}