Skip to content
Snippets Groups Projects
Forked from Stud.IP / Stud.IP
1901 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
messages.scss 1.82 KiB
#reloader.more {
    display: none;
}

.unread {
    font-weight: bold;
}

a.message-tag {
    white-space: nowrap;
    @include icon(before, tag, clickable);
}

#statusbar_container {
    > .statusbar {
        border: thin solid $light-gray-color;
        min-width: 100%;
        max-width: 100%;
        background-color: $content-color-40;

        > .progress {
            background-color: $content-color;
            width: 100%;
            min-width: 0;
            max-width: 0;
            height: 20px;
            line-height: 20px;

            &.progress-error {
                background-color: $red;
            }
        }

        > .progresstext {
            margin-top: -20px;
            text-align: center;
            color: $white;
            height: 20px;
            line-height: 20px;
        }
    }
}

#message_metadata tr {
    vertical-align: top;
}

#adressees {
    max-height: 120px;
    overflow: auto;

    li.adressee {
        white-space: nowrap;
    }
}

.message_body {
    background-color: $content-color-20;
    margin: 3px;
    padding: 10px;
}

.responsive_author {
    margin: 0;
    font-size: 0.8em;
    color: $base-gray;
}

form.default {
    .message-user-list {
        label {
            margin: 0;
        }

        margin-bottom: $gap;
    }
}

.message-search-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-top: 1ex;
    margin-bottom: 0.5ex;

    > * {
        margin-right: 1em;
    }
}

ul.message-options {
    list-style: none;
    margin: 1em 0 0;
    padding: 0;
    text-align: center;

    > li {
        display: inline-block;
        min-width: 70px;
    }
}

#messages {
    td.title {
        > a {
            display: block;

            > div.message-indicators {
                float: right;
                margin-right: 5px;
            }
        }
    }
}