Themes Azure and Gray adjustments

This commit is contained in:
bergware
2019-01-11 23:57:16 +01:00
parent 6b1312f124
commit f7049668e6
3 changed files with 6 additions and 4 deletions

View File

@@ -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}

View File

@@ -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}

View File

@@ -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}