From 8f9ddb058f922fbd33c4d15986eeb1f5be521cc5 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 11 Apr 2011 20:22:38 -0500 Subject: Entitlement import. The entitlement facet will invoke entitle_status to check the entitlement status and show the appropriate buttons. If it's unregistered it will show Register and Import button. If it's registered it will show the Consume button only. If it's imported it will show the Import button only. The Import button will open a dialog box for importing entitlement certificate. Ticket #277 --- install/ui/ipa.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install/ui/ipa.css') diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 4fe040135..2b205e927 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -479,6 +479,10 @@ span.ui-icon-search { margin-left: 1em !important; } +[title="Import"] { + margin-left: 1em !important; +} + [title="mail"] { margin-top: 0em !important; } -- cgit