mirror of
https://github.com/unraid/webgui.git
synced 2026-04-29 22:39:20 -05:00
Updated case models
This commit is contained in:
@@ -33,9 +33,10 @@ $casemodel = $exist ? file_get_contents("$boot/$file") : '';
|
||||
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/default-popup.css")?>">
|
||||
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/default-cases.css")?>">
|
||||
<style>
|
||||
div.case-list{float:left;padding:10px;margin-right:10px;margin-bottom:30px;height:88px;width:88px;text-align:center}
|
||||
div.case-list i{width:auto;max-width:88px;height:88px;font-size:88px;}
|
||||
div.case-list:hover{color:#f0000c}
|
||||
div.case-list{float:left;padding:10px;margin-right:10px;margin-bottom:44px;height:72px;width:72px;text-align:center}
|
||||
div.case-list i{width:auto;max-width:72px;height:72px;font-size:72px;}
|
||||
div.case-list:hover{color:#f0000c;transform:scale(1.4,1.4);-webkit-transform:scale(1.4,1.4)}
|
||||
div.case-list:hover .case-name{margin-top:-5px;font-size:1rem}
|
||||
div.case-name{margin-top:8px;font-family:clear-sans}
|
||||
</style>
|
||||
<script src="<?autov('/webGui/javascript/dynamix.js')?>"></script>
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
@font-face{font-family:cases;font-weight:normal;font-style:normal;
|
||||
src:url('font-cases.eot?20190111');src:url('font-cases.eot?20190111#iefix') format('embedded-opentype'),url('font-cases.ttf?20190111') format('truetype'),url('font-cases.woff?20190111') format('woff'),url('font-cases.svg?20190111#cases') format('svg')}
|
||||
src:url('font-cases.eot?20190115');src:url('font-cases.eot?20190115#iefix') format('embedded-opentype'),url('font-cases.ttf?20190115') format('truetype'),url('font-cases.woff?20190115') format('woff'),url('font-cases.svg?20190115#cases') format('svg')}
|
||||
[class^='case-'],[class*=' case-']{font-family:cases!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none}
|
||||
.case-3u-md1510:before{content:'\e91a'}
|
||||
.case-4u-storinator:before{content:'\e91b'}
|
||||
.case-storinator-ws:before{content:'\e91c'}
|
||||
.case-full-tower:before{content:'\e914'}
|
||||
.case-htpc:before{content:'\e915'}
|
||||
.case-mid-tower:before{content:'\e916'}
|
||||
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 54 KiB |
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user