/* load the default Redmine stylesheet */
@import url("/redmine/assets/application-176cc985.css");

/* add a logo in the header */
#header {
    background: #507AAA url("/Grafik/SuSlogo") no-repeat 2px;
    padding-left: 100px;
}

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

input#checkout_url {
    float: unset;
    width: 85%;
}

/*.tabular input, .tabular select {
    max-width: unset;
}*/
