1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-29 10:27:35 +01:00

Updated login and registration page to behave correctly when displayed on devices with small screens

This commit is contained in:
Giulio Cesare Solaroli
2015-10-01 16:36:00 +02:00
parent 3dcdcbbe7e
commit 8bbe3dcfec
7 changed files with 460 additions and 353 deletions

View File

@@ -629,23 +629,20 @@ div.help {
#loginPage, #registrationPage, #unlockPage {
@include overflow-auto;
.content {
@include flexbox();
@include flex-direction(column);
// @include align-items(stretch);
@include overflow-auto;
height: 100%;
.miscInfo {
@include flex(0);
// background-color: green;
}
header {
@include flex(auto);
// background-color: yellow;
@include flexbox();
.headerContent {
@@ -654,36 +651,38 @@ div.help {
}
.body {
@include flex(auto);
// background-color: green;
@include flex(none);
// width: 100%;
@include flexbox();
.bodyContent {
@include flex(auto);
margin-left: auto;
margin-right: auto;
}
}
.other {
.afterBody {
@include flex(auto);
// background-color: yellow;
}
.other {
@include flex(none);
@include flexbox();
@include align-items(center);
.otherContent {
@include flex(auto);
width: 100%;
}
}
footer {
@include flex(auto);
// background-color: green;
@include flexbox();
@include align-items(flex-end);
@include flex(none);
.footerContent {
width: 100%;
.links {
}