Mercurial > code > home > repos > light9
changeset 1666:c2af36d6fa6b
layout
Ignore-this: d05072c0cbef094c68f1d4eb41f57c93
author | drewp@bigasterisk.com |
---|---|
date | Sun, 11 Jun 2017 02:53:47 +0000 |
parents | b41890623d31 |
children | 6fefdc0c2c69 |
files | light9/web/edit-choice.html light9/web/style.css light9/web/timeline/timeline-elements.html |
diffstat | 3 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/web/edit-choice.html Sun Jun 11 02:53:23 2017 +0000 +++ b/light9/web/edit-choice.html Sun Jun 11 02:53:47 2017 +0000 @@ -23,7 +23,6 @@ </style> <div id="box"> - Effect: <resource-display graph="{{graph}}" uri="{{uri}}" rename></resource-display> <button on-click="unlink">Unlink</button> </div>
--- a/light9/web/style.css Sun Jun 11 02:53:23 2017 +0000 +++ b/light9/web/style.css Sun Jun 11 02:53:47 2017 +0000 @@ -156,7 +156,7 @@ padding: 1px; margin: 2px; background: rgb(49, 49, 49); - display: block; + display: inline-block; text-shadow: 1px 1px 2px black; } .resource.minor {
--- a/light9/web/timeline/timeline-elements.html Sun Jun 11 02:53:23 2017 +0000 +++ b/light9/web/timeline/timeline-elements.html Sun Jun 11 02:53:47 2017 +0000 @@ -273,7 +273,7 @@ #top { position: absolute; overflow: hidden; - background: rgba(123, 123, 123, 0.71); + background: rgba(19, 19, 19, 0.65); border-radius: 6px; border: 1px solid #313131; padding: 3px;