diff options
Diffstat (limited to 'src/usr/local/www/system_gateways.php')
-rw-r--r-- | src/usr/local/www/system_gateways.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_gateways.php b/src/usr/local/www/system_gateways.php index 1c799d3..0f38e66 100644 --- a/src/usr/local/www/system_gateways.php +++ b/src/usr/local/www/system_gateways.php @@ -329,7 +329,7 @@ foreach ($a_gateways as $i => $gateway): <nav class="action-buttons" style="margin-top: 10px;"> <a href="system_gateways_edit.php" role="button" class="btn btn-success"> - <i class="fa fa-plus" style="font-size:15px; vertical-align: middle; margin-right: 6px;"></i> + <i class="fa fa-plus icon-embed-btn"></i> <?=gettext("Add");?> </a> </nav> |