mirror of
https://github.com/unraid/webgui.git
synced 2026-01-07 18:19:54 -06:00
Minor style format update
This commit is contained in:
@@ -73,7 +73,7 @@ textarea{resize:none}
|
||||
.nav-item a b{display:none}
|
||||
.nav-user{position:fixed;top:102px;right:10px}
|
||||
.nav-user a{color:#606e7f;background-color:transparent}
|
||||
.LanguageButton{font-size:12px !important;} /* Fix Switch Language Being Cut-Off */
|
||||
.LanguageButton{font-size:12px !important} /* Fix Switch Language Being Cut-Off */
|
||||
div.title{color:#39587f;margin:20px 0 10px 0;padding:10px 0;clear:both;background-color:#e4e2e4;border-bottom:1px solid #606e7f;letter-spacing:1.8px}
|
||||
div.title span.left{font-size:1.6rem;text-transform:uppercase}
|
||||
div.title span.right{font-size:1.6rem;padding-right:10px;float:right}
|
||||
@@ -243,8 +243,8 @@ div.vmtemplate{height:12rem;width:12rem;border:1px solid #f3f0f4}
|
||||
div.vmtemplate img{margin-top:20px}
|
||||
div.up{margin-top:-20px;border:1px solid #f3f0f4;padding:4px 6px;overflow:auto}
|
||||
div.spinner{text-align:center;cursor:wait}
|
||||
div.spinner.fixed{display:none;position:fixed;top:0;left:0;z-index:99999;bottom:0;right:0;margin:0;}
|
||||
div.spinner .unraid_mark{height:64px; position:fixed;top:50%;left:50%;margin-top:-16px;margin-left:-64px;}
|
||||
div.spinner.fixed{display:none;position:fixed;top:0;left:0;z-index:99999;bottom:0;right:0;margin:0}
|
||||
div.spinner .unraid_mark{height:64px; position:fixed;top:50%;left:50%;margin-top:-16px;margin-left:-64px}
|
||||
div.spinner .unraid_mark_2,div .unraid_mark_4{animation:mark_2 1.5s ease infinite}
|
||||
div.spinner .unraid_mark_3{animation:mark_3 1.5s ease infinite}
|
||||
div.spinner .unraid_mark_6,div .unraid_mark_8{animation:mark_6 1.5s ease infinite}
|
||||
@@ -271,10 +271,10 @@ span.checkmark{position:absolute;top:0;left:6px;height:14px;width:14px;backgroun
|
||||
label.checkbox:hover input ~ .checkmark{background-color:#a4a2a4}
|
||||
label.checkbox input:checked ~ .checkmark{background-color:#ff8c2f}
|
||||
label.checkbox input:disabled ~ .checkmark{opacity:0.5}
|
||||
a.bannerDismiss {float:right;cursor:pointer;text-decoration:none;margin-right:1rem;}
|
||||
.bannerDismiss::before {content:"\e92f";font-family:Unraid;color:#e68a00;}
|
||||
a.bannerInfo {cursor:pointer;text-decoration:none;}
|
||||
.bannerInfo::before {content:"\f05a";font-family:fontAwesome;color:#e68a00;}
|
||||
a.bannerDismiss {float:right;cursor:pointer;text-decoration:none;margin-right:1rem}
|
||||
.bannerDismiss::before {content:"\e92f";font-family:Unraid;color:#e68a00}
|
||||
a.bannerInfo {cursor:pointer;text-decoration:none}
|
||||
.bannerInfo::before {content:"\f05a";font-family:fontAwesome;color:#e68a00}
|
||||
::-webkit-scrollbar{width:10px;height:10px;background:transparent}
|
||||
::-webkit-scrollbar-thumb{background:lightgray;border-radius:10px}
|
||||
::-webkit-scrollbar-corner{background:lightgray;border-radius:10px}
|
||||
|
||||
@@ -230,8 +230,8 @@ div.user-list{float:left;padding:10px;margin-right:10px;margin-bottom:24px;borde
|
||||
div.user-list img{width:auto;max-width:48px;height:48px;margin-bottom:16px}
|
||||
div.up{margin-top:-30px;border:1px solid #2b2b2b;padding:4px 6px;overflow:auto}
|
||||
div.spinner{text-align:center;cursor:wait}
|
||||
div.spinner.fixed{display:none;position:fixed;top:0;left:0;z-index:99999;bottom:0;right:0;margin:0;}
|
||||
div.spinner .unraid_mark{height:64px; position:fixed;top:50%;left:50%;margin-top:-16px;margin-left:-64px;}
|
||||
div.spinner.fixed{display:none;position:fixed;top:0;left:0;z-index:99999;bottom:0;right:0;margin:0}
|
||||
div.spinner .unraid_mark{height:64px; position:fixed;top:50%;left:50%;margin-top:-16px;margin-left:-64px}
|
||||
div.spinner .unraid_mark_2,div .unraid_mark_4{animation:mark_2 1.5s ease infinite}
|
||||
div.spinner .unraid_mark_3{animation:mark_3 1.5s ease infinite}
|
||||
div.spinner .unraid_mark_6,div .unraid_mark_8{animation:mark_6 1.5s ease infinite}
|
||||
@@ -259,10 +259,10 @@ span.checkmark{position:absolute;top:0;left:6px;height:14px;width:14px;backgroun
|
||||
label.checkbox:hover input ~ .checkmark{background-color:#5b5b5b}
|
||||
label.checkbox input:checked ~ .checkmark{background-color:#ff8c2f}
|
||||
label.checkbox input:disabled ~ .checkmark{opacity:0.5}
|
||||
a.bannerDismiss {float:right;cursor:pointer;text-decoration:none;margin-right:1rem;}
|
||||
.bannerDismiss::before {content:"\e92f";font-family:Unraid;color:#e68a00;}
|
||||
a.bannerInfo {cursor:pointer;text-decoration:none;}
|
||||
.bannerInfo::before {content:"\f05a";font-family:fontAwesome;color:#e68a00;}
|
||||
a.bannerDismiss {float:right;cursor:pointer;text-decoration:none;margin-right:1rem}
|
||||
.bannerDismiss::before {content:"\e92f";font-family:Unraid;color:#e68a00}
|
||||
a.bannerInfo {cursor:pointer;text-decoration:none}
|
||||
.bannerInfo::before {content:"\f05a";font-family:fontAwesome;color:#e68a00}
|
||||
::-webkit-scrollbar{width:10px;height:10px;background:transparent}
|
||||
::-webkit-scrollbar-thumb{background:gray;border-radius:10px}
|
||||
::-webkit-scrollbar-corner{background:gray;border-radius:10px}
|
||||
|
||||
@@ -73,7 +73,7 @@ textarea{resize:none}
|
||||
.nav-item a b{display:none}
|
||||
.nav-user{position:fixed;top:102px;right:10px}
|
||||
.nav-user a{color:#606e7f;background-color:transparent}
|
||||
.LanguageButton{font-size:12px !important;} /* Fix Switch Language Being Cut-Off */
|
||||
.LanguageButton{font-size:12px !important} /* Fix Switch Language Being Cut-Off */
|
||||
div.title{color:#39587f;margin:20px 0 10px 0;padding:10px 0;clear:both;background-color:#1b1d1b;border-bottom:1px solid #606e7f;letter-spacing:1.8px}
|
||||
div.title span.left{font-size:1.6rem;text-transform:uppercase}
|
||||
div.title span.right{font-size:1.6rem;padding-right:10px;float:right}
|
||||
@@ -243,8 +243,8 @@ div.vmtemplate{height:12rem;width:12rem;border:1px solid #0c0f0b}
|
||||
div.vmtemplate img{margin-top:20px}
|
||||
div.up{margin-top:-20px;border:1px solid #0c0f0b;padding:4px 6px;overflow:auto}
|
||||
div.spinner{text-align:center;cursor:wait}
|
||||
div.spinner.fixed{display:none;position:fixed;top:0;left:0;z-index:99999;bottom:0;right:0;margin:0;}
|
||||
div.spinner .unraid_mark{height:64px; position:fixed;top:50%;left:50%;margin-top:-16px;margin-left:-64px;}
|
||||
div.spinner.fixed{display:none;position:fixed;top:0;left:0;z-index:99999;bottom:0;right:0;margin:0}
|
||||
div.spinner .unraid_mark{height:64px; position:fixed;top:50%;left:50%;margin-top:-16px;margin-left:-64px}
|
||||
div.spinner .unraid_mark_2,div .unraid_mark_4{animation:mark_2 1.5s ease infinite}
|
||||
div.spinner .unraid_mark_3{animation:mark_3 1.5s ease infinite}
|
||||
div.spinner .unraid_mark_6,div .unraid_mark_8{animation:mark_6 1.5s ease infinite}
|
||||
@@ -271,10 +271,10 @@ span.checkmark{position:absolute;top:0;left:6px;height:14px;width:14px;backgroun
|
||||
label.checkbox:hover input ~ .checkmark{background-color:#5b5d5b}
|
||||
label.checkbox input:checked ~ .checkmark{background-color:#ff8c2f}
|
||||
label.checkbox input:disabled ~ .checkmark{opacity:0.5}
|
||||
a.bannerDismiss {float:right;cursor:pointer;text-decoration:none;margin-right:1rem;}
|
||||
.bannerDismiss::before {content:"\e92f";font-family:Unraid;color:#e68a00;}
|
||||
a.bannerInfo {cursor:pointer;text-decoration:none;}
|
||||
.bannerInfo::before {content:"\f05a";font-family:fontAwesome;color:#e68a00;}
|
||||
a.bannerDismiss {float:right;cursor:pointer;text-decoration:none;margin-right:1rem}
|
||||
.bannerDismiss::before {content:"\e92f";font-family:Unraid;color:#e68a00}
|
||||
a.bannerInfo {cursor:pointer;text-decoration:none}
|
||||
.bannerInfo::before {content:"\f05a";font-family:fontAwesome;color:#e68a00}
|
||||
::-webkit-scrollbar{width:10px;height:10px;background:transparent}
|
||||
::-webkit-scrollbar-thumb{background:gray;border-radius:10px}
|
||||
::-webkit-scrollbar-corner{background:gray;border-radius:10px}
|
||||
|
||||
@@ -230,8 +230,8 @@ div.user-list{float:left;padding:10px;margin-right:10px;margin-bottom:24px;borde
|
||||
div.user-list img{width:auto;max-width:48px;height:48px;margin-bottom:16px}
|
||||
div.up{margin-top:-30px;border:1px solid #e3e3e3;padding:4px 6px;overflow:auto}
|
||||
div.spinner{text-align:center;cursor:wait}
|
||||
div.spinner.fixed{display:none;position:fixed;top:0;left:0;z-index:99999;bottom:0;right:0;margin:0;}
|
||||
div.spinner .unraid_mark{height:64px; position:fixed;top:50%;left:50%;margin-top:-16px;margin-left:-64px;}
|
||||
div.spinner.fixed{display:none;position:fixed;top:0;left:0;z-index:99999;bottom:0;right:0;margin:0}
|
||||
div.spinner .unraid_mark{height:64px; position:fixed;top:50%;left:50%;margin-top:-16px;margin-left:-64px}
|
||||
div.spinner .unraid_mark_2,div .unraid_mark_4{animation:mark_2 1.5s ease infinite}
|
||||
div.spinner .unraid_mark_3{animation:mark_3 1.5s ease infinite}
|
||||
div.spinner .unraid_mark_6,div .unraid_mark_8{animation:mark_6 1.5s ease infinite}
|
||||
@@ -259,10 +259,10 @@ span.checkmark{position:absolute;top:0;left:6px;height:14px;width:14px;backgroun
|
||||
label.checkbox:hover input ~ .checkmark{background-color:#b3b3b3}
|
||||
label.checkbox input:checked ~ .checkmark{background-color:#ff8c2f}
|
||||
label.checkbox input:disabled ~ .checkmark{opacity:0.5}
|
||||
a.bannerDismiss {float:right;cursor:pointer;text-decoration:none;margin-right:1rem;}
|
||||
.bannerDismiss::before {content:"\e92f";font-family:Unraid;color:#e68a00;}
|
||||
a.bannerInfo {cursor:pointer;text-decoration:none;}
|
||||
.bannerInfo::before {content:"\f05a";font-family:fontAwesome;color:#e68a00;}
|
||||
a.bannerDismiss {float:right;cursor:pointer;text-decoration:none;margin-right:1rem}
|
||||
.bannerDismiss::before {content:"\e92f";font-family:Unraid;color:#e68a00}
|
||||
a.bannerInfo {cursor:pointer;text-decoration:none}
|
||||
.bannerInfo::before {content:"\f05a";font-family:fontAwesome;color:#e68a00}
|
||||
::-webkit-scrollbar{width:10px;height:10px;background:transparent}
|
||||
::-webkit-scrollbar-thumb{background:lightgray;border-radius:10px}
|
||||
::-webkit-scrollbar-corner{background:lightgray;border-radius:10px}
|
||||
|
||||
Reference in New Issue
Block a user