Overview over user's orders

This commit is contained in:
Raphael Michel
2015-03-14 13:55:26 +01:00
parent 197fbbd180
commit 8875a6328f
10 changed files with 155 additions and 21 deletions

View File

@@ -10,3 +10,11 @@ footer {
padding: 10px 0;
font-size: 11px;
}
.page-header {
position: relative;
}
.page-header .loginbox {
position: absolute;
right: 0;
bottom: 20px;
}