Bug 355822 - User profile selection window cropped; r=gavin.sharp

This commit is contained in:
Atsushi Sakai 2008-12-21 18:24:16 +01:00
parent fc60372461
commit f04d1dd00a
3 changed files with 15 additions and 0 deletions

View File

@ -43,6 +43,11 @@
list-style-image: url("chrome://mozapps/skin/profile/profileicon.png");
}
#profiles > listitem > listcell > image {
width: 16px;
height: 16px;
}
box#managebuttons > button {
min-width: 8em;
}

View File

@ -43,6 +43,11 @@
list-style-image: url("chrome://mozapps/skin/profile/profileicon.png");
}
#profiles > listitem > listcell > image {
width: 16px;
height: 16px;
}
box#managebuttons > button {
min-width: 8em;
}

View File

@ -43,6 +43,11 @@
list-style-image: url("chrome://mozapps/skin/profile/profileicon.png");
}
#profiles > listitem > listcell > image {
width: 16px;
height: 16px;
}
box#managebuttons > button {
min-width: 8em;
}