Skip to content

Commit 32e7c83

Browse files
author
Kristan Kenney
committed
Remove extra padding around options toggle
1 parent 97adf72 commit 32e7c83

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

web/templates/admin/list_backup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<button type="submit" class="l-sort-toolbar__filter-apply" onclick="return doSearch('/search/')" value=""><i class="fas fa-search"></i></button>
1515
</form>
1616
</td>
17-
<td class="step-right">
17+
<td>
1818
<form action="/bulk/backup/" method="post" id="objects">
1919
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
2020
<div class="l-select">

web/templates/admin/list_stats.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</form>
1515
</td>
1616
<td></td>
17-
<td class="step-right">
17+
<td>
1818
<a class="vst" href='/list/stats/'><?=__('Overall Statistics')?></a>
1919
</td>
2020
<td>

web/templates/user/list_cron.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="l-sort-toolbar clearfix">
1010
<table>
1111
<tr>
12-
<td class="step-right">
12+
<td>
1313
<?
1414
if($panel[$user]['CRON_REPORTS'] == 'yes') {
1515
echo '<a class="vst" href="/delete/cron/reports/?token='.$_SESSION['token'].'">'.__('turn off notifications').'</a>';

web/templates/user/list_db.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
}
3636
}
3737
if($mysql){
38-
echo '<td class="step-right"><a class="vst" href="'.$db_myadmin_link.'" target="_blank">phpMyAdmin</td>';
38+
echo '<td><a class="vst" href="'.$db_myadmin_link.'" target="_blank">phpMyAdmin</td>';
3939
}
4040
if($pgsql){
41-
echo '<td class="step-right"><a class="vst" href="'.$db_pgadmin_link.'" target="_blank">phpPgAdmin</td>';
41+
echo '<td><a class="vst" href="'.$db_pgadmin_link.'" target="_blank">phpPgAdmin</td>';
4242
}
4343
?>
4444

web/templates/user/list_stats.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</form>
1212
</td>
1313
<td></td>
14-
<td class="step-right">
14+
<td>
1515
<a class="vst" href='/list/stats/'><?=__('Overall Statistics')?></a>
1616
</td>
1717
<td>

0 commit comments

Comments
 (0)