mirror of https://github.com/apache/cloudstack.git
Minor change in options dropdown for login page
This commit is contained in:
parent
432cbc8458
commit
6f74bc12e7
|
|
@ -232,6 +232,7 @@ a:hover {
|
|||
position:relative;
|
||||
background:url(../images/loginoptions_dropdownbutton.png) no-repeat top left;
|
||||
margin:0 0 0 5px;
|
||||
display:inline;
|
||||
padding:0;
|
||||
cursor:pointer;
|
||||
cursor:hand;
|
||||
|
|
@ -248,8 +249,9 @@ a:hover {
|
|||
color:#2c8bbc;
|
||||
font-size:11px;
|
||||
font-weight:normal;
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
text-align:left;
|
||||
margin:6px 0 0 10px;
|
||||
margin:0.4em 0 0 10px;
|
||||
display:inline;
|
||||
padding:0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue