X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=examples%2Fhtdocs%2Ftester.html;h=1ad711f200447264fb8602bea5d293261dbdf1fc;hp=3e9ca3ea9f0f6afe303fbaca338eb8215bbc33e1;hb=86af2f666783da7af8ffd082eeae6ac200eefea6;hpb=f44f21e6eb51f916782d36fac4625219dea31bf3 diff --git a/examples/htdocs/tester.html b/examples/htdocs/tester.html index 3e9ca3e..1ad711f 100644 --- a/examples/htdocs/tester.html +++ b/examples/htdocs/tester.html @@ -51,7 +51,7 @@ html { height: 100%; } body { - background-color: #888892; + background-color: #bbbbbb; margin: 0; padding: 0; display: flex; @@ -61,9 +61,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 +88,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 +133,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 +149,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; @@ -179,6 +191,7 @@ header button:hover, header button:active, header button:focus { Settings: + @@ -199,11 +212,17 @@ header button:hover, header button:active, header button:focus { + + Note: +
+
+ +
@@ -221,7 +240,7 @@ header button:hover, header button:active, header button:focus {