fixed visual error
This commit is contained in:
parent
1934c04388
commit
ec4f23e502
|
@ -686,7 +686,7 @@ function mainAgentsModules()
|
|||
|
||||
echo '<tr>';
|
||||
|
||||
echo "<th width='140px' class='right pdd_r_10px'>".__('Agents').' / '.__('Modules').'</th>';
|
||||
echo "<th width='140px' class='pdd_r_10px lign_right'>".__('Agents').' / '.__('Modules').'</th>';
|
||||
|
||||
if ($hor_offset > 0) {
|
||||
$new_hor_offset = ($hor_offset - $block);
|
||||
|
|
|
@ -8441,3 +8441,6 @@ div.stat-win-spinner img {
|
|||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
.lign_right {
|
||||
text-align: right;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue