5363: fixed javascript warning when logging on italian page; improved editor menu bar layout

This commit is contained in:
following
2013-02-25 00:00:30 +01:00
parent 9b10d66d5f
commit c7838e0896
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ function insertSmiley(parSmiley) {
/* fuer die anderen Browser */
else
{
alert(navigator.appName + ': {t}Setting smilies is not supported{/t}');
alert(navigator.appName + ": {t}Setting smilies is not supported{/t}");
}
}
@@ -600,11 +600,11 @@ input.formbuttons {background-color:rgb(219,230,241); width:120px; border:1px so
{
background-color:#F0F0EE;
margin:2px 2px 2px 2px;
padding:2px 2px 2px 2px;
padding:2px 4px 2px 4px;
border:solid 1px #CCCCCC;
font-size:smaller;
width:155px;
cursor:default;
float:left;
}
.buttonNormal