CC-4763: Alignment error for User settings UI in Firefox
-fixed
This commit is contained in:
parent
64116c7bff
commit
596e103d96
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -488,7 +488,7 @@ $(document).ready(function() {
|
|||
|
||||
});
|
||||
|
||||
$('#current-user').bind('blur', function() {
|
||||
$('#current-user').bind('mouseout', function() {
|
||||
timer = setTimeout("$('#current-user').tipsy('hide')", 500);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue