mirror of
https://github.com/unraid/webgui.git
synced 2026-04-25 11:49:30 -05:00
VM Templates: minor css tuning for icon captions and tooltip text
This commit is contained in:
@@ -36,6 +36,7 @@ Cond="(pgrep('libvirtd')!==false)"
|
||||
}
|
||||
.vmtemplate p {
|
||||
text-align: center;
|
||||
margin-top: 8px;
|
||||
line-height: 12px;
|
||||
}
|
||||
</style>
|
||||
@@ -48,7 +49,7 @@ Cond="(pgrep('libvirtd')!==false)"
|
||||
?>
|
||||
<div class="vmtemplate">
|
||||
<a href="/VMs/AddVM?template=<?=htmlentities(urlencode($strName))?>">
|
||||
<img src="/plugins/dynamix.vm.manager/templates/images/<?=$arrTemplate['icon']?>">
|
||||
<img src="/plugins/dynamix.vm.manager/templates/images/<?=$arrTemplate['icon']?>" title="<?=$strName?>">
|
||||
<p><?=$strName?></p>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user