Changeset - 178b11c9a429
[Not reviewed]
default
0 2 0
Drew Perttula - 7 years ago 2018-06-04 07:07:11
drewp@bigasterisk.com
collector smaller font. effects button alignment.
Ignore-this: 533e9c557517b211d9b41567f4276efe
2 files changed with 7 insertions and 2 deletions:
0 comments (0 inline, 0 general)
light9/collector/web/index.html
Show inline comments
 
@@ -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}}"
light9/web/effects/index.html
Show inline comments
 
@@ -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>
0 comments (0 inline, 0 general)