mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-7204-error-visual-en-agents-module' into 'develop'
fixed visual error See merge request artica/pandorafms!3954
This commit is contained in:
commit
17c923a68b
@ -686,7 +686,7 @@ function mainAgentsModules()
|
|||||||
|
|
||||||
echo '<tr>';
|
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) {
|
if ($hor_offset > 0) {
|
||||||
$new_hor_offset = ($hor_offset - $block);
|
$new_hor_offset = ($hor_offset - $block);
|
||||||
|
@ -8446,3 +8446,6 @@ div.stat-win-spinner img {
|
|||||||
width: 100px;
|
width: 100px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
|
.lign_right {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user