tester.html tweak styles WRIS-3
authorJason Skomorowski <jason@indexdata.com>
Fri, 5 Dec 2014 22:19:18 +0000 (17:19 -0500)
committerJason Skomorowski <jason@indexdata.com>
Fri, 5 Dec 2014 22:19:18 +0000 (17:19 -0500)
examples/htdocs/tester.html

index 3e9ca3e..ec26581 100644 (file)
@@ -51,7 +51,7 @@ html {
   height: 100%;
 }
 body {
-  background-color: #888892;
+  background-color: #bbbbbb;
   margin: 0;
   padding: 0;
   display: flex;
@@ -62,8 +62,8 @@ header {
   font-size: 1.3em;
 }
 #top-bar, #current-bar {
-  padding: .5em;
   display: flex;
+  flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
 }
@@ -123,12 +123,12 @@ header button:hover, header button:active, header button:focus {
   font-size: 110%;
 }
 #settings, #judiciary {
-  flex: 1;
+  padding: .5em;
   display: flex;
   align-items: center;
 }
 #results, #query-info {
-  flex: 1;
+  padding: .5em;
   display: flex;
   text-align: right;
   align-items: center;
@@ -139,12 +139,14 @@ header button:hover, header button:active, header button:focus {
 }
 #test-area {
   flex: 1;
-  padding: 1em;
+  padding: 2em;
   display: flex;
   justify-content: center;
-  align-items: center;
   overflow: auto;
 }
+#test-subject {
+  margin: auto;
+}
 #results-table {
   flex: 1;
   padding: 1em;