.icon-x-close { background-image: url("/assets/close-da56cd35.png"); margin-left:4px; margin-right:2px; }

.icon-unregistered-watchers, #admin-menu a.unregistered-watchers { background-image: url("/assets/plugin_assets/redmine_unregistered_watchers/mailic-145f9650.png"); }

#label_show_watchers {
    /* color: #666; */
    padding-right: 15px;
    min-width: 160px;
    font-weight: bold;
    display: inline-block;
    /* vertical-align: super; */
    /* margin-top: 4px; */
}

.issue-mail-notification-container {
    margin:8px 0; padding:0 0 0 20px;
    background-image: url("/assets/plugin_assets/redmine_unregistered_watchers/email-3ce38470.png"); background-repeat:no-repeat; background-position:0 top;
}
.issue-mail-notification-container .journal.has-notes{
    margin:0; padding:6px; box-shadow:2px 2px 4px #ccc; font-size:12px;
    color:#333 !important; border:1px solid #ccc;
    background-color:#f7f7f9;
    background-image: linear-gradient(bottom, #f7f7f9 10%, #f2f2f5 40%);
    background-image: -o-linear-gradient(bottom, #f7f7f9 10%, #f2f2f5 40%);
    background-image: -moz-linear-gradient(bottom, #f7f7f9 10%, #f2f2f5 40%);
    background-image: -webkit-linear-gradient(bottom, #f7f7f9 10%, #f2f2f5 40%);
    background-image: -ms-linear-gradient(bottom, #f7f7f9 10%, #f2f2f5 40%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.1, #f7f7f9), color-stop(0.4, #f2f2f5));
}
.issue-mail-notification-container .journal.has-notes .content {
   font-style: oblique;
}

.unregistered_watchers_history.hidden{
    display: none !important;
}

#tab-content-unregistered_watchers table {
    overflow: scroll;
}

#tab-content-unregistered_watchers table td.messages table th {
    text-align: center;
}
.icon-notified { background-image: url("/assets/plugin_assets/redmine_unregistered_watchers/email_to_friend-9842e7b5.png"); }
