more last-minute tweaks
This commit is contained in:
@ -36,7 +36,7 @@ public class ConfigUIHelper extends HelperBase {
|
||||
return rv;
|
||||
}
|
||||
|
||||
private static final String langs[] = {"de", "en", "fr", "nl", "ru", "se", "zh"};
|
||||
private static final String langs[] = {"de", "en", "fr", "nl", "ru", "sv", "zh"};
|
||||
private static final String flags[] = {"de", "us", "fr", "nl", "ru", "se", "cn"};
|
||||
private static final String xlangs[] = {_x("German"), _x("English"), _x("French"),
|
||||
_x("Dutch"), _x("Russian"), _x("Swedish"), _x("Chinese")};
|
||||
|
@ -655,7 +655,7 @@ p {
|
||||
color: #001;
|
||||
font-size: 7pt;
|
||||
width: 220px;
|
||||
text-align: right;
|
||||
text-align: center;
|
||||
float: right;
|
||||
valign: middle;
|
||||
}
|
||||
|
@ -742,7 +742,7 @@ p {
|
||||
color: #eef;
|
||||
font-size: 7pt;
|
||||
width: 220px;
|
||||
text-align: right;
|
||||
text-align: center;
|
||||
float: right;
|
||||
valign: middle;
|
||||
}
|
||||
|
Reference in New Issue
Block a user