diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 74a5918317..f7e0791f70 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,14 @@ +2007-03-06 Raul Mateos + + * images/info.png: New image, replace old info.gif. + + * images/help.png: Change colour. + + * include/styles/pandora.css: Changed colour in nf class. Small changes + in other colours. + + * include/styles/menu.css: Small colour change in menu border. + 2007-03-06 Sancho Lerena * include/functions*.php: Some reorganization, moved some funtions diff --git a/pandora_console/images/help.png b/pandora_console/images/help.png index 5c870176d4..dba538bd9c 100644 Binary files a/pandora_console/images/help.png and b/pandora_console/images/help.png differ diff --git a/pandora_console/images/info.gif b/pandora_console/images/info.gif deleted file mode 100644 index aea6b80d81..0000000000 Binary files a/pandora_console/images/info.gif and /dev/null differ diff --git a/pandora_console/images/info.png b/pandora_console/images/info.png new file mode 100644 index 0000000000..80040c7922 Binary files /dev/null and b/pandora_console/images/info.png differ diff --git a/pandora_console/include/styles/op.css b/pandora_console/include/styles/op.css index 43afef831d..1e9e1f94e3 100644 --- a/pandora_console/include/styles/op.css +++ b/pandora_console/include/styles/op.css @@ -11,7 +11,7 @@ } div#menuop { background-color: #e6e9cd; - border: 1px solid #dAdBdC; + border: 1px solid #dadbdb; /* border: 1px solid #4a6629; */ width: 155px; margin-bottom: 15px; diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 1364ed0ff8..5cb5d30a41 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -200,7 +200,7 @@ th, td.lb { td.lb_view { color: #ffffff; - background-color: #7BA04A; + background-color: #7ba04a; } td.lb, td.lb_view { @@ -233,13 +233,13 @@ td.datos_jus, td.datos2_jus { background-color: #4a6629; } .bg2 { /* main page */ - background-color: #D84437; + background-color: #d84437; } .bg3 { /* godmode */ - background-color: #D84437; + background-color: #d84437; } .bg4 { /* links */ - background-color: #5385BF; + background-color: #5385bf; } .bg, .bg2, .bg3, .bg4 { @@ -413,13 +413,13 @@ a.mn, .gr { right: -1; } div.imgr>img { - position:absolute; + position: absolute; top: 0; right: 1; } div.nf { - background: url(../../images/info.gif) no-repeat; - color: #9a2f0a; + background: url(../../images/info.png) no-repeat; + color: #ac4444; margin-left: 7px; padding: 2px 1px 6px 25px; } @@ -445,15 +445,15 @@ div#install_box { } div.title_line { - background-color: #4E682C; + background-color: #4e682c; height: 5px; width: 762px; } div.data_box { - border-top: 5px solid #4E682C; - border-right: 1px solid #4E682C; - border-bottom: 1px solid #4E682C; + border-top: 5px solid #778855; + border-right: 1px solid #4e682c; + border-bottom: 1px solid #4e682c; padding-left: 20px; padding-top: 0px; padding-bottom: 20px; @@ -509,7 +509,6 @@ div.data_box { background: #db6351; border-top: none; } - span.users { background: url(../../images/group.png) no-repeat; } @@ -534,7 +533,6 @@ span.users, span.agents, span.data, span.alerts, span.time { .mgb25 { margin-bottom: 25px; } - #head { border-bottom: 1px solid #708090; padding-bottom: 12px;