Bläddra i källkod

Fix Directory listing by adding index.html files

Some fix on login page for W3C
master
tr4ck3ur des JM2L 10 år sedan
förälder
incheckning
52bfae109e
16 ändrade filer med 32 tillägg och 37 borttagningar
  1. +0
    -0
      jm2l/static/css/index.html
  2. +31
    -1
      jm2l/static/css/jm2l.css
  3. +0
    -0
      jm2l/static/fonts/index.html
  4. +0
    -0
      jm2l/static/img/2006/index.html
  5. +0
    -0
      jm2l/static/img/2007/index.html
  6. +0
    -0
      jm2l/static/img/2008/index.html
  7. +0
    -0
      jm2l/static/img/2009/index.html
  8. +0
    -0
      jm2l/static/img/2010/index.html
  9. +0
    -0
      jm2l/static/img/2011/index.html
  10. +0
    -0
      jm2l/static/img/2012/index.html
  11. +0
    -0
      jm2l/static/img/2013/index.html
  12. +0
    -0
      jm2l/static/img/2015/index.html
  13. +0
    -0
      jm2l/static/img/index.html
  14. +0
    -0
      jm2l/static/vendor/index.html
  15. +1
    -1
      jm2l/templates/Participer.mako
  16. +0
    -35
      jm2l/templates/login.mako

+ 0
- 0
jm2l/static/css/index.html Visa fil


+ 31
- 1
jm2l/static/css/jm2l.css Visa fil

@@ -253,4 +253,34 @@ a {
.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;
}

+ 0
- 0
jm2l/static/fonts/index.html Visa fil


+ 0
- 0
jm2l/static/img/2006/index.html Visa fil


+ 0
- 0
jm2l/static/img/2007/index.html Visa fil


+ 0
- 0
jm2l/static/img/2008/index.html Visa fil


+ 0
- 0
jm2l/static/img/2009/index.html Visa fil


+ 0
- 0
jm2l/static/img/2010/index.html Visa fil


+ 0
- 0
jm2l/static/img/2011/index.html Visa fil


+ 0
- 0
jm2l/static/img/2012/index.html Visa fil


+ 0
- 0
jm2l/static/img/2013/index.html Visa fil


+ 0
- 0
jm2l/static/img/2015/index.html Visa fil


+ 0
- 0
jm2l/static/img/index.html Visa fil


+ 0
- 0
jm2l/static/vendor/index.html Visa fil


+ 1
- 1
jm2l/templates/Participer.mako Visa fil

@@ -62,7 +62,7 @@ DicForm ={
<img src="/captcha"
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."
style="height:75px;"></img>
style="height:75px;" />
</div>
</div>
<button class="btn btn-large btn-primary" type="submit">C'est parti !</button>


+ 0
- 35
jm2l/templates/login.mako Visa fil

@@ -1,39 +1,4 @@
<%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>
<div class="container">
% if forgot:


Laddar…
Avbryt
Spara