mirror of
https://github.com/unraid/webgui.git
synced 2026-02-05 16:39:01 -06:00
Themes Azure and Gray adjustments
This commit is contained in:
@@ -139,9 +139,11 @@ if ($low) $memory_maximum = pow(2,ceil(log($memory_installed)/log(2)));
|
||||
<link type="text/css" rel="stylesheet" href="<?autov('/webGui/styles/jquery.switchbutton.css')?>">
|
||||
<link type="text/css" rel="stylesheet" href="<?autov('/webGui/styles/jquery.ui.css')?>">
|
||||
<style>
|
||||
.switch-button-background{top:12px}
|
||||
<?if ($themes2):?>
|
||||
.switch-button-label{margin-top:-4px}
|
||||
.switch-button-background{top:16px}
|
||||
.switch-button-label{margin-top:0}
|
||||
<?else:?>
|
||||
.switch-button-background{top:12px}
|
||||
<?endif;?>
|
||||
span.outer{float:left}
|
||||
span.inner{width:124px}
|
||||
|
||||
@@ -174,7 +174,7 @@ table.share_status.dashboard td span[class^="fa "]{font-size:1.6rem;margin-right
|
||||
table.share_status.dashboard td i#mycase[class^="case-"]{font-size:128px}
|
||||
table.share_status.dashboard td i#mycase[class^="fa "]{font-size:96px}
|
||||
table.share_status.dashboard td i.chevron{float:right;font-size:1.1rem!important;margin-top:0;margin-right:2px;cursor:pointer;color:#606e7f}
|
||||
table.share_status.dashboard td i.chevron.mt0{margin-top:16px}
|
||||
table.share_status.dashboard td i.chevron.mt0{margin-top:18px}
|
||||
table.share_status.dashboard td div.section{display:inline-block;vertical-align:top;margin-left:4px;font-size:1.2rem;font-weight:bold;text-transform:uppercase;letter-spacing:1px}
|
||||
table.share_status.dashboard td div.section span{font-weight:normal;text-transform:none;letter-spacing:0}
|
||||
table.share_status.dashboard td span.info{float:right;margin-right:20px;font-size:1.2rem;font-weight:normal;text-transform:none;letter-spacing:0}
|
||||
|
||||
@@ -174,7 +174,7 @@ table.share_status.dashboard td span[class^="fa "]{font-size:1.6rem;margin-right
|
||||
table.share_status.dashboard td i#mycase[class^="case-"]{font-size:128px}
|
||||
table.share_status.dashboard td i#mycase[class^="fa "]{font-size:96px}
|
||||
table.share_status.dashboard td i.chevron{float:right;font-size:1.1rem!important;margin-top:0;margin-right:2px;cursor:pointer;color:#606e7f}
|
||||
table.share_status.dashboard td i.chevron.mt0{margin-top:16px}
|
||||
table.share_status.dashboard td i.chevron.mt0{margin-top:18px}
|
||||
table.share_status.dashboard td div.section{display:inline-block;vertical-align:top;margin-left:4px;font-size:1.2rem;font-weight:bold;text-transform:uppercase;letter-spacing:1px}
|
||||
table.share_status.dashboard td div.section span{font-weight:normal;text-transform:none;letter-spacing:0}
|
||||
table.share_status.dashboard td span.info{float:right;margin-right:20px;font-size:1.2rem;font-weight:normal;text-transform:none;letter-spacing:0}
|
||||
|
||||
Reference in New Issue
Block a user