Skip to content

Commit 36865a8

Browse files
committed
fix wide Check Cancel buttons
1 parent 93e6cf7 commit 36865a8

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

emhttp/plugins/dynamix/DeviceInfo.page

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,10 @@ _(btrfs filesystem usage)_:
10421042
<input type="hidden" name="#arg[2]" value="/mnt/<?=$tag?>">
10431043

10441044
&nbsp;
1045-
: <input type="submit" value="_(Cancel)_"> *_(Running)_*
1045+
: <span>
1046+
<input type="submit" value="_(Cancel)_">
1047+
*_(Running)_*
1048+
</span>
10461049

10471050
:info_balance_cancel_help:
10481051

@@ -1156,7 +1159,8 @@ _(btrfs scrub status)_:
11561159

11571160
&nbsp;
11581161
: <span class="buttons-spaced">
1159-
<input type="submit" value="_(Cancel)_"> *_(Running)_*
1162+
<input type="submit" value="_(Cancel)_">
1163+
*_(Running)_*
11601164
</span>
11611165

11621166
:info_scrub_cancel_help:
@@ -1270,7 +1274,10 @@ _(btrfs check status)_:
12701274
<input type="hidden" name="#arg[3]" value="<?=_var($disk, 'id')?>">
12711275

12721276
&nbsp;
1273-
: <input type="submit" value="_(Cancel)_"> *_(Running)_*
1277+
: <span>
1278+
<input type="submit" value="_(Cancel)_">
1279+
*_(Running)_*
1280+
</span>
12741281

12751282
:info_check_cancel_help:
12761283

@@ -1321,7 +1328,10 @@ _(zfs pool status)_:
13211328
<input type="hidden" name="#arg[2]" value="<?=$tag?>">
13221329

13231330
&nbsp;
1324-
: <input type="submit" value="_(Cancel)_"> *_(Running)_*
1331+
: <span>
1332+
<input type="submit" value="_(Cancel)_">
1333+
*_(Running)_*
1334+
</span>
13251335

13261336
:info_scrub_cancel_help:
13271337

0 commit comments

Comments
 (0)