mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 21:20:01 -06:00
array operation buttons css correction
This commit is contained in:
@@ -223,7 +223,7 @@ $(function(){
|
||||
<form name="arrayOps" method="POST" action="/update.htm" target="progressFrame">
|
||||
<input type="hidden" name="startState" value="<?=htmlspecialchars($var['mdState'])?>">
|
||||
<input type="hidden" name="file" value="">
|
||||
<table class="array_status">
|
||||
<table class="array_status shift">
|
||||
<?$parity = $var['mdResync']>0 ? '<br><small>Disabled -- Parity operation is running</small>' : '';
|
||||
$mover = file_exists('/var/run/mover.pid') ? '<br><small>Disabled -- Mover is running</small>' : '';
|
||||
$btrfs = exec('pgrep -cf /sbin/btrfs') ? '<br><small>Disabled -- BTRFS operation is running</small>' : '';
|
||||
|
||||
@@ -126,6 +126,7 @@ table.array_status tr>td{text-align:left;white-space:nowrap;padding-left:12px;wi
|
||||
table.array_status tr>td+td{padding-left:2px;width:20%}
|
||||
table.array_status tr>td+td+td{width:auto}
|
||||
table.array_status td.line{border-top:1px solid #2b2b2b}
|
||||
table.array_status.shift{margin-top:-30px}
|
||||
table.settings{margin:0;padding:0px}
|
||||
table.settings td:first-child{width:35%;padding-left:12px}
|
||||
table.settings.shifted{padding:0;margin-left:0;margin-top:0}
|
||||
|
||||
@@ -126,6 +126,7 @@ table.array_status tr>td{text-align:left;white-space:nowrap;padding-left:12px;wi
|
||||
table.array_status tr>td+td{padding-left:2px;width:20%}
|
||||
table.array_status tr>td+td+td{width:auto}
|
||||
table.array_status td.line{border-top:1px solid #e3e3e3}
|
||||
table.array_status.shift{margin-top:-30px}
|
||||
table.settings{margin:0;padding:0px}
|
||||
table.settings td:first-child{width:35%;padding-left:12px}
|
||||
table.settings.shifted{padding:0;margin-left:0;margin-top:0}
|
||||
|
||||
Reference in New Issue
Block a user