2013-02-14 Miguel de Dios <miguel.dedios@artica.es>

* include/styles/pandora_legacy.css: cleaned source code.
	
	* include/styles/pandora_green.css: add rules for the group view.
	
	Fixes: #3576296




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7655 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-02-14 15:29:05 +00:00
parent 4806587a80
commit 7872a82a35
3 changed files with 67 additions and 5 deletions

View File

@ -1,3 +1,11 @@
2013-02-14 Miguel de Dios <miguel.dedios@artica.es>
* include/styles/pandora_legacy.css: cleaned source code.
* include/styles/pandora_green.css: add rules for the group view.
Fixes: #3576296
2013-02-14 Miguel de Dios <miguel.dedios@artica.es>
* include/constants.php: added constant dir for the mibs of snmp.

View File

@ -1514,3 +1514,57 @@ div.cellBig {
width: 30px !important;
text-align: center;
}
/* Standard styles for status colos (groups, events, backgrounds...) */
tr.group_view_crit, .group_view_crit {
background-color: #FA3030;
}
tr.group_view_norm, .group_view_norm {
background-color: #ffffff;
}
tr.group_view_ok, .group_view_ok {
background-color: #00C000;
}
tr.group_view_warn, .group_view_warn, tr.group_view_warn.a, a.group_view_warn, tr.a.group_view_warn {
background-color: #F5E535;
}
a.group_view_warn {
color: #000;
}
tr.group_view_alrm, .group_view_alrm {
background-color: #ED8701;
}
tr.group_view_unk, .group_view_unk {
background-color: #C4C4C4;
}
tr.group_view_data, .group_view_data {
color: #000;
}
.group_view_data_unk {
color: #303030;
}
.group_view_data_ok{
color: #00C000;
}
.group_view_data_crit {
color: #5C0000;
}
.group_view_data_alrm {
color: #5C1D00;
}
.group_view_data_warn {
color: #5C5900;
}

View File

@ -31,7 +31,7 @@ svg * {
body {
text-align: center;
background-color: #555555;
background-image: url(../../images/greyback.gif);
background-image: url(../../images/greyback.gif);
margin: 0 auto;
}
@ -39,11 +39,11 @@ body {
/* Set rules to fill background */
min-height: 100%;
min-width: 1024px;
/* Set up proportionate scaling */
width: 100%;
height: auto;
/* Set up positioning */
position: fixed;
top: 0;
@ -147,7 +147,7 @@ p.center {
h1#log {
font-size: 18px;
margin-bottom: 0px;
color: #000;
color: #000;
}
h1#log_f {
color: #c00;
@ -1518,4 +1518,4 @@ div.cellBig {
}
.visual_font_size_36pt, .visual_font_size_36pt > em, .visual_font_size_36pt > strong {
font-size: 36pt;
}
}