corregidos algunos problemas en las "webs"

a?adida nueva imagen de fondo para el di?logo sever_config

terminado el di?logo server_config
This commit is contained in:
Luis Ángel San Martín
2013-03-06 20:26:59 +01:00
parent 546dd330f0
commit ccf9ffa4bc
10 changed files with 131 additions and 53 deletions

View File

@ -99,7 +99,7 @@ margin: 20px 12px 20px 0;
.importButton
{
width: 57px;
height: 22px;
height: 18px;
background: url("../images/bt_import.jpg") no-repeat scroll 0 0 transparent;
border: none;
text-align:center;
@ -112,8 +112,8 @@ margin: 20px 12px 20px 0;
.importedButton
{
width: 67px;
height: 22px;
background: url("../images/bt_imported.jpg") no-repeat scroll 0 0 transparent;
height: 18px;
background: url("../images/bt_import.jpg") no-repeat scroll 0 -22px transparent;
border: none;
text-align:center;
display: block;

View File

@ -81,21 +81,21 @@ margin: 20px 0 15px 0;
.importButton
{
width: 67px;
height: 24px;
height: 20px;
background: url("../images/bt_import.jpg") no-repeat scroll 0 0 transparent;
border: none;
text-align:center;
display: block;
float: left;
margin: 0 0 0 8px;
padding: 5px 0 0 0;
padding: 4px 0 0 0;
}
.importedButton
{
width: 67px;
height: 22px;
background: url("../images/bt_imported.jpg") no-repeat scroll 0 0 transparent;
width: 77px;
height: 20px;
background: url("../images/bt_import.jpg") no-repeat scroll 0 -24px transparent;
border: none;
text-align:center;
display: block;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 718 B

After

Width:  |  Height:  |  Size: 991 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 701 B

After

Width:  |  Height:  |  Size: 957 B