bug 8160: Dropdown on login screen made bigger

This commit is contained in:
NIKITA 2011-01-24 10:50:14 -08:00
parent 1245d2fed2
commit 3484d04112
3 changed files with 5 additions and 5 deletions

View File

@ -226,7 +226,7 @@ a:hover {
}
.loginoptions_dropdownbutton {
width: 109px;
width: 139px;
height:21px;
float:left;
position:relative;
@ -243,7 +243,7 @@ a:hover {
}
.loginoptions_dropdownbutton p{
width:78px;
width:105px;
height:auto;
float:left;
color:#2c8bbc;
@ -267,7 +267,7 @@ a:hover {
}
.loginoptions_dropdown {
width:91px;
width:120px;
height:auto;
float:left;
position:absolute;
@ -279,7 +279,7 @@ a:hover {
}
.loginoptions_dropdown ul{
width:73px;
width:110px;
height:auto;
float:left;
margin:3px 0 0 5px;
@ -288,7 +288,7 @@ a:hover {
}
.loginoptions_dropdown li{
width:80px;
width:106px;
height:auto;
float:left;
color:#333;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 853 B

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 743 B

After

Width:  |  Height:  |  Size: 3.4 KiB