va meglio su mobile

This commit is contained in:
boyska 2022-05-20 19:46:14 +02:00
parent 5a8504b5af
commit 81fb5f2e82
2 changed files with 8 additions and 4 deletions

3
static/css/style.css Normal file
View file

@ -0,0 +1,3 @@
@media screen and (max-width: 1279px) {
form { text-align: center; }
}

View file

@ -3,6 +3,7 @@
<head>
<title>tResetter - cambio password</title>
<link rel="stylesheet" href="css/mini-default.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
@ -11,15 +12,15 @@
<form id="login-form">
<div class="row">
<div class="col-sm-12 col-md-3"> <label for="username">Nome utente</label>
<div class="col-sm-12 col-md-12 col-lg-3"> <label for="username">Nome utente</label>
</div>
<div class="col-sm-12 col-md-9"> <input name="username" placeholder="utente@ondarossa.info" />
<div class="col-sm-12 col-md-12 col-lg-9"> <input name="username" placeholder="utente@ondarossa.info" />
</div>
</div> <!-- row -->
<div class="row">
<div class="col-sm-12 col-md-3"> <label for="password">Password attuale</label>
<div class="col-sm-12 col-md-12 col-lg-3"> <label for="password">Password attuale</label>
</div>
<div class="col-sm-12 col-md-9"> <input name="password" type="password" />
<div class="col-sm-12 col-md-12 col-lg-9"> <input name="password" type="password" />
</div>
</div> <!-- row -->