2007-03-06 Raul Mateos <raulofpandora@gmail.com>

* 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.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@390 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2007-03-06 21:37:38 +00:00
parent f5f53e4a95
commit b0139f4657
6 changed files with 23 additions and 14 deletions

View File

@ -1,3 +1,14 @@
2007-03-06 Raul Mateos <raulofpandora@gmail.com>
* 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 <slerena@artica.es> 2007-03-06 Sancho Lerena <slerena@artica.es>
* include/functions*.php: Some reorganization, moved some funtions * include/functions*.php: Some reorganization, moved some funtions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 786 B

After

Width:  |  Height:  |  Size: 752 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

View File

@ -11,7 +11,7 @@
} }
div#menuop { div#menuop {
background-color: #e6e9cd; background-color: #e6e9cd;
border: 1px solid #dAdBdC; border: 1px solid #dadbdb;
/* border: 1px solid #4a6629; */ /* border: 1px solid #4a6629; */
width: 155px; width: 155px;
margin-bottom: 15px; margin-bottom: 15px;

View File

@ -200,7 +200,7 @@ th, td.lb {
td.lb_view { td.lb_view {
color: #ffffff; color: #ffffff;
background-color: #7BA04A; background-color: #7ba04a;
} }
td.lb, td.lb_view { td.lb, td.lb_view {
@ -233,13 +233,13 @@ td.datos_jus, td.datos2_jus {
background-color: #4a6629; background-color: #4a6629;
} }
.bg2 { /* main page */ .bg2 { /* main page */
background-color: #D84437; background-color: #d84437;
} }
.bg3 { /* godmode */ .bg3 { /* godmode */
background-color: #D84437; background-color: #d84437;
} }
.bg4 { /* links */ .bg4 { /* links */
background-color: #5385BF; background-color: #5385bf;
} }
.bg, .bg2, .bg3, .bg4 { .bg, .bg2, .bg3, .bg4 {
@ -413,13 +413,13 @@ a.mn, .gr {
right: -1; right: -1;
} }
div.imgr>img { div.imgr>img {
position:absolute; position: absolute;
top: 0; top: 0;
right: 1; right: 1;
} }
div.nf { div.nf {
background: url(../../images/info.gif) no-repeat; background: url(../../images/info.png) no-repeat;
color: #9a2f0a; color: #ac4444;
margin-left: 7px; margin-left: 7px;
padding: 2px 1px 6px 25px; padding: 2px 1px 6px 25px;
} }
@ -445,15 +445,15 @@ div#install_box {
} }
div.title_line { div.title_line {
background-color: #4E682C; background-color: #4e682c;
height: 5px; height: 5px;
width: 762px; width: 762px;
} }
div.data_box { div.data_box {
border-top: 5px solid #4E682C; border-top: 5px solid #778855;
border-right: 1px solid #4E682C; border-right: 1px solid #4e682c;
border-bottom: 1px solid #4E682C; border-bottom: 1px solid #4e682c;
padding-left: 20px; padding-left: 20px;
padding-top: 0px; padding-top: 0px;
padding-bottom: 20px; padding-bottom: 20px;
@ -509,7 +509,6 @@ div.data_box {
background: #db6351; background: #db6351;
border-top: none; border-top: none;
} }
span.users { span.users {
background: url(../../images/group.png) no-repeat; background: url(../../images/group.png) no-repeat;
} }
@ -534,7 +533,6 @@ span.users, span.agents, span.data, span.alerts, span.time {
.mgb25 { .mgb25 {
margin-bottom: 25px; margin-bottom: 25px;
} }
#head { #head {
border-bottom: 1px solid #708090; border-bottom: 1px solid #708090;
padding-bottom: 12px; padding-bottom: 12px;