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

Frescha frescha at unitedseed.de
Tue Feb 28 22:13:51 UTC 2012


The following commit has been merged in the debian/master branch:
commit 63a62a68ff3c97397b71040b5e0f89aa2877bea9
Author: Frescha <frescha at unitedseed.de>
Date:   Sat Jan 14 19:22:43 2012 +0100

    Enh: Sidemenu @ eltdetail mockup

diff --git a/bin/restart_all_debug.sh b/bin/restart_all_debug.sh
new file mode 100755
index 0000000..c8f6a5e
--- /dev/null
+++ b/bin/restart_all_debug.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+DIR=$(cd $(dirname "$0"); pwd)
+$DIR/stop_all.sh
+sleep 3
+$DIR/launch_all_debug.sh
\ No newline at end of file
diff --git a/shinken/webui/htdocs/css/layout.css b/shinken/webui/htdocs/css/layout.css
index be89c03..7c65023 100644
--- a/shinken/webui/htdocs/css/layout.css
+++ b/shinken/webui/htdocs/css/layout.css
@@ -984,10 +984,27 @@ a.supersize {
     font-size: 20px;
     padding: 15px 20px;
 }
+
 a.save {
-    background: url(sprite.png) 10px 7px no-repeat #f3f3f3;
+    background: url("/static/images/icons/gear_64.png") 10px 7px no-repeat #f3f3f3;
     padding-left: 30px;
 }
+
+a.gear {
+    background: url("/static/images/icons/gear_64.png") no-repeat scroll transparent;
+	background-position: 4px;
+	padding-left: 24px;
+    background-size: 17px 17px;
+}
+
+a.pointer_down {
+    background: url("/static/images/icons/gear_pointer_down.png") no-repeat scroll transparent;
+	background-position: right 10px;
+	padding-right: 32px;
+    background-size: 25px 17px;	
+	margin: 5px;
+}
+
 a.add {
     background: url(sprite.png)  10px -27px no-repeat #f3f3f3;
     padding-left: 30px;
diff --git a/shinken/webui/htdocs/images/icons/alert.png b/shinken/webui/htdocs/images/icons/gear_pointer_down.png
similarity index 61%
copy from shinken/webui/htdocs/images/icons/alert.png
copy to shinken/webui/htdocs/images/icons/gear_pointer_down.png
index 414987a..4690cef 100755
Binary files a/shinken/webui/htdocs/images/icons/alert.png and b/shinken/webui/htdocs/images/icons/gear_pointer_down.png differ
diff --git a/shinken/webui/htdocs/images/icons/pointer_down_64.png b/shinken/webui/htdocs/images/icons/pointer_down_64.png
new file mode 100644
index 0000000..0c1eb21
Binary files /dev/null and b/shinken/webui/htdocs/images/icons/pointer_down_64.png differ
diff --git a/shinken/webui/plugins/eltdetail/views/eltdetail2.tpl b/shinken/webui/plugins/eltdetail/views/eltdetail2.tpl
index da708a0..86419d1 100644
--- a/shinken/webui/plugins/eltdetail/views/eltdetail2.tpl
+++ b/shinken/webui/plugins/eltdetail/views/eltdetail2.tpl
@@ -29,14 +29,10 @@ Invalid element name
 	<div id="nav_left">
 		<ul>
 			<li><a href="#">Overview</a></li>
-			<li><a href="#">Overview</a></li>
+			<li><a class="pointer_down" id="v_toggle" href="#"">Gesture</a></li>
 		</ul>
 	</div>
 	
-	<div class="marginbottom">
-	    <a id="v_toggle" href="#">toggle</a>
-	</div>
-	
 	<div id="gesture_slide" class="grid_16 opacity_hover">
 	%#  "This is the background canvas for all gesture detection things " 
 	%# " Don't ask me why, but the size must be included in the

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list