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