X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Ftester.html;h=d94988c840bcbf84403a0abf6b53f5710f77380a;hb=7d7a5862b72296ef76b6f4f5cfb7b0e89147b6a3;hp=ec26581e8d8b614e7f2426683210bc9ca9eea932;hpb=31898c6914fe6358e2404e3eac28de95385ecf83;p=mkws-moved-to-github.git diff --git a/examples/htdocs/tester.html b/examples/htdocs/tester.html index ec26581..d94988c 100644 --- a/examples/htdocs/tester.html +++ b/examples/htdocs/tester.html @@ -6,11 +6,12 @@ MKWS demo: Reference & Credo, and popup widget, development - + @@ -34,7 +35,7 @@ - + @@ -61,7 +62,20 @@ body { header { font-size: 1.3em; } -#top-bar, #current-bar { +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; @@ -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; @@ -181,6 +192,7 @@ header button:hover, header button:active, header button:focus { Settings: + @@ -201,11 +213,17 @@ header button:hover, header button:active, header button:focus { + + Note: +
+
+ +
@@ -223,7 +241,7 @@ header button:hover, header button:active, header button:focus {