mirror of
https://github.com/unraid/webgui.git
synced 2026-01-14 13:39:58 -06:00
System update
This commit is contained in:
@@ -44,7 +44,7 @@ $cmodel = $exist ? file_get_contents("$boot/$file") : '';
|
||||
$style = ["<style>"];
|
||||
$style[] = "div.case-list{float:left;padding:10px;margin:0 30px 64px 0;height:128px;width:128px;text-align:center;cursor:pointer}";
|
||||
$style[] = "div.case-list span{position:relative;top:64px;width:auto;max-width:128px;height:128px;font-size:128px}";
|
||||
$style[] = "div.case-list span.fa{top:24px;height:128px;width:auto;max-width:80px;font-size:80px}";
|
||||
$style[] = "div.case-list span.fa{top:24px;max-width:80px;font-size:80px}";
|
||||
$style[] = "div.case-list:hover{color:#f0000c}";
|
||||
$style[] = "div.case-name{position:relative;top:74px}";
|
||||
$style[] = "div.custom-name{position:relative;top:10px}";
|
||||
|
||||
Reference in New Issue
Block a user