/**
 * @package   ShackForms
 * @copyright 2018 Perfect Web sp. z o.o
 * @copyright 2018-2021 Joomlashack.com. All rights reserved
 * @license   GNU General Public License http://www.gnu.org/licenses/gpl-3.0.html
 * @author    Andrzej Kawula, Piotr Moćko
 *
 * This file is part of ShackForms.
 *
 * ShackForms is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * ShackForms is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with ShackForms.  If not, see <http://www.gnu.org/licenses/>.
 */

/* files list */
.pweb-rtl .pweb-uploader .files .size,
.pweb-rtl .pweb-uploader .files .error,
.pweb-rtl .pweb-uploader .files .cancel,
.pweb-rtl .pweb-uploader .files .delete {
    margin-left: 0;
    margin-right: 5px;
}

.pweb-rtl .pweb-uploader .files > div > span,
.pweb-rtl .pweb-uploader .files > div > a {
    float: right;
}

.pweb-rtl .pweb-uploader .files .progress {
    clear: right;
}

.pweb-rtl .pweb-uploader .files .progress .bar.progress-bar {
    float: right;
}
