diff --git a/website/static/css/main.css b/website/static/css/main.css index 600af8648..26af9f060 100644 --- a/website/static/css/main.css +++ b/website/static/css/main.css @@ -155,4 +155,47 @@ background-color: inherit; border-top:0 none; } -} \ No newline at end of file +} + +.main{ + margin-top: 00px; +} + +hr{ + width: 10%; + color: #fff; +} + +.form-group{ + margin-bottom: 15px; +} + +label{ + margin-bottom: 15px; +} + +input, +input::-webkit-input-placeholder { + font-size: 11px; + padding-top: 3px; +} + +.main-issue-form{ + background-color: #fff; + /* shadows and rounded borders */ + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); + -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); + box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); + +} + +.main-center{ + margin-top: 0px; + margin: 0 auto; + max-width: 500px; + padding: 40px 40px; + +} diff --git a/website/templates/report.html b/website/templates/report.html index 4665f49bd..ed03ae14e 100644 --- a/website/templates/report.html +++ b/website/templates/report.html @@ -7,16 +7,10 @@ {% block style %} .duplicates { - position: absolute; - left: 600px; - top: 0px; - width: 160px; + border-radius: 0px; } .message { - position: absolute; - left: 600px; - top: 30px; - width: 100%; + } {% endblock %} @@ -25,27 +19,37 @@