Minor change in options dropdown for login page

This commit is contained in:
NIKITA 2011-01-10 14:57:18 -08:00
parent 432cbc8458
commit 6f74bc12e7
1 changed files with 3 additions and 1 deletions

View File

@ -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;
}