summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-24 22:21:31 -0500
committerAdam Young <ayoung@redhat.com>2011-01-25 13:11:43 -0500
commit32c74fccef04042f0339508aa5fe1248a0e4a12f (patch)
treeae53767f444e8ded3907361522b2c87225825f5f /install/ui/ipa.css
parent485e4a097ff8c96d3b36cb9c6a53b782f6b8e0cf (diff)
downloadfreeipa-32c74fccef04042f0339508aa5fe1248a0e4a12f.tar.gz
freeipa-32c74fccef04042f0339508aa5fe1248a0e4a12f.tar.xz
freeipa-32c74fccef04042f0339508aa5fe1248a0e4a12f.zip
aci attribute table two columns
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 5726ad99c..37324f891 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -597,12 +597,13 @@ a.action-button-disabled {
margin-top: 2em;
}
-.search-table tr:nth-child(even){
-# background-color:#CCC;
+.aci-attribute-table tbody{
+ height:30em;
+ overflow:auto;
}
-.search-table tr:nth-child(odd){
-# background-color:#FFF;
+.aci-attribute-table th.aci-attribute-column{
+ width: 25em;
}
.entity-views{