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
 
@@ -22,17 +22,20 @@
 
    <dom-module id="light9-collector-device">
 
      <template>
 
        <style>
 
         :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;
 
         }
 
         td.full {
 
             background: #2b0000;
 
@@ -88,13 +91,13 @@
 
      <template>
 
        <rdfdb-synced-graph graph="{{graph}}"></rdfdb-synced-graph>
 

	
 
        <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}}"
 
              uri="{{item}}"></light9-collector-device>
 
        </template>
 
        </div>
light9/web/effects/index.html
Show inline comments
 
@@ -31,15 +31,17 @@
 
        Effect
 
        <resource-display graph="{{graph}}" uri="{{uri}}" rename></resource-display>
 
        <iron-ajax id="songEffects"
 
                   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>
 
    
 
    <dom-module id="light9-effects">
 
      <template>
0 comments (0 inline, 0 general)