[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
Frescha
frescha at unitedseed.de
Tue Feb 28 22:09:15 UTC 2012
The following commit has been merged in the debian/master branch:
commit 44ab3175a517007d6a39078c3072151c6a06e1c9
Author: Frescha <frescha at unitedseed.de>
Date: Mon Dec 19 22:18:07 2011 +0100
change log container border style
diff --git a/shinken/webui/plugins/eltdetail/htdocs/css/eltdetail2.css b/shinken/webui/plugins/eltdetail/htdocs/css/eltdetail2.css
index 88bf81c..cba0776 100755
--- a/shinken/webui/plugins/eltdetail/htdocs/css/eltdetail2.css
+++ b/shinken/webui/plugins/eltdetail/htdocs/css/eltdetail2.css
@@ -222,7 +222,7 @@ div.content {
#minimenu ul li a:hover{
color: #787878;
background-color: #F3F3F3;
- border-bottom: 4px solid #787878;
+ border-bottom: 3px solid #787878;
padding-bottom: 0;
}
@@ -262,13 +262,6 @@ div.content {
line-height: 35px;
}
-.left {
- float:left;
-}
-
-.right {
- float:right;
-}
#log_container {}
#log_container h2{
@@ -278,8 +271,8 @@ div.content {
border-top-right-radius: 4px;
color: #3A505B;
font-size: 13px;
- margin: 15px 0 0;
- padding: 5px 8px;
+ margin: 0;
+ padding-top: 5px;
text-shadow: 0 1px #FFFFFF;
width: 81.333%;
}
@@ -287,8 +280,10 @@ div.content {
#log_container ol {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
- border-color: -moz-use-text-color #E3E3E5 #E3E3E5;
+ border-color: -moz-use-text-color #E3E3E5;
border-right: 1px solid #E3E3E5;
+ border-left: 1px solid #E3E3E5;
+ border-bottom: 1px solid #E3E3E5;
border-style: none solid solid;
border-width: medium 1px 1px;
list-style-type: none;
diff --git a/shinken/webui/plugins/eltdetail/views/eltdetail2.tpl b/shinken/webui/plugins/eltdetail/views/eltdetail2.tpl
index 28475c0..e2e9ebe 100644
--- a/shinken/webui/plugins/eltdetail/views/eltdetail2.tpl
+++ b/shinken/webui/plugins/eltdetail/views/eltdetail2.tpl
@@ -164,6 +164,7 @@ Invalid element name
{{!helper.get_button('Schedule Downtime', img='/static/images/downtime.png')}}
</div>
</div>
+ <br>
<hr />
<div id="item_information">
<h2>Additonal Informations</h2>
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list