Skip to content
Snippets Groups Projects
Commit fbbc3831 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

scrollable top menu

parent 93de7998
Branches
No related tags found
1 merge request!62V2.0
This commit is part of merge request !62. Comments created here will be created in the context of that merge request.
...@@ -37,10 +37,8 @@ body{padding-top: 0; ...@@ -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; } .imllogo:before{background: rgb(255,0,51); color:#fff; padding: 0.5em 0.4em; content: 'IML'; font-weight: bold; }
.navbar-nav > li > .dropdown-menu { .navbar-nav > li > .dropdown-menu {
/*
overflow: scroll; overflow: scroll;
*/ max-height: 30em;
max-height: 50em;
} }
#swversion {float: right; right: 0em; position: fixed; #swversion {float: right; right: 0em; position: fixed;
...@@ -149,9 +147,11 @@ div.progresshasqueue{color: #d61;} ...@@ -149,9 +147,11 @@ div.progresshasqueue{color: #d61;}
tr.progressinprogress{border-left:0.3em solid #17a2b8; } tr.progressinprogress{border-left:0.3em solid #17a2b8; }
tr.progresshasqueue{border-left:0.3em solid #f81;} 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.progressinprogress td.prj:nth-child(1) a{ color: #17a2b8; ;}
tr.progresshasqueue td.prj:nth-child(1) a{ color: #d61; } tr.progresshasqueue td.prj:nth-child(1) a{ color: #d61; }
*/
.filterbar{border-bottom: 0px solid #ccc; ;} .filterbar{border-bottom: 0px solid #ccc; ;}
button.prjprogress>span{font-size: 130%;} button.prjprogress>span{font-size: 130%;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment