Changeset - a0fc6f957323
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 8 years ago 2017-06-10 02:07:39
drewp@bigasterisk.com
start to reformat live page scroll area
Ignore-this: f8a767c814c14f1502fe1b04e0404528
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
light9/web/live/index.html
Show inline comments
 
@@ -193,29 +193,34 @@
 
            <div class="deviceAttr">
 
              <span>attr <resource-display minor graph="{{graph}}" uri="{{dattr.uri}}"></resource-display></span>
 
              <light9-live-control device="{{uri}}" device-attr="{{dattr}}"></light9-live-control>
 
            </div>
 
          </template>
 
        </div>
 
      </template>
 
    </dom-module>
 
    
 
    <dom-module id="light9-live-controls">
 
      <template>
 
        <style>
 
         :host {
 
display: flex;
 
    flex-direction: column;
 
             }
 
         #preview {
 
             width: 100%;
 
         }
 
         #deviceControls {
 
             column-width: 400px;
 
             overflow-y: auto;
 
         }
 
         light9-live-device-control > div {
 
             break-inside: avoid-column;
 
         }
 
        </style>
 
        <rdfdb-synced-graph graph="{{graph}}"></rdfdb-synced-graph>
 

	
 
        <light9-collector-client self="{{client}}"></light9-collector-client>
 
        <h1>device control <button on-click="resendAll">resend all</button> <button on-click="clearAll">clear all</button></h1>
 

	
 
        <div id="save">
 
          <div>
0 comments (0 inline, 0 general)