[PATCH 1/2] BZ 798347 added administer-specific nav_history css

Tzu-Mainn Chen tzumainn at redhat.com
Wed Feb 29 21:35:35 UTC 2012


---
 src/app/stylesheets/layout.scss |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/src/app/stylesheets/layout.scss b/src/app/stylesheets/layout.scss
index d081ae7..d39f6d1 100644
--- a/src/app/stylesheets/layout.scss
+++ b/src/app/stylesheets/layout.scss
@@ -1443,7 +1443,14 @@ Breadcrumb Navigation -- v.0.0.2 [nav_hist_bar] (nav_hist_bar.scss)
 nav#nav_history{
 
   display: block;
-  margin: 6px 0px 12px 0px;
+  -webkit-border-radius: 7px 7px 0px 0px;
+  -moz-border-radius: 7px 7px 0px 0px;
+  border-radius: 7px 7px 0px 0px;
+  padding-top: 6px;
+  padding-left: 0px;
+  padding-right: 0px;
+  padding-bottom: 6px;
+  min-height: 10px;
 
   ol.nav_hist_bar{
 
@@ -1470,6 +1477,13 @@ nav#nav_history{
 
 }
 
+nav#nav_history.administer{
+
+  padding-left: 6px;
+  background:url('../../images/administer_nav_bg.png') left top;
+
+}
+
 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Statistics Scoreboard -- v.0.0.1 [scoreboard] (scoreboard.scss)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-- 
1.7.6.5




More information about the aeolus-devel mailing list