mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 22:44:56 -04:00
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:
@ -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;
|
||||
|
@ -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 |
Reference in New Issue
Block a user