X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=examples%2Fhtdocs%2Ftester.html;h=4cda4d8b2e019a3f9314ce6baced8aeecaa0e8e4;hp=ec26581e8d8b614e7f2426683210bc9ca9eea932;hb=26b79b908b393eaf0cac3dc047aa2f39bf67ad1b;hpb=31898c6914fe6358e2404e3eac28de95385ecf83 diff --git a/examples/htdocs/tester.html b/examples/htdocs/tester.html index ec26581..4cda4d8 100644 --- a/examples/htdocs/tester.html +++ b/examples/htdocs/tester.html @@ -11,6 +11,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 {