f0bm #75

Open
schrumpel wants to merge 49 commits from schrumpel/f0bm:f0bm into master
2 changed files with 13 additions and 0 deletions
Showing only changes of commit ba7ea955c5 - Show all commits

View File

@ -125,3 +125,15 @@ html[theme="f0ck"] .image-brand {
margin: 10px;
margin-right: 10px;
}
.navigation-rechts {
display: flex;
}
.about {
background: none!important;
}
.login-image {
width: 300px;
}

View File

@ -8,6 +8,7 @@
</head>
<body type="login">
<form class="login-form" method="post" action="/login">
<img class="login-image" src="/s/img/w0bm_mosh_banner_by_marderchen.gif" alt="">
<input type="text" name="username" placeholder="username" autocomplete="off" required />
<input type="password" name="password" placeholder="password" autocomplete="off" required />
<p><input type="checkbox" id="kmsi" name="kmsi" /> <label for="kmsi">stay signed in</label></p>