Fixes for minor regressions b=273507 r=silver a=asa

git-svn-id: svn://10.0.0.236/trunk@174258 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk 2005-06-07 23:27:08 +00:00
parent c8611ca8e8
commit 7eddec8097
2 changed files with 5 additions and 1 deletions

View File

@ -391,7 +391,7 @@ function initMenus()
"') and " + netAway;
client.menuSpecs["mainmenu:nickname"] = {
label: "",
label: client.prefs["nickname"],
domID: "server-nick",
getContext: getDefaultContext,
items:

View File

@ -58,6 +58,10 @@ window {
margin: 5px;
}
.toolbarbutton-menu-dropmarker {
margin-left: 0.5em;
}
#input-widgets {
border: none;
-moz-binding: none;