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

Naparuba naparuba at gmail.com
Tue Feb 28 22:17:53 UTC 2012


The following commit has been merged in the debian/master branch:
commit 8187e07f90b81364f92eee4b0ed78a7f13996795
Author: Naparuba <naparuba at gmail.com>
Date:   Mon Jan 30 14:36:15 2012 +0100

    Fix : the tactical overview. We can merge navigation and nav for 1.2.

diff --git a/shinken/webui/htdocs/css/navigation.css b/shinken/webui/htdocs/css/navigation.css
index 353837e..e87485e 100644
--- a/shinken/webui/htdocs/css/navigation.css
+++ b/shinken/webui/htdocs/css/navigation.css
@@ -53,6 +53,56 @@
  *  Tactical Mockup
  * ----------------------------------------------------------------*/
 
+/* THIS PART IS IMPORTED FROM nav.css for the 1.0 feature freeze. It should be look for merging with nav.css
+for the 1.2 release :)
+*/
+div.tac_content{
+	width:95%;
+	height:20px;
+	border-bottom:1px solid #E3E3E5;
+	border-right:1px solid #E3E3E5;
+	margin-left:5px;
+	margin-right:5px;
+	margin-bottom:15px;
+}
+
+div.tac_header{
+	width:95%;
+	height:20px;
+	border-top:1px solid #E3E3E5;
+	border-bottom:1px solid #E3E3E5;
+	border-right:1px solid #E3E3E5;
+	margin-left:5px;
+	margin-right:5px;
+	margin-top:15px;
+}
+
+div div.tac_col_1{
+	border-left: 1px solid #E3E3E5; ;
+	width:33%;
+	height:20px;
+	float:left;
+	font-weight:bold;
+	font-color:#787878;
+}
+div div.tac_col_2{
+	border-left: 1px solid #E3E3E5; ;
+	width:33%;
+	height:20px;
+	float:left;
+	font-weight:bold;
+	font-color:#787878;
+}
+div div.tac_col_3{
+	border-left: 1px solid #E3E3E5; ;
+	width:32%;
+	height:20px;
+	float:left;
+	font-weight:bold;
+	font-color:#787878;
+}
+/*   END IMPORT FOR nav.css */
+
 .tac_impacts {
 	background: #FFFFFF;
 	color: #777777;

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list