Fix Directory listing by adding index.html files

Some fix on login page for W3C
This commit is contained in:
2015-04-14 13:02:01 +02:00
parent d261e8fc5a
commit 52bfae109e
16 changed files with 32 additions and 37 deletions
View File
+31 -1
View File
@@ -253,4 +253,34 @@ a {
.center .center
{ {
text-align: center; text-align: center;
} }
.form-signin {
max-width: 300px;
padding: 19px 29px 29px;
margin: 0 auto 20px;
background-color: #f5f5f5;
border: 1px solid #e5e5e5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin,
.form-signin .checkbox {
margin-bottom: 10px;
}
.form-signin-heading {
margin: -15px;
text-align:center;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
font-size: 16px;
height: auto;
width:100%;
margin-bottom: 15px;
padding: 7px 9px;
}
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
+1 -1
View File
@@ -62,7 +62,7 @@ DicForm ={
<img src="/captcha" <img src="/captcha"
alt="en cas de difficultés avec le captcha envoyez un mail à alt="en cas de difficultés avec le captcha envoyez un mail à
contact at jm2l dot linux-azur dot org pour créer votre compte." contact at jm2l dot linux-azur dot org pour créer votre compte."
style="height:75px;"></img> style="height:75px;" />
</div> </div>
</div> </div>
<button class="btn btn-large btn-primary" type="submit">C'est parti !</button> <button class="btn btn-large btn-primary" type="submit">C'est parti !</button>
-35
View File
@@ -1,39 +1,4 @@
<%inherit file="jm2l:templates/layout.mako"/> <%inherit file="jm2l:templates/layout.mako"/>
<style type="text/css">
.navbar {
margin-bottom: 0px;
}
.form-signin {
max-width: 300px;
padding: 19px 29px 29px;
margin: 0 auto 20px;
background-color: #f5f5f5;
border: 1px solid #e5e5e5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin,
.form-signin .checkbox {
margin-bottom: 10px;
}
.form-signin-heading {
margin: -15px;
text-align:center;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
font-size: 16px;
height: auto;
width:100%;
margin-bottom: 15px;
padding: 7px 9px;
}
</style>
<br> <br>
<div class="container"> <div class="container">
% if forgot: % if forgot: