mirror of https://github.com/apache/cloudstack.git
Minor fix for close button for VM wizard
This commit is contained in:
parent
774ca37fce
commit
9d060db757
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 |
Loading…
Reference in New Issue