From 52bfae109ecba673d23e5b63725de734bc9527e4 Mon Sep 17 00:00:00 2001 From: tr4ck3ur Date: Tue, 14 Apr 2015 13:02:01 +0200 Subject: [PATCH] Fix Directory listing by adding index.html files Some fix on login page for W3C --- jm2l/static/css/index.html | 0 jm2l/static/css/jm2l.css | 32 +++++++++++++++++++++++++++++- jm2l/static/fonts/index.html | 0 jm2l/static/img/2006/index.html | 0 jm2l/static/img/2007/index.html | 0 jm2l/static/img/2008/index.html | 0 jm2l/static/img/2009/index.html | 0 jm2l/static/img/2010/index.html | 0 jm2l/static/img/2011/index.html | 0 jm2l/static/img/2012/index.html | 0 jm2l/static/img/2013/index.html | 0 jm2l/static/img/2015/index.html | 0 jm2l/static/img/index.html | 0 jm2l/static/vendor/index.html | 0 jm2l/templates/Participer.mako | 2 +- jm2l/templates/login.mako | 35 --------------------------------- 16 files changed, 32 insertions(+), 37 deletions(-) create mode 100644 jm2l/static/css/index.html create mode 100644 jm2l/static/fonts/index.html create mode 100644 jm2l/static/img/2006/index.html create mode 100644 jm2l/static/img/2007/index.html create mode 100644 jm2l/static/img/2008/index.html create mode 100644 jm2l/static/img/2009/index.html create mode 100644 jm2l/static/img/2010/index.html create mode 100644 jm2l/static/img/2011/index.html create mode 100644 jm2l/static/img/2012/index.html create mode 100644 jm2l/static/img/2013/index.html create mode 100644 jm2l/static/img/2015/index.html create mode 100644 jm2l/static/img/index.html create mode 100644 jm2l/static/vendor/index.html diff --git a/jm2l/static/css/index.html b/jm2l/static/css/index.html new file mode 100644 index 0000000..e69de29 diff --git a/jm2l/static/css/jm2l.css b/jm2l/static/css/jm2l.css index 27d9de8..d2fecb4 100644 --- a/jm2l/static/css/jm2l.css +++ b/jm2l/static/css/jm2l.css @@ -253,4 +253,34 @@ a { .center { text-align: center; -} \ No newline at end of file +} + +.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; +} diff --git a/jm2l/static/fonts/index.html b/jm2l/static/fonts/index.html new file mode 100644 index 0000000..e69de29 diff --git a/jm2l/static/img/2006/index.html b/jm2l/static/img/2006/index.html new file mode 100644 index 0000000..e69de29 diff --git a/jm2l/static/img/2007/index.html b/jm2l/static/img/2007/index.html new file mode 100644 index 0000000..e69de29 diff --git a/jm2l/static/img/2008/index.html b/jm2l/static/img/2008/index.html new file mode 100644 index 0000000..e69de29 diff --git a/jm2l/static/img/2009/index.html b/jm2l/static/img/2009/index.html new file mode 100644 index 0000000..e69de29 diff --git a/jm2l/static/img/2010/index.html b/jm2l/static/img/2010/index.html new file mode 100644 index 0000000..e69de29 diff --git a/jm2l/static/img/2011/index.html b/jm2l/static/img/2011/index.html new file mode 100644 index 0000000..e69de29 diff --git a/jm2l/static/img/2012/index.html b/jm2l/static/img/2012/index.html new file mode 100644 index 0000000..e69de29 diff --git a/jm2l/static/img/2013/index.html b/jm2l/static/img/2013/index.html new file mode 100644 index 0000000..e69de29 diff --git a/jm2l/static/img/2015/index.html b/jm2l/static/img/2015/index.html new file mode 100644 index 0000000..e69de29 diff --git a/jm2l/static/img/index.html b/jm2l/static/img/index.html new file mode 100644 index 0000000..e69de29 diff --git a/jm2l/static/vendor/index.html b/jm2l/static/vendor/index.html new file mode 100644 index 0000000..e69de29 diff --git a/jm2l/templates/Participer.mako b/jm2l/templates/Participer.mako index 7b1bf7c..a41a63d 100644 --- a/jm2l/templates/Participer.mako +++ b/jm2l/templates/Participer.mako @@ -62,7 +62,7 @@ DicForm ={ 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;" /> diff --git a/jm2l/templates/login.mako b/jm2l/templates/login.mako index c989092..20bf17b 100644 --- a/jm2l/templates/login.mako +++ b/jm2l/templates/login.mako @@ -1,39 +1,4 @@ <%inherit file="jm2l:templates/layout.mako"/> -
% if forgot: