X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=examples%2Fhtdocs%2Ftester.html;h=4cda4d8b2e019a3f9314ce6baced8aeecaa0e8e4;hp=00f8bd2df48dce9f21dd340982f6e474f34b9928;hb=26b79b908b393eaf0cac3dc047aa2f39bf67ad1b;hpb=39dbaebd49fc9789e71d8b92b1595ed1aa237c7c diff --git a/examples/htdocs/tester.html b/examples/htdocs/tester.html index 00f8bd2..4cda4d8 100644 --- a/examples/htdocs/tester.html +++ b/examples/htdocs/tester.html @@ -11,6 +11,7 @@ @@ -51,7 +52,7 @@ html { height: 100%; } body { - background-color: #888892; + background-color: #bbbbbb; margin: 0; padding: 0; display: flex; @@ -61,9 +62,22 @@ body { header { font-size: 1.3em; } -#top-bar, #current-bar { - padding: .5em; +header button, #note > input { + margin-left: 1em; + border-radius: 4px; + background-color: #4368a1; + color: #dbe9ff; + font: inherit; + font-weight: normal; + border: 1px solid #7492c3; + padding: 0.15em 0.25em; +} +header button:hover, header button:active, header button:focus { + background-color: #2f5591; +} +#top-bar, #current-bar, #note { display: flex; + flex-wrap: wrap; align-items: center; justify-content: space-between; } @@ -75,18 +89,15 @@ header { background-color: #54d8a8; color: #002868; } -header button { - margin-left: 1em; - border-radius: 4px; - background-color: #4368a1; - color: #dbe9ff; - font: inherit; - font-weight: normal; - border: 1px solid #7492c3; - padding: 0.15em 0.25em; +#note { + width: 100%; + padding: .5em; } -header button:hover, header button:active, header button:focus { - background-color: #2f5591; +#note > input { + flex: 1; + background-color: #7de3be; + border-color: #7ed6b6; + color: #002868; } #maybe { background-color: #F0AD4E; @@ -123,12 +134,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,10 +150,13 @@ 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; @@ -178,6 +192,7 @@ header button:hover, header button:active, header button:focus { Settings: + @@ -198,11 +213,17 @@ header button:hover, header button:active, header button:focus { + + Note: +
+
+ +
@@ -220,7 +241,7 @@ header button:hover, header button:active, header button:focus {