l10n fixes
This commit is contained in:
parent
14a7be6e37
commit
06f616a9ed
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user