mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 355822 - User profile selection window cropped; r=gavin.sharp
This commit is contained in:
parent
fc60372461
commit
f04d1dd00a
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user