Skip to content
Snippets Groups Projects

V2.0

Merged Hahn Axel (hahn) requested to merge v2.0 into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -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%;}
Loading