X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=examples%2Fhtdocs%2Ftester.html;h=1ad711f200447264fb8602bea5d293261dbdf1fc;hp=ec26581e8d8b614e7f2426683210bc9ca9eea932;hb=86af2f666783da7af8ffd082eeae6ac200eefea6;hpb=31898c6914fe6358e2404e3eac28de95385ecf83 diff --git a/examples/htdocs/tester.html b/examples/htdocs/tester.html index ec26581..1ad711f 100644 --- a/examples/htdocs/tester.html +++ b/examples/htdocs/tester.html @@ -61,7 +61,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 +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; @@ -181,6 +191,7 @@ header button:hover, header button:active, header button:focus { Settings: + @@ -201,11 +212,17 @@ header button:hover, header button:active, header button:focus { + + Note: +
+
+ +
@@ -223,7 +240,7 @@ header button:hover, header button:active, header button:focus {