Changeset - c2af36d6fa6b
[Not reviewed]
default
0 3 0
drewp@bigasterisk.com - 8 years ago 2017-06-11 02:53:47
drewp@bigasterisk.com
3 files changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
light9/web/edit-choice.html
Show inline comments
 
@@ -20,13 +20,12 @@
 
         display: inline-block;
 
         font-size: 145%;
 
     }
 
     
 
    </style>
 
    <div id="box">
 
      Effect:
 
      <resource-display graph="{{graph}}" uri="{{uri}}" rename></resource-display>
 
      <button on-click="unlink">Unlink</button>
 
    </div>
 
  </template>
 
  <script src="edit-choice.js"></script>
 
</dom-module>
light9/web/style.css
Show inline comments
 
@@ -153,13 +153,13 @@ a.resource {
 
.resource {
 
    border: 1px solid #545454;
 
    border-radius: 5px;
 
    padding: 1px;
 
    margin: 2px;
 
    background: rgb(49, 49, 49);
 
    display: block;
 
    display: inline-block;
 
    text-shadow: 1px 1px 2px black;
 
}
 
.resource.minor {
 
    background: none;
 
    border: none;
 
}
light9/web/timeline/timeline-elements.html
Show inline comments
 
@@ -270,13 +270,13 @@
 
<dom-module id="light9-timeline-note-inline-attrs">
 
  <template>
 
    <style>
 
     #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;
 
         z-index: 2;
 
     }
 
    </style>
0 comments (0 inline, 0 general)