mirror of
https://github.com/unraid/webgui.git
synced 2026-05-05 01:09:25 -05:00
style: Removed unnecessary margin-top style from the status panel checkbox span, enhancing the visual structure.
This commit is contained in:
@@ -105,7 +105,7 @@ if (strpos($strSelectedTemplate,"User-") !== false) {
|
||||
<link type="text/css" rel="stylesheet" href="<?autov('/plugins/dynamix.vm.manager/styles/dynamix.vm.manager.css')?>">
|
||||
<link type="text/css" rel="stylesheet" href="<?autov('/plugins/dynamix.vm.manager/styles/edit.css')?>">
|
||||
|
||||
<span class="status advancedview_panel" style="margin-top:<?=$top?>px;"><input type="checkbox" class="inlineview"><input type="checkbox" class="advancedview"></span>
|
||||
<span class="status advancedview_panel"><input type="checkbox" class="inlineview"><input type="checkbox" class="advancedview"></span>
|
||||
<div class="domain">
|
||||
<form id="vmform" method="POST">
|
||||
<input type="hidden" name="domain[type]" value="kvm" />
|
||||
|
||||
Reference in New Issue
Block a user