From 578d5a981a3c9f0691f4df6701d0fc666d0645cb Mon Sep 17 00:00:00 2001 From: billz Date: Mon, 14 Oct 2019 21:16:11 +0100 Subject: [PATCH] Style nav-tabs, service-status --- app/css/custom.css | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/app/css/custom.css b/app/css/custom.css index db43b9eb..99c9e66f 100644 --- a/app/css/custom.css +++ b/app/css/custom.css @@ -37,6 +37,19 @@ body { font-size: 0.85rem; } +.nav-tabs .nav-link.active, +.nav-tabs .nav-link { + font-size: 1.0rem; +} + +.nav-tabs a.nav-link { + color: #6e707e; +} + +a.nav-link.active { + font-weight: bolder; +} + .sidebar .nav-item .nav-link { padding: 0.6rem; } @@ -80,26 +93,15 @@ body { min-height:500px; } -.service-status-running, -.service-status-stopped { - background-color: #fff; - color: #333; - text-transform: uppercase; - line-height: inherit; +.service-status { + border-width: 0; } -.service-status-running:before, -.service-status-stopped:before { - display: inline-block; - height: 16px; - width: 16px; - content: "\2022"; - font-size: 3.5em; + +.service-status-running { color: green; - line-height: 16px; - vertical-align: bottom; - margin-right: 2px; } -.service-status-stopped:before { + +.service-status-stopped { color: red; animation: flash 1s linear infinite; } @@ -108,7 +110,7 @@ body { opacity: 0; } } - + .logoutput { width:100%; height:300px;