diff --git a/start.py b/start.py index 76fedd4..6101740 100644 --- a/start.py +++ b/start.py @@ -48,6 +48,6 @@ def server_static(filename): if __name__ == "__main__": if settings.DEBUG: debug(True) - run(app, host='localhost', port=8080, reloader=True) + run(app, host='localhost', port=8000, reloader=True) else: - run(app, host='localhost', port=8080) \ No newline at end of file + run(app, host='localhost', port=8000) \ No newline at end of file diff --git a/static/css/style.css b/static/css/style.css index 841890c..1faefc1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -64,8 +64,28 @@ p { margin: 0 0 0px; } -form li{ + +.form-options li{ + +float: left; list-style-type: none; + +} + +button.btn, input[type="submit"].btn { + margin-left: 5px; +} + +.well { + padding-bottom: 40px; + padding-right: 17px; +} + +.legal { + margin: 0 auto; + width: 300px; + text-align: center; + margin-top: 30px; } .btn { @@ -75,9 +95,28 @@ list-style-type: none; form { padding-bottom:3em !important; padding-right: 17px; -} +} + .btn-primary { position:relative; top:-4px; } + + + + + + + + + + + + + + + + + + diff --git a/static/img/favicon.ico b/static/img/favicon.ico new file mode 100644 index 0000000..46be476 Binary files /dev/null and b/static/img/favicon.ico differ diff --git a/static/img/gradient.png b/static/img/gradient.png new file mode 100644 index 0000000..89fcff1 Binary files /dev/null and b/static/img/gradient.png differ diff --git a/static/img/ico.png b/static/img/ico.png new file mode 100644 index 0000000..273e38b Binary files /dev/null and b/static/img/ico.png differ diff --git a/views/base.tpl b/views/base.tpl index 72478d3..3874173 100644 --- a/views/base.tpl +++ b/views/base.tpl @@ -18,7 +18,7 @@ - +
@@ -50,19 +50,17 @@- Based on an original idea from +
+ based on an original idea from
sebsauvage.net
+
+
+ Made with bottle & bootstrap