* add 100% relative width
* set dialog width based on domain
* Set history-charts max-width
* Fix review requests
* Fix requests.
* Set Camera dialog width to auto
* Fix camera dialog width
* Fix dialog width and history charts running off the edge of the dialog
With a lot dev-states, especially ones that have large 3rd column
content, the visual display of what col #1 goes with which col #3 is
not always clear. This does 2 things.
Vertical align all rows, so the top alignment is a clear guide.
Color all even rows to #eee, so we get a stipple effect which makes it
clear which things group together.
The title attribute doesn't aid in accessibility, but it can give a visual cue to what those buttons do. It took me a while before I got the hang of what was under each since icons can be Rorsachs.
* Update paper-range-slider in Bower.json
* Changed Content to slot in ha-card.html
* Update bower.json for Polymer 1.7
* Revert "Update paper-range-slider in Bower.json"
This reverts commit 0c305bd2fec2c8d99b3aeb1ee3f2461df80dc87c.
* change :root to html
* Update paper-range-slider in Bower.json
* Revert "Update paper-range-slider in Bower.json"
This reverts commit 0c305bd2fec2c8d99b3aeb1ee3f2461df80dc87c.
* update paper-range-slider in bower.json
* Update styling for temp-slider and temp-range-slider
* Fix slider colors for production
* Moved class to parent container
* Fix for home-assistant/home-assistant/issues/3378
* Update state-card-climate.html
Fix Travis Error
* Fix more-infos display sliders based on target temps not range
* Add callback support to push notifications
* Syntax fix
* Fix callbacks for initial push event
* Add JWT.
* Whoops, jwt was grabbed from the wrong spot
With the removal of moment.js, dates and times are no longer formatted
using the native locale. This allows the browser to format if the
functionality is available (Everyone but Safari).
Also included is a correction in relativeTime. Times in the future were
being displaed incorrectly -xxx seconds, and the in/ago verbage was
reintroduced.