From fbbc3831daa502ef7f786278799da0b27bea89a8 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Thu, 23 Nov 2023 10:52:52 +0100 Subject: [PATCH] scrollable top menu --- public_html/deployment/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public_html/deployment/main.css b/public_html/deployment/main.css index 52f39ec4..1b2a5e6e 100644 --- a/public_html/deployment/main.css +++ b/public_html/deployment/main.css @@ -37,10 +37,8 @@ body{padding-top: 0; .imllogo:before{background: rgb(255,0,51); color:#fff; padding: 0.5em 0.4em; content: 'IML'; font-weight: bold; } .navbar-nav > li > .dropdown-menu { - /* overflow: scroll; - */ - max-height: 50em; + max-height: 30em; } #swversion {float: right; right: 0em; position: fixed; @@ -149,9 +147,11 @@ div.progresshasqueue{color: #d61;} tr.progressinprogress{border-left:0.3em solid #17a2b8; } tr.progresshasqueue{border-left:0.3em solid #f81;} -td.prj:nth-child(1) a{display: block; padding: 0.3em 0.5em; border-radius: 0.3em; background-color: #e8ecf0;} +td.prj:nth-child(1) a{display: block; padding: 0.3em 0.5em; border-radius: 0.3em; background-color: #f0f4f8;} +/* tr.progressinprogress td.prj:nth-child(1) a{ color: #17a2b8; ;} tr.progresshasqueue td.prj:nth-child(1) a{ color: #d61; } +*/ .filterbar{border-bottom: 0px solid #ccc; ;} button.prjprogress>span{font-size: 130%;} -- GitLab