/* load the default Redmine stylesheet */
@import url("/assets/application-19859659.css?4.3.9");

/* add a logo in the header */
#header {
    background: #507AAA url("/assets/themes/jopr_theme/logo_jopr2-fa1cfba5.png") no-repeat 2px;
    padding-left: 86px;
    min-height: 4.7ex;
    background-size: auto 40px;
}

/* move the project menu to the right */
#main-menu { 
    left: auto;
    right: 0px;
}

#header h1 {
    display: none;
}
