/* Admin logo size */
nav#nav-sidebar-inner > div:first-of-type > div:first-of-type > a:first-of-type > img {
    height: 40px;
}

/* Specify the column width for the changelist */
#result_list td, #result_list th {
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Custom action buttons in changelist */
.custom-action-buttons-wrapper {
    padding: 2px;
}

.custom-action-button {
    width: 130px;
    display: inline-block;
    text-align: center;
    text-wrap: nowrap;
    margin: 1px 0 1px 0;
    line-height: 1.1rem;
    font-size: 90%;
}