Remove CSS custom style

This commit is contained in:
Detobel36 2017-09-20 12:14:58 +02:00
parent 7301c8969f
commit 9575732615

View file

@ -142,7 +142,7 @@ if ($use_auth) {
<div class="path login-form">
<img src="https://image.ibb.co/k92AFQ/h3k_logo_dark.png" alt="H3K File manager">
<form action="" method="post">
<label for="fm_usr" style="padding-right: 25px;"><?php echo fm_t('Username', $lang) ?></label><input type="text" id="fm_usr" name="fm_usr" value="" placeholder="<?php echo fm_t('Username', $lang) ?>" required><br>
<label for="fm_usr"><?php echo fm_t('Username', $lang) ?></label><input type="text" id="fm_usr" name="fm_usr" value="" placeholder="<?php echo fm_t('Username', $lang) ?>" required><br>
<label for="fm_pwd"><?php echo fm_t('Password', $lang) ?></label><input type="password" id="fm_pwd" name="fm_pwd" value="" placeholder="<?php echo fm_t('Password', $lang) ?>" required><br>
<select name="lang" title="Language" class="hidden">
<?php foreach ($languages as $l): ?>