diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-06-30 21:59:06 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-07-01 03:10:38 +0000 |
commit | c746abd63ac544273a2ddec44a3845e4eb880e62 (patch) | |
tree | 6b39e9a8561ed615b8f0e21efe5938280a7d8fd5 | |
parent | c27a6de2a601f6507b872978e508a29baa8c7b52 (diff) | |
download | freeipa-c746abd63ac544273a2ddec44a3845e4eb880e62.tar.gz freeipa-c746abd63ac544273a2ddec44a3845e4eb880e62.tar.xz freeipa-c746abd63ac544273a2ddec44a3845e4eb880e62.zip |
Fixed button style in Entitlements
The entitlement buttons are located serveral levels underneath
facet-controls, so the CSS selector has been fixed to extend beyond
facet-controls' immediate children.
Ticket #1419
-rw-r--r-- | install/ui/ipa.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 09585adea..26e000fc1 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -554,7 +554,7 @@ div.tabs { bottom: 0; } -.facet-controls > a { +.facet-controls a { font-size: 1.3em !important; padding: 0 6px 0 0; } |