X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Ftester.html;h=f7ee011944e8f8618d48a5b6f4ff817939f7e1f8;hb=ee048cdf6f9c8158590f9288998541ed0d1a09ca;hp=00f8bd2df48dce9f21dd340982f6e474f34b9928;hpb=39dbaebd49fc9789e71d8b92b1595ed1aa237c7c;p=mkws-moved-to-github.git diff --git a/examples/htdocs/tester.html b/examples/htdocs/tester.html index 00f8bd2..f7ee011 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,10 +149,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 +191,7 @@ header button:hover, header button:active, header button:focus { Settings: + @@ -198,11 +212,17 @@ header button:hover, header button:active, header button:focus { + + Note: +
+
+ +
@@ -220,7 +240,7 @@ header button:hover, header button:active, header button:focus {