l10n fixes

This commit is contained in:
Rouslan Placella 2012-11-09 13:37:22 +00:00
parent 14a7be6e37
commit 06f616a9ed
2 changed files with 4 additions and 4 deletions

View File

@ -1219,10 +1219,10 @@ div#logTable table {
#serverVariables .serverVariableEditor div {
display: block;
overflow: hidden;
padding-right: 1em;
padding-<?php echo $right; ?>: 1em;
}
#serverVariables .serverVariableEditor a {
float: right;
float: <?php echo $right; ?>;
margin: 0 0.5em;
line-height: 2em;
}

View File

@ -1491,10 +1491,10 @@ div#queryAnalyzerDialog table.queryNums {
#serverVariables .serverVariableEditor div {
display: block;
overflow: hidden;
padding-right: 1em;
padding-<?php echo $right; ?>: 1em;
}
#serverVariables .serverVariableEditor a {
float: right;
float: <?php echo $right; ?>;
margin: 0 0.5em;
line-height: 2em;
}