Bug #225413 --> Make the windows animated biff alert dialog use the account name instead of the user name. This meant

adding some extra padding to the alert window as well.

r=jst
sr=bienvenu
This commit is contained in:
scott%scott-macgregor.org 2003-11-15 22:48:30 +00:00
parent 22ba07905f
commit b0aecd67fb

View File

@ -75,3 +75,10 @@
.alertText[clickable="true"]:hover:active {
color: #424F63;
}
.alertTextBox
{
padding-right: 10px;
padding-top: 5px;
}