diff --git a/app/static/css/styles.css b/app/static/css/styles.css index f38c3b04..7e0137c4 100644 --- a/app/static/css/styles.css +++ b/app/static/css/styles.css @@ -33,11 +33,18 @@ body { display: inline-flex; } +.responseType #format { + margin-top: 10px; +} + .engineDrop { - padding: 0; - margin-right: 30px; - margin-left: 16px; - margin-bottom: 10px; + /* padding: 0; */ + /* margin: 0; */ +} + +.engineDrop button { + margin-bottom: 10px; + width: 100%; } .qType { @@ -46,6 +53,10 @@ body { margin-left: 16px; } +.qCount { + padding: 0; +} + .miscInfo { margin: 0 auto; display: table; @@ -55,12 +66,6 @@ body { padding: 0px 10px 10px; } -.qCount { - display: inline-block; - margin: 0; - min-width: 50%; -} - #submit { margin-top: 20px; } @@ -75,11 +80,11 @@ body { } #feed { - display: none; font-size: 1.2em; - margin: 0em 2em 0 2em; - padding: -3em 0 -3em 0; - z-index: -100000; +} + +#feed-container { + display: none; } #load { @@ -193,21 +198,32 @@ p { /* Media Queries */ -@media only screen and (min-device-width: 320px) and (max-device-width: 480px) { +@media only screen and (max-width: 768px) { .github-fork-ribbon img { width: 120px; } + h1 { font-size: 2.5em; } + .jumbotron p { font-size: 1.5em; } + #query { - width: 90%; + /* width: 90%; */ + } + + .qCount { + padding-left: 15px; } - .btn-group { - margin-top: 10px; - line-height: 20px; + + .qCount button { + margin-bottom: 10px; + } + + #searchForm { + padding: 3%; } } diff --git a/app/templates/index.html b/app/templates/index.html index dd3aaa1f..a843f414 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -44,32 +44,8 @@

query-server