[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
Frescha
frescha at unitedseed.de
Tue Feb 28 22:08:10 UTC 2012
The following commit has been merged in the debian/master branch:
commit 7f5a0dc7880da053cb020a56da3b1e8ebcf3285b
Author: Frescha <frescha at unitedseed.de>
Date: Wed Dec 7 22:56:23 2011 +0100
some small style changes
diff --git a/shinken/webui/htdocs/css/navigation.css b/shinken/webui/htdocs/css/navigation.css
index 0f43634..4d15e07 100644
--- a/shinken/webui/htdocs/css/navigation.css
+++ b/shinken/webui/htdocs/css/navigation.css
@@ -10,14 +10,14 @@
}
#navigation {
- height:43px;
+ height:40px;
background: #222222;
}
#menu, #dropmenu {
list-style:none;
- margin:0px auto 0px auto;
- height:43px;
+ margin:0;
+ height:40px;
padding:0px;
background: #222222;
}
@@ -26,13 +26,14 @@
float:left;
text-align:center;
position:relative;
- padding: 4px 10px 4px 10px;
- margin-right:30px;
+ padding: 4px 10px 8px 10px;
+ margin-left: 20px;
+ margin-right: 20px;
margin-top:7px;
border:none;
}
-#menu li a:hover, #menu li a .selected {
- color: white;
+#menu li:hover, #menu li a .selected {
+ color: #FFFFFF;
background: transparent url(/static/images/pointer.gif) bottom center no-repeat;
}
#dropmenu li:hover {
@@ -54,20 +55,26 @@
#menu li a, #dropmenu li a {
font-size:14px;
- color: #EEEEEE;
+ color: #636363;
display:block;
outline:0;
text-decoration:none;
}
#dropmenu li:hover a {
- color:#161616;
+ color: #636363;
text-shadow: 1px 1px 1px #FFFFFF;
}
+
+#menu li:hover a {
+ color: #FFFFFF;
+}
+
#dropmenu li .drop {
padding-right:21px;
background:url("/static/images/icons/drop2.png") no-repeat right 8px;
}
+
#dropmenu li:hover .drop {
background:url("/static/images/icons/drop.png") no-repeat right 7px;
}
@@ -186,12 +193,7 @@
#menu li:hover div a:hover {
color:#029feb;
}
-.strong {
- font-weight:bold;
-}
-.italic {
- font-style:italic;
-}
+
.imgshadow {
background:#FFFFFF;
padding:4px;
@@ -261,4 +263,4 @@
border:1px solid #aaaaaa;
padding:4px 6px 4px 6px;
margin:0px 0px 4px 0px;
-}
+}
\ No newline at end of file
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list