/*
 * Copyright (C) 2013  The Debsources developers <qa-debsources@lists.alioth.debian.org>.
 * See the AUTHORS file at the top-level directory of this distribution and at
 * https://salsa.debian.org/qa/debsources/blob/master/AUTHORS
 * License: GNU Affero General Public License, version 3 or above.
 */

.dir-listing img {
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
}

#folder_title {
    display: inline-block;
    margin-right: 1em;
}

.dir-listing tr td {
    border: none;
    padding-top: 1px;
    padding-bottom: 0;
}

.item-img {
    padding-right: 0;
}
.stat-type, .stat-perms {
    font-family: "Lucida Console", "Courier", monospace;
    font-weight: 400;
    font-size: small;
}
.stat-type {
    padding-right: 0;
}
.stat-perms {
    padding-right: 1em;
}
.stat-size {
    padding-left: 0;
    padding-right: 1em;
    font-size: small;
    text-align: right;
}

.hidden_file {
    display: none;
}

.hidden_file.visible {
    display: table-row;
}

#btn_toggle_hidden_files {
	font-size: 0.8em;
}
