CC-4763: Alignment error for User settings UI in Firefox

-fixed
This commit is contained in:
denise 2013-01-04 11:00:21 -05:00
parent 64116c7bff
commit 596e103d96
2 changed files with 3 additions and 3 deletions

View file

@ -2941,14 +2941,14 @@ dd .stream-status {
}
.edit-user-global dt {
width: 90px;
width: 100px;
float: left;
margin-top: 4px;
margin-left: 2px;
}
.edit-user-global dd {
width: 230px;
width: 240px;
padding-bottom: 5px;
}

View file

@ -488,7 +488,7 @@ $(document).ready(function() {
});
$('#current-user').bind('blur', function() {
$('#current-user').bind('mouseout', function() {
timer = setTimeout("$('#current-user').tipsy('hide')", 500);
});