[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a

Frescha frescha at unitedseed.de
Tue Feb 28 22:08:07 UTC 2012


The following commit has been merged in the debian/master branch:
commit e1553055be65ca85efd3eb3cb1b71f5938889b87
Author: Frescha <frescha at unitedseed.de>
Date:   Wed Dec 7 20:04:28 2011 +0100

    Update navigation element

diff --git a/shinken/webui/htdocs/css/layout.css b/shinken/webui/htdocs/css/layout.css
index ddc6d6d..7a9e802 100644
--- a/shinken/webui/htdocs/css/layout.css
+++ b/shinken/webui/htdocs/css/layout.css
@@ -155,7 +155,8 @@ body {
  
 #host_more h3, #host_more table {
 	margin-left: 10px;
-} 
+}
+
 /* ----------------------------------------------------------------
  *  Elements
  * ----------------------------------------------------------------*/
diff --git a/shinken/webui/htdocs/css/navigation.css b/shinken/webui/htdocs/css/navigation.css
index 31b1f70..0f43634 100644
--- a/shinken/webui/htdocs/css/navigation.css
+++ b/shinken/webui/htdocs/css/navigation.css
@@ -2,12 +2,18 @@
 	background: #FFFFFF;
 	color: #777777;
     border-radius: 8px 8px 8px 8px;
+    -moz-border-radius: 8px;
     border-top: 1px solid #CCCCCC;
     padding-left: 5px;
     padding-right: 5px;
     padding-bottom: 1px
 }
 
+#navigation {
+	height:43px;
+	background: #222222;
+}
+
 #menu, #dropmenu {
 	list-style:none;
 	margin:0px auto 0px auto;
@@ -25,7 +31,7 @@
 	margin-top:7px;
 	border:none;
 }
-#menu li a:hover, #menu li .selected{
+#menu li a:hover, #menu li a .selected {
 	color: white;
 	background: transparent url(/static/images/pointer.gif) bottom center no-repeat;
 }
diff --git a/shinken/webui/views/navigation_element.tpl b/shinken/webui/views/navigation_element.tpl
index 0af1754..18369ed 100644
--- a/shinken/webui/views/navigation_element.tpl
+++ b/shinken/webui/views/navigation_element.tpl
@@ -7,12 +7,12 @@
 		        %if menu_part == key:
 				 	<li><a href="{{key}}" id="selected">{{value}}</a></li>
 			     %else:
-			        <li class="normal"><a href="{{key}}">{{value}}</a></li>
+			        <li><a href="{{key}}">{{value}}</a></li>
 			    %end
 	        %end
 	</ul>
 
-<ul id="dropmenu" class="grid_4">
+<ul id="dropmenu" class="grid_4 right">
     <li class="menu_right"><a href="#" class="drop">Impacts <span class="tac_impacts">1 / 2 /3</span></a><!-- Begin 3 columns Item -->
 
         <div class="dropdown_3columns align_right"><!-- Begin 3 columns container -->

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list