/* IANDS Theme for Redmine 4.2 */

@import url(../../../stylesheets/application.css);

/* Masthead */
#top-menu {background: #000155;}
#header {background-color: #2a3185;}
#main-menu li a.new-object {background-color: #2a3185;}


/* Sidebar */
#sidebar {background: #f9f9f9; width: 200px;}


/* Lists */
table.list td.identifier, table.list td.project {text-align: left;}


/* Issues */
/* -  Add note button */
div.issue {background: #FFFBE7;}
    /*yellow background: #ffffe8*/
a.pws-add-note-link {
    padding: 0.5em 0.75em;
    background: #FDAA02;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

/* - Issue lists */
tr.issue td {max-width: 20em; white-space: normal;}
