Mercurial > code > home > repos > light9
changeset 1778:178b11c9a429
collector smaller font. effects button alignment.
Ignore-this: 533e9c557517b211d9b41567f4276efe
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 04 Jun 2018 07:07:11 +0000 |
parents | 299d49de85a8 |
children | 067da1234c8e |
files | light9/collector/web/index.html light9/web/effects/index.html |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/collector/web/index.html Mon Jun 04 07:05:42 2018 +0000 +++ b/light9/collector/web/index.html Mon Jun 04 07:07:11 2018 +0000 @@ -25,11 +25,14 @@ :host { display: block; break-inside: avoid-column; + font-size: 80%; } h3 { margin-top: 12px; margin-bottom: 0; - } + } + td { white-space: nowrap; } + td.nonzero { background: #310202; color: #e25757; @@ -91,7 +94,7 @@ <h1>Collector <a href="stats">[stats]</a></h1> <h2>Devices</h2> - <div style="column-width: 18em"> + <div style="column-width: 12em"> <template is="dom-repeat" items="{{devices}}"> <light9-collector-device graph="{{graph}}" updates="{{updates}}"
--- a/light9/web/effects/index.html Mon Jun 04 07:05:42 2018 +0000 +++ b/light9/web/effects/index.html Mon Jun 04 07:07:11 2018 +0000 @@ -34,9 +34,11 @@ url="/effectEval/songEffects" method="POST" content-type="application/x-www-form-urlencoded"></iron-ajax> + <span style="float:right"> <button on-click="onAdd">Add to current song</button> <button on-mousedown="onMomentaryPress" on-mouseup="onMomentaryRelease">Add momentary</button> + </span> </template> </dom-module>