Changeset - 14b8e874e89b
[Not reviewed]
default
0 2 0
Drew Perttula - 9 years ago 2016-06-04 08:45:16
drewp@bigasterisk.com
whitespace
Ignore-this: 9132f800a062e463998e0fc6fbc32118
2 files changed with 9 insertions and 17 deletions:
0 comments (0 inline, 0 general)
light9/web/timeline-elements.html
Show inline comments
 
@@ -33,12 +33,10 @@
 
         position: fixed;
 
         right: 0;
 
         bottom: 0;
 
         }
 
     }
 
    </style>
 
    <div>
 
      <rdfdb-synced-graph graph="{{graph}}">
 
       
 
      </rdfdb-synced-graph>
 
      <rdfdb-synced-graph graph="{{graph}}"></rdfdb-synced-graph>
 
      timeline editor: song [uri] <button>unlink</button>
 
      <label><input type="checkbox"> follow player song choice</label>
 
    </div>
 
@@ -126,19 +124,16 @@
 
    <style>
 
     :host {
 
         pointer-events: none;
 
         }
 
     }
 
     svg {
 
         width: 100%;
 
         height: 100%;
 
         pointer-events: none;
 
     }
 
    </style>
 
    <svg
 
        xmlns="http://www.w3.org/2000/svg"
 
        xmlns:svg="http://www.w3.org/2000/svg"
 
        xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 
        viewBox="0 0 1021 600"
 
    >
 
    <svg xmlns="http://www.w3.org/2000/svg"
 
         xmlns:svg="http://www.w3.org/2000/svg"
 
         xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" >
 
      <g id="layer1">
 
        <text
 
            xml:space="preserve"
 
@@ -157,9 +152,7 @@
 
        </g>
 
      </g>
 
    </svg>
 

	
 
  </template>
 
 
 
</dom-module>
 

	
 

	
 
@@ -193,9 +186,9 @@
 
  <script>
 
   Polymer({
 
       is: "light9-timeline-graph-row",
 
    behaviors: [
 
      Polymer.IronResizableBehavior
 
    ],
 
       behaviors: [
 
           Polymer.IronResizableBehavior
 
       ],
 
       properties: {
 
           
 
       }
light9/web/timeline.coffee
Show inline comments
 
@@ -115,7 +115,6 @@ Polymer
 
      
 
    return [left, right, pan]
 

	
 

	
 
Polymer
 
  is: "light9-timeline-adjusters"
 
  properties:
0 comments (0 inline, 0 general)