From c746abd63ac544273a2ddec44a3845e4eb880e62 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 30 Jun 2011 21:59:06 -0500 Subject: 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 --- install/ui/ipa.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit