From 975e2bfa2b48c60bba99e2f2e4f106e031230bd3 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 22 Jun 2011 21:54:28 -0500 Subject: Added navigation breadcrumb. Navigation breadcrumb has been added to the facet header. The breadcrumb will appear on details, association, and automount facets. Ticket #1323 --- install/ui/ipa.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'install/ui/ipa.css') diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 47ee51332..b9801b8c9 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -443,7 +443,7 @@ div.tabs { .facet-title { position: absolute; - top: 0; + top: 10px; left: 0; color: gray; display: block; @@ -461,11 +461,14 @@ div.tabs { color:black; } -.back-link { - cursor: pointer; +.breadcrumb { position: absolute; top: 0; - right: 0; + left: 0; +} + +.breadcrumb a { + cursor: pointer; } /* ---- Facet Tabs ---- */ -- cgit