﻿
/* Remove unwanted margin around buttons in header bar */
#MainToolbar .ui-controlgroup {
    margin: 3px;
}

/* Format of Repository Item List: */
.RepositoryItemTable {
    width: 100%;
}

    .RepositoryItemTable td {
        padding: 0.2em 0.8em;
    }

    .RepositoryItemTable .LastRow td {
        padding-bottom: 1.5em;
    }

tr.RepositoryItemName {
    background-color: #e9e9e9;
    border-color: #ddd;
}

/* Highlight errros */
.field-validation-error {
    color: firebrick;
    font-weight: bold;
    margin-bottom: 1.5em;
    display: inline-block;
}
