Skip to content
Snippets Groups Projects
Select Git revision
  • 7d1b7267beb681895be95624494902a5ccbad61f
  • master default protected
  • simple-task/7248-eol-check-add-node-22
  • 6877_check_iml_deployment
4 results

check_cronstatus

Blame
  • main.css 10.31 KiB
    body{padding-top: 0;
        /* background: linear-gradient(-20deg, #fff 10%,#dde,#fff 90%) fixed; */
    }
    #header,#footer{
        background:#eee;
        padding: 1em; font-size: 300%;
        color:#a33;
        border-bottom: 2px solid #ccc;
    }
    #footer{
        background: none;
        font-size: 100%;
        color:#a33;
        text-align: right;
        border: 0px solid #ccc;
        border-top: 0px solid #ddd;
        margin-top: 5em;
    }
    /*
    .navbar {background:#436; border-radius: 0; position: fixed; top: 0px; width: 100%; left: 0; z-index: 100;}
    */
    .navbar-inverse .navbar-nav > li > a {
    	color: #fff;
    }
    .navbar-inner {padding: 0 6em;box-shadow: 0 0 3em #888;}
    #header2{
        background: none;
        padding: 0.5em; margin-bottom: 2em;
        margin: 4em 2% 0;
    }
    
    
    .description{font-weight:normal; color:rgba(0,0,0,0.5); font-size: 70%; font-style: italic;}
    .navbar-brand {font-size: 150%;}
    .navbar-inverse .navbar-brand {color:#ddd !important;}
    
    .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;
    }
    
    #swversion {float: right; right: 0em; position: fixed; 
                top: 4em;
                padding: 0 0.5em; 
                background: rgba(0,0,0,0.05); color:#555;
                border-bottom-left-radius: 0.5em;
    }
    #content{
        background: #fff;
        padding: 0.5em;
        border: 1px solid rgba(0,0,0,0.06);
        /*
        margin: 0 2% 0;
        box-shadow: 1em 1em 2em #fff;
        */
    }
    
    /* TODO div#navbuttom wurde auskommentiert */
    div#navtop, div#navbuttom{background: rgba(0,50,100,0.1); padding: 0.2em;}
    div#navtop{margin-bottom: 1em;}
    div#navtop .current{font-size: 170%; color: #667; padding: 0 0.2em; position: absolute;}
    div#navbuttom{
        margin-top: 2em; 
        border-top: 0px solid #ddd;
    }
    
    #divmodal{
        position: fixed; height: 100%; width: 100%; top:0; left:0;