Mercurial > code > home > repos > light9
changeset 1331:14b8e874e89b
whitespace
Ignore-this: 9132f800a062e463998e0fc6fbc32118
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 04 Jun 2016 08:45:16 +0000 |
parents | 17aa66cb6248 |
children | 1310a807de06 |
files | light9/web/timeline-elements.html light9/web/timeline.coffee |
diffstat | 2 files changed, 9 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/web/timeline-elements.html Sat Jun 04 08:04:32 2016 +0000 +++ b/light9/web/timeline-elements.html Sat Jun 04 08:45:16 2016 +0000 @@ -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: { }