Minor fix for close button for VM wizard

This commit is contained in:
NIKITA 2011-01-07 17:55:18 -08:00
parent 774ca37fce
commit 9d060db757
5 changed files with 24 additions and 1 deletions

View File

@ -301,7 +301,7 @@ a:hover {
height:13px;
float:right;
background:url(../images/vm_closebutton.gif) no-repeat top left;
margin:8px 0 0 0;
margin:8px 10px 0 0;
padding:0;
cursor:pointer;
cursor:hand;

View File

@ -1,6 +1,29 @@
@charset "UTF-8";
/* CSS Document */
html,body{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
height:auto;
font-weight:normal;
background:#cc4340 url(../../custom1/images/custom_login_bg.gif) repeat-x top left;
margin:0;
padding:0;
overflow-x:hidden;
}
.main_loginbox_bot {
width:660px;
height:109px;
float:left;
background:url(../../custom1/images/custom1_loginbox_bot.png) no-repeat top left;
margin:0;
padding:0;
}
#main_header {
min-width:980px;
width:100%;

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB